Visual Studio keeps building everything

前端 未结 6 1959
悲&欢浪女
悲&欢浪女 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:47

    This happens when a project has a file that doesn't really exist.
    The project can't determine if the file was changed (because it's not there) so it rebuilds.

    Simply look at all the files in the project, and search for the one that doesn't have an expandable arrow near it.

提交回复
热议问题