Friday, April 16, 2010

Open Visual Studio 2008 Applications in Visual Studio 2010

Visual Studio 2010 allows you to target previous versions of the CLR/.NET framework at the project level.

When you open the Visual Studio 2008 project file in Visual Studio 2010 it will convert the project file for you. Once this is done, it will be smart enough to target the proper framework and runtime version for you (.NET 3.5 and CLR 2). If it doesn't, you can change this yourself on the property sheet for the project.




This is what the option will be after the solution file(s) are updated.

No comments: