0

I compile command line most of my applications using msvc12's vsvarsall.bat and setting the platform. Now I have a project that comes with a visual studio solution and it compiles with msvc14. To keep compatability I would like to compile with vc12. How do I switch compilers inside devenv.exe?

sepp2k
  • 363,768
  • 54
  • 674
  • 675

1 Answers1

1

Open the project in msvc, then go to "Project -> Properties -> Configuration Properties -> General -> Platform Toolset".

corresponding properties page

Anton Malyshev
  • 8,686
  • 2
  • 27
  • 45