Is it possible to create a VS2010 solution file for an already existing VS2008 solution? So I would have both a VS2008 and a VS2010 solution file and be able to open the solution from either VS2008 or VS2010 without the project converter running?
Could I copy the 2008 .sln, rename it to MyProject2010.sln and replace:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
with
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Is there anything else that I would need to change or create other than the solution file?
Thanks in advance