Search code examples
c#visual-studio-2013solutioncsproj

Open a csproj and not the entire solution


I am working on a solution that contains 30 cs projects. I am focusing on only 1 project so I preferred to open only this specific project. Once opening this specific project, it loads the entire solution wiht all the others 29 projects. Is there a way to open only this specific csproj?


Solution

  • The following structure can be used to get the desired behaviour:

    • Create a new Visual Studio solution

    • Delete the created default project

    • Add an existing project to the solution

    • Set the project as startup project (for re-build etc...)

    You are now ready to go