I'm referencing a dll (ICSharpCode.SharpZipLib.dll) for my visual studio project from my bin folder, the version I want to use is 0.5.0.0. However, when I run the project, the dll gets replaced with a more recent 0.85.4.369 which is imcompatible with some of the libraries I've got.
How do I stop Visual Studio from doing an auto-update on the reference?