Possible Duplicate:
Determine whether .NET assemblies were built from the same source
I want to compare assemblies in .NET to check for any changes. After looking around the web, I found out that the compiler changes the build date, the version revision (if not explicitly specified) and many other things. Is there, by any chance, an option in msbuild to get exactly the same result with two different builds ?