We often have a set of common core libraries that for some of our development we want to think of them as dll references and thus just reference the dlls and not include the project file.
Other times we need all projects for an intimate debugging session. I can't just have Uber.sln and Core.sln as the references are in the project files. I've had this question for several years on different projects but do not have any solution other than having an Uber.sln with the 50 projects.
Any ideas / hints / directions welcome!