How to launch a specific project from Visual Studio solution

后端 未结 4 1983
夕颜
夕颜 2021-02-18 17:13

I have a solution which includes several projects. How can I launch each project from Visual Studio separately?

4条回答
  •  庸人自扰
    2021-02-18 17:35

    You could select a default startup project for the solution in the menu if you right click on it. This could also be done if you right click on the solution and go to the properties window where you could select a single or multiple startup projects.

提交回复
热议问题