Where to store external DLL files?

前端 未结 8 1725
挽巷
挽巷 2020-12-23 13:26

In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.

But where should I save the DLL files? They are ref

相关标签:
8条回答
  • 2020-12-23 14:12

    Do have a look at Tree Surgeon - Creates a development tree for a .NET project, which can be a good starting point and from there you can improvise.

    0 讨论(0)
  • 2020-12-23 14:16

    You should look at NuGet. It's a package management extension for Visual Studio 2010 designed exactly for what you want.

    0 讨论(0)
提交回复
热议问题