Reputation: 99488
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.
Upvotes: 1
Views: 1614
Reputation: 6514
I have the Visual Studio 2015 Community edition. I see the blank solution can be created as
Once you create the solution, you can add any type of projects to it.
Upvotes: 5
Reputation: 1200
Solutions are independent of the projects.
Do the following to create a solution:
Open Visual Studio
On New Project window:
Upvotes: 2