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.
我正在研究一个开源 VS 扩展项目。我已经在我的 VS2012 中打开并编译了它,但是当我启动调试时它会打开 VS2010。如何更改此扩展的目标 VS 版本?
如果项目是专门为 VS2010 创建的,它可能已经在调试命令行中硬编码了 VS2010 exe 路径(在 Project->Properties->Debug 下)。将其更改为调用 VS2012。