vote up 2 vote down star
2

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?

flag

4 Answers

vote up 5 vote down check

"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

link|flag
That's a bummer. They did the same with 2005/2008 projects - made it tough to work on the same project in different versions of studio for testing. – Scott Ivey May 27 at 15:19
VS 2005 could read VS 2008 project files, so you could have just created new solution files. I am hoping that I can get away with the same trick in VS 2010. – Jonathan Allen Oct 22 at 0:10
vote up 2 vote down

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.

link|flag
I'm not seeing that. – Jonathan Allen Oct 22 at 0:13
vote up 1 vote down

There is a trick.

  1. Create a new Solution file.
  2. Add all the existing projects, upgrading them in the process.
  3. Use the old solution file in VS 2008 and the new one in VS 2010.

I did the same thing with VS 2005/2008 and didn't run into any problems.

link|flag
That doesn't solve the problem if the project files are under source control and the rest of the team is using VS 2008. – Richard Hein Oct 29 at 0:20
1  
VS 2008 can read VS 2010 project files. It just can't read VS 2010 solution files. – Jonathan Allen Oct 29 at 16:51
vote up 0 vote down

You could just have two different solution files. Usually in open source they make fx. project-2008.sln and project-2005.sln.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.