Click here to Skip to main content
15,881,866 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi,

how to convert visual studio 2010 solution to visual studio 2012?
Posted
Updated 24-Apr-17 12:21pm
v3
Comments
Thanks7872 13-Sep-13 5:54am    
By deleting the old one,you expect us to answer this new non question?

You can just open the old file with the newer version of the program. Open VS2012, click File -> Open Solution, and open the VS2010 solution. The version mismatch will be detected by VS2012 and any necessary conversion(s) done by the compiler. You can do this across multiple versions (ie. open VS2008 files with VS2012) but this is a bit buggy. Just jump by one version if possible.
 
Share this answer
 
Comments
pasztorpisti 15-Sep-13 16:23pm    
+5, Couldn't be easier.
H.Brydon 15-Sep-13 16:36pm    
Thanks very much.
You can try this way

'convert' the solution file to change the line containing '# Visual Studio 2010' to '# Visual Studio 2012' in the .SLN file.
 
Share this answer
 
Comments
Thanks7872 13-Sep-13 6:09am    
Don't you see the comment below the question?
pasztorpisti 15-Sep-13 16:46pm    
This way you just lie to the visual studio launcher so it will show an VS2012 icon for the sln file and it will launch VS2012 instead of VS2010. I guess VS2012 should still ask you about the conversion of each vcxproj.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900