How to start a single project without debugging in Visual Studio?

后端 未结 14 1153
盖世英雄少女心
盖世英雄少女心 2020-12-01 03:08

My solution contains multiple projects which can be started. SometimesI would like to start a single project without using my solution startup projects settings. When I righ

14条回答
  •  庸人自扰
    2020-12-01 04:07

    1. Set the required project to be the Startup Project (as every has suggested)
    2. Turn off 'Build' for all other projects in the Solution Configuration Manager
    3. Start Without Debugging.

提交回复
热议问题