In Visual Studio 2008, what determines the order in which projects appear within a solution folder? It\'s not alphabetical order, nor is it build order.
I cannot find an
Take file .sln in any text editor. Order the parts " Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "etc..." ... EndProject
in any order you want. Save it. That's all. Next time you will open this solution the projects will be in THAT order.