How to launch a specific project from Visual Studio solution

后端 未结 4 1897
夕颜
夕颜 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:34

    Right click your solution and choose "set startup projects"

    startup projects

    next, you can choose which projects you want to start simultaniously

    startup overview

    or you could right click a project and set that one to startup, each time you "F5", that one will start. You can verify which one is set as startup by looking at the one in bold.

提交回复
热议问题