Extracting a project as a separate project from the Visual Studio solution
If by "Extract", you mean "Duplicate" your project and start a new solution with this project, here is what you can do:
- Create a new solution in Visual Studio
- Copy your Project folder in the root of the new solution
- Right click on the solution => Add existing Project and select the project file (*.csproj in this case)
Copy the project folder into separate folder, open the .csproj file, press CTRL + S
, it will open the save dialog and you will save the .sln
file. That is it.