0

I'm trying to debug an MS-Build in VS2010 setup that reports about a half-dozen projects are out-of-date on every build. I'm trying to trawl through the diagnostic output for a clue to what files are consider out-of-date and causing the rebuild.

Is there a simpler way to display the reason for dependencies to avoid looking for a needle in the proverbial haystack?

thanks Dan

Dan G
  • 63
  • 1
  • 7

1 Answers1

1

The answer to the question "VS2010 always thinks project is out of date but nothing has changed" shows you how to debug the dependencies checker of visual studio.

Community
  • 1
  • 1
hmuelner
  • 8,093
  • 1
  • 28
  • 39