I need to compare build outputs of VS2005 in order to be sure I can reproduce the exact same product.
when I do two builds one after the other in release and compare the produced files I get different files, doing text comparison it seems that more than just the datetime is different
how can I build in order to reproduce exact same product each time ?
Whenever you build, the compiler embeds:
A couple of options:
This problem does pop up every so often, so I’ll see if I can come up with a tool to do the comparisons – although it’s unlikely to cope with signed assemblies, as the location of the signature could vary significantly.