Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert project from VS2012 to VS2013

Funny question but I stacked on it. I opened in VS2013 solution file which uses VS2012, but it still doesn't show me any screen for upgrade solution to VS2013. I mean I can open this project in VS 2013 and it works but solution file still shows that it use VS2012

enter image description here

According to this article some wizard should be shown, but it doesn't http://msdn.microsoft.com/en-us/library/vstudio/ms185327(v=vs.100).aspx

like image 236
Sergey Avatar asked Mar 13 '14 10:03

Sergey


People also ask

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.

Are Visual Studio 2022 solutions 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.

What are the versions of Visual Studio?

There are three editions of Visual Studio: Community, Professional, and Enterprise. See Compare Visual Studio editions to learn about which features are supported in each edition.


1 Answers

Found the answer. We need to correct manually the Visual Studio sln file like this

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
like image 116
Sergey Avatar answered Oct 26 '22 05:10

Sergey