简体   繁体   中英

Is it possible to create an empty C# solution in Visual Studio 2015

In Visual Studio 2015 for C#, when starting with empty, I didn't see that I can create a new solution, but only a new project.

  • If that is true, why is that? How can I create a solution then, to include one or more existing projects?

  • If not true, how can I create a solution starting from empty?

Thanks.

I have the Visual Studio 2015 Community edition. I see the blank solution can be created as

  • Launch Visual Studio
  • File > New Project > Templates > Other Project Types > Visual Studio Solutions > Blank Solutions 在此处输入图片说明

Once you create the solution, you can add any type of projects to it.

Solutions are independent of the projects.

Do the following to create a solution:

Open Visual Studio

  • File-->New Project

On New Project window:

  • Templates-->Other Project Types-->Visual Studio Solutions-->Blank Solutions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM