Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert visual studio 2010 SP1 solution into visual studio 2012 solution? [duplicate]

I know they (most project types) are inter-compatible between 2010 SP1 and 2012, and there is no necessity to do conversion, but what if I need it anyway? What if I need my solution to be labeled as Visual Studio 2012 solution? When double clicking the VS2010 solution, version selector automatically opens it with VS2010 (even though I have VS2012 installed now), also icon has a number 10 (instead of number 11) on it.

How to do it??.

like image 789
TX_ Avatar asked Sep 13 '12 12:09

TX_


1 Answers

Open it in VS2012, then click File, Save As.

like image 176
SLaks Avatar answered Nov 15 '22 16:11

SLaks