Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Visual Studio 2013 compatible with 2010 projects?

Tags:

VS2012 could open up VS2010 projects and leave them in a state where they would be usable in VS2010.

Does VS2013 have the same feature?

like image 920
AngryHacker Avatar asked Oct 17 '13 17:10

AngryHacker


People also ask

Is Visual Studio backward compatible?

You can install and use Visual Studio 2019 alongside previous versions of Visual Studio, including Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.

Is Visual Studio 2013 still supported?

x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported. For Visual Studio 2013 and Team Foundation Server 2013, RTW is no longer supported.

Can I still use Visual Studio 2010?

Visual Studio 2010 and earlier versions are no longer supported.

Is Visual Studio 2022 backwards compatible?

You can install and use Visual Studio 2022 alongside previous versions of Visual Studio, including Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.


2 Answers

If you allow Visual Studio to upgrade the project automatically, you can open it in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1.

from following link

http://msdn.microsoft.com/en-us/library/vstudio/hh266747(v=vs.120).aspx

like image 131
Alp Avatar answered Oct 07 '22 00:10

Alp


Visual Studio 2013 supports "round tripping" with support for solutions as far back as VS2010. There are some exceptions where an upgraded project may be required, depending on the type of project(s) in the solution. Generally, you can open and save solutions from VS2010, VS2012 and of course, any created in VS2013.

like image 27
Mentatmatt Avatar answered Oct 06 '22 22:10

Mentatmatt