What is a solution folder in Visual Studio?

后端 未结 7 1832
刺人心
刺人心 2020-12-03 00:15

I have a Visual Studio 2008 solution, and I would like to include a real folder in the solution, but not at the project level, instead at the solution level.

7条回答
  •  渐次进展
    2020-12-03 00:55

    You can use a solution folder to group files in a solution, but a solution folder doesn't represent an on-disk folder, like its logo suggests. (It can contain file references and project references.)

提交回复
热议问题