What is a solution folder in Visual Studio?

后端 未结 7 1827
刺人心
刺人心 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 01:16

    You can also add standalone files in a solution folder, and they will be source-controlled. But be wary that VS tends to put these files in the same folder as the solution file - the "Solution Folders" are virtual and don't corresspond to real filesystem folders. To have a real filesystem folders I think you would have to create the structure yourself and then choose "Add Existing Item".

    0 讨论(0)
提交回复
热议问题