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,

  1. File menu On, click New > and then click on Project .

  2. In the Project type pane, select Other Project Types > and then select Visual Studio Solution

  3. In the Templates panel, select Empty Solution

  4. for a project enter name.

  5. To change the location of the Solution directory, Browse and specify a new location.

  6. Select

  7. 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. .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -