Search code examples
c#visual-studioprojects-and-solutions

How can I open a project without opening its associated solution in Visual Studio?


I have a solution that contains few projects. The problem is that when I want to open just one of the projects by clicking on the specific .csproj file, it opens all the solution.

How can I open just one project?

Thanks.


Solution

  • You can create a new solution, and add this project to the solution. Then this project will have a solution of it's own.