Reputation: 3177
We have huge project solution with about 20 projects and 6 different build configurations. Each build configuration has own dependencies, when adding new project to the solution, it changes other projects dependencies and fails to compile. Any ideas on how to add new project without causing any affect to other projects and it's dependencies?
Thanks.
Upvotes: 2
Views: 462
Reputation: 3177
Here are the steps of solving the problem:
Result: Visual studio doesn't touches solution dependencies.
Upvotes: 2