Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 msvc12 的 vsvarsall.bat 编译大多数应用程序的命令行并设置平台。现在我有一个带有 Visual Studio 解决方案的项目,它使用 msvc14 编译。为了保持兼容性,我想用 vc12 编译。如何在 devenv.exe 中切换编译器?
在 msvc 中打开项目,然后转到“项目 -> 属性 -> 配置属性 -> 常规 -> 平台工具集”。