What controls the version number inside of a codedom generated file?
Some of our developers get:
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4005
while others get:
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3082
But everyone seems to be running .Net 3.5 SP1.
Why do some have 4005 and others have 3082 as the build number?
This is a real pain for source control.
Thanks