Visual Studio 2008 marks solution files as version 10.00
Posted
by bja
on Stack Overflow
See other posts from Stack Overflow
or by bja
Published on 2010-03-12T12:12:46Z
Indexed on
2010/03/12
12:17 UTC
Read the original article
Hit count: 422
Hi
After trying out VS2010b2 also my VS2008 installation changes the versions of solution and project files to "Version 10.00". The MSBuild.exe on our CI Server does not support them. Is there a way to make VS2008 generate sln files with version number 9.00 again?
I know, i can fix that manually. But each time I open a solution, the version gets changed back, which is annoying.
Cheers,
bja
© Stack Overflow or respective owner