Get Visual Studio to produce the same DLL for the same C# source
Posted
by JoelFan
on Stack Overflow
See other posts from Stack Overflow
or by JoelFan
Published on 2010-05-13T20:56:59Z
Indexed on
2010/05/13
21:04 UTC
Read the original article
Hit count: 225
I noticed that when I build a given C# source to produce a DLL, the binary output is different each time. It would be helpful for our build / deployment process if this was not the case. Can I control this?
© Stack Overflow or respective owner