Visual Studio keeps building everything

前端 未结 6 1956
悲&欢浪女
悲&欢浪女 2020-12-04 02:05

I have a large .sln file with many projects.

I just made a change in project A and it builds nine other projects that project A references, but that had no code chan

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 02:32

    Make sure your project dependencies are correct. Right click on the project and go to "Project Dependencies." Make sure that each project only depends on the minimal set of other projects that are needed to link.

提交回复
热议问题