.NET Tip of The Day
Learn one new .NET trick every day
Быстрое пополнение счета телефона      Login or Join

Big solutions can be organized using Solution Folders

Here is an example of a big Visual Studio.NET solution that contains numerous projects:

Unorganized Visual Studio.NET solution

Such a big Visual Studio.NET solutions can be organized by grouping related projects into folders. Just right-click on the solution node and choose Add | New Solution Folder to add a Solution Folder. Then just Drag'n'Drop projects into this folder.

Organized Visual Studio.NET solution

This also will allow you to do some operations on a group of projects. For example, unload all projects in a Solution Folder, collapse or hide entire Solution Folder so that you can work easily in Solution Explorer in Visual Studio.NET.

12/7/2007
RSS .NET Tip of The Day
Subscribe to receive one tip from the .NET Tips and Tricks Community per day.
Previous Tips of The Day
The best of the .NET Tips & Tricks Community.
.NET Practitioners .NET Tips & Tricks Community
Every .NET practitioner has a trick up in their sleeve. This is the place to share it with other .NET people.
Submit a Tip
Discovered a new trick? Share it with others.
My Tips
Manage tips you authored.