Visual Studio 2008 Unnecessary Project Building

后端 未结 13 941
日久生厌
日久生厌 2020-12-05 06:41

I have a C# project which includes one exe and 11 library files. The exe references all the libraries, and lib1 may reference lib2, lib3, lib4, etc.

If I make a chan

相关标签:
13条回答
  • 2020-12-05 07:48

    I am not sure if there is a way to avoid dependencies from being built. You can find some info here like setting copylocal to false and putting the dlls in a common directory.

    Optimizing Visual Studio solution build - where to put DLL files?

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