visual studio - Is there any way to create a blank solution (.sln) file first and then add projects? -
Visual Studio has always annoyed me because (for my knowledge) you can not create a solution first and then add new / existing projects. this. In a way I know how to create a solution to create a solution and to specify a solution name for it.
So, there is no way to start with Visual Studio (.sln) with a blank solution.
Yes, gives an overview.
From the article:
To create a new solution,
File menu On, click New > and then click on Project .
In the Project type pane, select Other Project Types > and then select Visual Studio Solution
In the Templates panel, select Empty Solution
for a project enter name.
To change the location of the Solution directory, Browse and specify a new location.
Select
OK After creating an empty solution, you can add new or existing projects and items to an empty solution, add new items or add existing item commands from the project menu. .