Get Visual Studio to produce the same DLL for the same C# source
- by JoelFan
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?