visual studio 2010 conditional references

后端 未结 2 886
萌比男神i
萌比男神i 2020-11-29 03:44

We have multiple products here that shared some common libraries. These libraries are part of a separate solution (so they can be built by TFS independently), but the proble

2条回答
  •  感情败类
    2020-11-29 04:20

    You might want to have a look at NuGet:

    NuGet

    NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.

    (where you would be the third party yourself in this case)

    Note: This would not give you conditional references, but it would ease updating the common components.

提交回复
热议问题