Reputation: 2298
.NET 4.0 VB.NET
If I have the following Solution/Projects:
SolutionA
SolutionB
ProjectB
Should SolutionB also contain ProjectA.Interfaces?
Upvotes: 0
Views: 20
Reputation: 5395
If any project in SolutionB has a dependency on ProjectA.Interfaces then it should be included.
Upvotes: 1