开发者

DLL Inclusion in Multiple Developers Project with Visual Studio

开发者 https://www.devze.com 2023-01-16 06:53 出处:网络
I\'m using Microsoft Visual Studio 2008 for my solution. We are a couple of developers on the same project and we are using SVN. My Question is: What is a good way of including external dlls reference

I'm using Microsoft Visual Studio 2008 for my solution. We are a couple of developers on the same project and we are using SVN. My Question is: What is a good way of including external dlls referenced from a project? And if the dl开发者_高级运维l is used accross many projects in the solution, do you still put the DLL in each one of the project?

Thank you!


I prefer (although I don't know how "Best Practice" this is) to keep a "Reference Assemblies" folder under the root of my project (on the same level as my "trunk" folder) that I keep all of my external DLLs in, then reference them from there in my project. That way, whenever anyone checks-out the project, the reference location for the DLLs will be the same.

0

精彩评论

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