|
When using Visual Studio to build a solution twicewithout changing anything, and then doing a binary comparisonon the assemblies (test.exe or test.dll)it shows some minor changes? What would would these changes be from? I am not auto-incrementing the version number or anything like that. Is there some kind of date/time stamp that is gets compiled in with each build? Or maybe the more relevant question would be - is there a way to compare two assemblies to see if they are the same or different?
Thanks for any info. |