Project Order in Visual Studio Solution

后端 未结 6 1056
我在风中等你
我在风中等你 2021-02-01 01:13

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

6条回答
  •  星月不相逢
    2021-02-01 01:22

    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.

提交回复
热议问题