Search code examples
visual-studiobuild-process

How to make Visual Studio check if file content changed before building?


Visual Studio uses timestamps to determine whether file has changed or not before building it. However, in my case it is not sufficient as timestamps may change, but the content will remain the same. Is there a way to make Visual Studio check if file content changed (e.g. using MD5 hash) and only build if it did? Any add-in or built-in functionality?

System info: VS Team System 2008 Version 3.5 SP1, Windows 7 64-bit.


Solution

  • It is impossible.

    [source]