Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert Visual Studios 2013 project to Visual Studios 2010?

Tags:

I have a project in Microsoft Visual Studios 2013 and I want to open it in Microsoft Visual Studios 2010. Is there any easy way? or Do I have to create a new project in 2010 and add all files from 2013 project?

like image 817
sms247 Avatar asked Dec 10 '13 04:12

sms247


People also ask

How do I open an existing project in Visual Studio 2010?

Select File > Open > Project/Solution from the main menu. This will open the Open Project dialog box. 2. Using the Open Project dialog box, locate the Visual Studio Project you wish to open.

How do I upgrade my Visual Studio project?

To upgrade a project created in an earlier version of Visual Studio, just open the project in the latest version of Visual Studio. Visual Studio offers to upgrade the project to the current schema. If you choose No, the project doesn't get upgraded.


1 Answers

Open you solution file in notepad. Make 1 change, as stated in Converting VS2012 Solution to VS2010:

Replace "# Visual Studio 2013" with "# Visual Studio 2010" (without quotes.)

http://social.msdn.microsoft.com/Forums/vstudio/en-US/ef97fa9c-b89b-4a89-8bda-03457dff9c61/how-to-downgrade-from-visual-studio-2012-project-to-vs-2010

How to downgrade from Visual Studio 2012 project to Visual Studio 2008

like image 53
Vignesh Kumar A Avatar answered Oct 07 '22 01:10

Vignesh Kumar A