Preventing Visual Studio from building all projects when debugging one

前端 未结 4 866
广开言路
广开言路 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:37

    You might try checking what Visual Studio builds when running a project. Open the Options dialog, and go to Projects and Solutions | Build and Run. Try turning on "Only build startup projects and dependencies on Run".

提交回复
热议问题