Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert/downgrade visual studio 2015 solution file to 2013

How can I downgrade a Visual Studio 2015 solution file to the 2013 solution file that opens natively in Windows? Or, how can I get the Visual Studio Version selector to open the 2015 solution file after I would have uninstalled 2015 RC?

like image 551
FSB Avatar asked Jun 09 '15 19:06

FSB


Video Answer


1 Answers

Did you try this solution? Just try to change "Format Version" in first line of .sln file (Visual Studio 2012 has 12.00, so I assume 2013 is 13.00)

like image 54
Sebastian Budka Avatar answered Oct 19 '22 09:10

Sebastian Budka