What is a solution folder in Visual Studio?

后端 未结 7 1830
刺人心
刺人心 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:00

    Follow this...

    1. Create the solution folder from Visual Studio.
    2. Right click the solution folder to create a new project.
    3. Change the default location path to add the new physical folder name right after it with the back slash. Something like...C:\Project\Test\New Physical Folder
    4. Click the OK button to create the project

    Then the new project will be put inside your new New Physical Folder.

提交回复
热议问题