What is a solution folder in Visual Studio?

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

    What I have done historically is to create a project for just holding files (DLLs, etc.)

    You can do that as well. This project can be named as whatever folder you are trying to create.

提交回复
热议问题