Answer the question
In order to leave comments, you need to log in
How to pull project from solution in Visual studio?
Hello.
Tell me how to pull out of the solution, where there are many projects, one and save it in a separate directory.
Answer the question
In order to leave comments, you need to log in
The question is not entirely clear. Save as a separate solution?
Create a new solution.
Go to the solution directory from where you want to pull the project.
Find the folder with the project, copy it to the directory of the new solution.
From the studio, right-click on a new solution, add project -> existing.
Delete the copied project from the old solution.
The folder with the project is copied and that's it, open the project file and you're done, the dependencies are written in the project file, however, if it depends on other projects in the solution or specific Dlls, then you will have to add libraries, if the dependencies are on Nuget packages, then the studio will download them when building project. and then you can save the solution file wherever you want.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question