Visual Studio Multi-Targeting (maintaing backwards compatability)

Posted by Phillip Benages on Stack Overflow See other posts from Stack Overflow or by Phillip Benages
Published on 2010-04-15T20:09:58Z Indexed on 2010/04/15 20:13 UTC
Read the original article Hit count: 397

I know in Visual Studio 2008 you can target a specific framework with your projects, but from what I have been told if you open a project originally created in Visual Studio 2003 or 2005 in Visual Studio 2008, it requires you to upgrade the project to a 2008 project to work on it. Does Visual Studio 2010 have this same type of restriction for multi-targeting?

It would be very nice being able to use features of 2010 when working in our projects that target different frameworks, but we do not want to force all of our developers to upgrade in order to continue working in these projects.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio