I have a software project that has the following structure.
- Library A - Library B - Main program - Test for Main
I have four project files (csproj) for each one, but it would be good if I can debugging/compile those projects in a single solution explorer.
- Does Visual Studio (especially for 2010) support this feature?