How to link multiple visual studio solutions together?
This question has popped up in different, but related, forms. There is actually an MSDN page that covers this. What you’re looking for is a multi-solution approach akin to the Partitioned Single Solution Model for Larger Systems. Have one “everything” solution that builds everything and maintains your inter-component dependencies. This is what you build when … Read more