Does anyone know if VS2010 will use the same project & solution file format as 2008, or will the 2008 project files need to be upgraded to 2010 format before they'll open in that version?
|
2
|
|
|
|
|
|
"Visual Studio 2010 will allow you to move your projects from previous versions of Visual Studios to VS 2010 with ease, I will call this process as “Converting” the project from VS 200X to VS 2010… VS 2010 will also allow you to change your project’s Target Framework Version to .NET 4.0 from .NET 2.0, 3.0 or 3.5… I will call this process as “Upgrading”…" extracted from http://vishaljoshi.blogspot.com/2009/05/vs-2010-project-conversion-upgrade.html |
||||
|
|
|
VS2010 is going to be able to handle 2.0 through 4.0 framework projects, so if you have a project in one of those frameworks, it is unlikely that you would have to worry about any sort of updates or imports or anything of that sort to get up and running with current projects. |
||
|
|
|
There is a trick.
I did the same thing with VS 2005/2008 and didn't run into any problems. |
||||||
|
|
|
You could just have two different solution files. Usually in open source they make fx. project-2008.sln and project-2005.sln. |
||
|
|
