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

后端 未结 14 1038
盖世英雄少女心
盖世英雄少女心 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:05

    Add VSCommands extension into Visual Studio, right click a project -> Debug -> Start Without Debugging

    0 讨论(0)
  • 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.
    0 讨论(0)
提交回复
热议问题