How to sort projects in visual studio 2008?

How can you sort your projects in the solution folder. I have a solution with three solution folders, and there I have several class libraries, but they do not seem to be sorted by name, but are created.

Is there any way to sort them by name? (inside vs 2008, not by manually changing sln)

Regards, M

+4
source share
1 answer

Take a look at this post. Quote:

It is known that Visual Studio does not sort projects alphabetically when projects are inside Solution Packs. Since I work on fairly large solutions (more than 20 projects for 1 solution), and how to order projects through Solution Packages, this is a very annoying mistake.

However, I accidentally discovered a solution to this problem. Follow the steps to sort your projects alphabetically inside the Folders solution.

Right-click the project and select rename (or just select the project, wait 1 second and click it again or press F2). Do not change the name, just select another project.

+6
source

All Articles