开发者

auto update asp.net website bin folder

开发者 https://www.devze.com 2023-02-09 12:26 出处:网络
Is there any way to get VS2008 to automatically fill my website bin folder with all the necessary dependencies required for the website?

Is there any way to get VS2008 to automatically fill my website bin folder with all the necessary dependencies required for the website?

At the moment it just co开发者_StackOverflowntains assemblies from the solution but not the third party assemblies I am also using.

Thanks,

AJ


You should set Copy Local to true in the reference properties.

http://msdn.microsoft.com/en-us/library/t1zz5y8c.aspx


You can use the post build events which you can configure in the properties page of a project.

As an example:

Post build and macros

Post build events

0

精彩评论

暂无评论...
验证码 换一张
取 消