简体   繁体   English

Visual Studio扩展项目:如何更改目标Visual Studio版本?

[英]Visual Studio extension project: how to change target Visual Studio version(s)?

I'm studying an open-source VS extension project. 我正在研究一个开源的VS扩展项目。 I've opened and compiled it in my VS2012, but when I launch debugging it opens VS2010. 我在我的VS2012中打开并编译了它,但是当我启动调试时它会打开VS2010。 How can I change the target VS version for this extension? 如何更改此扩展的目标VS版本?

If the project is created specifically for VS2010, it might have hardcoded the VS2010 exe path in the debug command line (under Project->Properties->Debug). 如果项目是专门为VS2010创建的,则它可能已在调试命令行中硬编码VS2010 exe路径(在Project-> Properties-> Debug下)。 Change this to invoke VS2012 instead. 更改此项以改为调用VS2012。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM