We have some older projects in VS 2008 format and the newer ones in VS2010. Its reshource hogging to have both open. I am wondering if there is a way to make VS2010 open VS2008 solutions without converting any project/solution files.
+1
A:
Nope, you can target the varying platforms (2, 3.5, etc...) but once it is converted from a VS stance, it is converted.
Aaron
2010-10-11 20:52:16
+1
A:
Hmya, don't look for a complicated solution when the obvious one is simple. Just copy your solution and project files and give them a distinctive name. Postfix "10", anything goes. And open them in VS2010 to get them converted. Run a diff on the source code files, just in case, there shouldn't be any. Check them in. You can now open the original in VS2008 and the converted in VS2010.
Hans Passant
2010-10-11 20:54:59
If it was a smaller solution it wouldve been easy
Perpetualcoder
2010-10-12 02:39:33