Hey,
I have the following setting:
- VS Solution Core.sln
- Core Project 0
- Core Project 1
- etc.
- VS Solution Customer 0.sln
- Customer Project 0
- Cusotmer Project 1
- etc.
- VS Solution Customer 1.sln
Now I want that every customer solution has access to every project in the core solution. The core project is included into customer solutions as a git submodule, so a specific customer looks like this:
- VS Solution Customer 0.sln
- Customer Project 0
- Customer Project 1
- Core/
- VS Solution Core.sln
- Core Project 0
- Core Project 1
Currently I add each Core project manually as "add existing project" into customer solutions.
Is there a way to link the customer solution with the core solution? So that everytime the core gets a new/ updated project, this project is automatically available in all customer solutions?