c++ - Is it possible to have VS2010 and VS2012 projects concurrently on the same source code -
i have vs2010 library project use in new app in vs2012. of course when open vs2012 wants update library project. there way of having 2 projects - 1 vs2010 , 1 vs2012?
we have large product portfolio , not apps move vs2012 @ same time.
generally, long you're running vs2010 sp1, work appropriately opening project both versions of vs.
for c++ compatibility specifically:
you can use visual studio 2012 open c++ project created in visual studio 2010 sp1. if want use visual studio 2012 build environment build project created in visual studio 2010 sp1, must have both versions of visual studio installed on same computer.
the full list of compatibility information can found on msdn
Comments
Post a Comment