Why does rebuilding the exact same version of a C# solution produces different binary files (exe / dll)? Is there a way to avoid this?
I'm using Visual Studio 2010 and .NET Framework 4.5.
EDIT:
I actually found a timestamp in the COFF Header of the binary files. Any idea on how to remove it (is this is even possible)?
Thanks