Project Order in Visual Studio Solution

后端 未结 6 1119
我在风中等你
我在风中等你 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:39

    Per this solution: https://stackoverflow.com/a/21118705/835561

    You can use Solution Folders to do your sorting without worrying about it affecting project dependencies. Not sure how well this works prior to 2013, but I came across this question looking for 2013 and thought this might help others in my situation.

提交回复
热议问题