Visual Studio Rebuilds unmodified projects

前端 未结 17 1959
夕颜
夕颜 2020-12-04 08:49

So, as the title reads, I have a VS2010 solution with ~50 projects in it right now. If I make a change to a \"top level\" project that nothing references then VS still rebui

17条回答
  •  渐次进展
    2020-12-04 08:59

    I had this same problem and it turned out to be related to a couple of project that had a copy local reference to a dll in their own output directory.

    The key to finding this was having diagnostic output set for the build output, but also knowing what to look for in the log. Searching for: 'not up to date' was the key.

提交回复
热议问题