Preventing Visual Studio from building all projects when debugging one

前端 未结 4 881
广开言路
广开言路 2021-01-01 10:02

I have a solution with a few different projects in it: a couple dll projects, a console project, and a couple WCF projects.

The console project uses a dll from one o

4条回答
  •  抹茶落季
    2021-01-01 10:36

    Right click on your solution, then go to Properties, Configuration Properties and select the projects you want to be compiled.

提交回复
热议问题