c++ - Share project between Visual Studio 2013 and Visual Studio 2012 -


i using visual studio 2013 community , created c++ project. want share project colleague working visual studio 2012 professional.

once took project had change toolset v110 , worked fine him.

when shared me got message:

error msb8020: build tools visual studio 2012 (platform toolset = 'v110') cannot found. build using v110 build tools, please install visual studio 2012 build tools. alternatively, may upgrade current visual studio tools selecting project menu or right-click solution, , selecting "upgrade solution...". 

i not want upgrade solution, cause each time change project, couldn't find anywhere download vs2012 build tools.

where can find visual studio 2012 build tools?

you can have both visual studio 2012 , visual studio 2013 installed on same machine. once have both installed can use visual studio 2012 compiler in visual studio 2013.

so suggest install visual studio 2012. think express edition should enough.

alternatively, colleague can install visual studio 2013 community edition alongside existing visual studio 2012 professional edition. think features equivalent question if breaking license terms.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -