I am currently working on two different solutions, i.e. Solution1and Solution2. Since these two solutions are dependent on each other, so during development I have to open two separate Visual Studio.
Switching between these Visual Studio is very difficult. I cannot combine these two solutions in One, as it is Solution1used by other projects, and all of them are part of Source Control.
Just wondering, can I open both solutions in the same Visual Studio IDE? I searched a lot, but no luck. Suggest any pointer to an existing VS AddIn or how to develop it would also be helpful. Any help really appreciated.
Visual Studio Version 2012 Ultimate, Source Control - TFS
source
share