Renan
Renan

Reputation: 2000

Visual Studio compiles some files every time (even when no changes are made)

I've been developing an application on VS2008 and everything went very well. I made some alterations, on the name of the solution and projects, and that's about when I started going crazy with the following behavior:

If somebody has an idea of might be going on, that would be fantastic. If not, what kind of tests can I do to investigate this further?

Thanks

EDIT:

Upvotes: 1

Views: 1852

Answers (1)

Alexey Kruglov
Alexey Kruglov

Reputation: 61

Probably those file had had file modification date in the future, and after you saved them their date became in the past.

Upvotes: 6

Related Questions