Skip to content

Tip 7.10: You can add a solution to a solution

June 2, 2012

“Visual Studio Tips, 251 ways to improve your Productivity in Visual Studio“, courtesy of ‘Sara Ford’

Sara Ford’s Blog

Today’s tip falls into the “You can do what!?” category.

  1. Open your primary solution (the solution you want to add another solution to).
  2. Go to File–Add–Add Existing Project.
  3. Change Files Of Type to Solution Files.
  4. Select the solution file you want to add.

These steps add the contents of ClassLibrary1.sln to the ConsoleApplication5 solution, as shown here.

Happy Programming! =)

Leave a Comment

Leave a comment