Referencing private .net assemblies in a subfolder

江枫思渺然 提交于 2019-12-06 05:05:22

For other versions of the framework, this is what you would do:

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

For compact, I suggest reading this:

http://blogs.msdn.com/stevenpr/archive/2005/01/05/347353.aspx

HTH

Colby Africa

You could turn off the "Copy Local" setting, then setup a build action on the referenced projects to copy the dlls to your Libs folder after every build.

You can add pre/post build event commands in VS (under project properties -> "build events") to copy the files to the location you need.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!