Empty Visual Studio Project?

前端 未结 7 742
既然无缘
既然无缘 2021-01-30 12:24

Is there a way to have an empty Project in Visual Studio 2008 or 2010? I do not mean an empty solution, I mean an empty project in a solution. Basically I have a solution with m

7条回答
  •  误落风尘
    2021-01-30 12:55

    For Visual Studio 2015 up this can now be done with so-called Shared Projects. This is simply an empty project type that holds source files for use within another project, see here.

提交回复
热议问题