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?
Asked
Active
Viewed 405 times
1 Answers
1
Open the project in msvc, then go to "Project -> Properties -> Configuration Properties -> General -> Platform Toolset".

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