开发者

Where should I store referenced DLL binaries in my visual studio solution

开发者 https://www.devze.com 2022-12-24 13:02 出处:网络
When writing programs (C#.NET) I\'ll commonly use external libraries I\'ve downloaded from various websites such as custom WinForm controls, or other libraries. Even if the source is available I usual

When writing programs (C#.NET) I'll commonly use external libraries I've downloaded from various websites such as custom WinForm controls, or other libraries. Even if the source is available I usually prefer to reference the compiled DLL files rather then create another whole project in my solution for the 3rd party library or co开发者_JS百科ntrol.

So my question is where would people typically store external DLLs like this in the solution? The referencing project folder? The solution folder? Another folder?


I always create a lib folder at the same level of the src folder and put all external DLLs there. They are referenced through a relative path.

0

精彩评论

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

关注公众号