We have a build server that is managing version numbers. When we debug we create a local build that also tries to manage the version numbers. The result is perpetual version control (SVN) conflicts in AssemblyInfo.cs that need to be resolved.
Note: we are using [assembly: AssemblyVersion("w.x.y.z")], and not the wildcard mentioned by @estebane below.
How does one turn off the auto increment feature of Visual Studio 2010?

