Every now and then our source control engine indicates that the ProductVersion
in a .csproj file has changed. We're using VS2008 SP1.
Looking through the codebase I can see two versions reported:
<ProductVersion>9.0.30729</ProductVersion>
and
<ProductVersion>9.0.21022</ProductVersion>
Does anyone know why and when Visual Studio decides to change this setting, and to what these two version numbers refer?