在 VS-2013 中使用较旧的 VS 扩展 [英] Use older VS Extensions with VS-2013

查看:31
本文介绍了在 VS-2013 中使用较旧的 VS 扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio 如何识别,特定的 VS Extension 应该安装在哪个版本.

How does Visual Studio identifies, a particular VS Extension should be installed for which version.

我正在尝试在 VS-2013 中使用较旧的扩展,风​​险自负.由于 .VSIX 在内部只是一个 zip 文件,我应该能够调整定义文件中的版本信息.

I am trying to use an older extension with VS-2013 at my own risk. As .VSIX internally is just a zip file I should be able to tweak version info in definition file.

请指点一下这个方向.

推荐答案

所有支持的 VS 版本都列在zip"文件内的 .vsixmanifest 文件中.此文件有 v1 (VS 2010+) 和 v2 (VS 2012+) 略有不同的方案.在 v2 中查找版本范围",在 v1 中查找SupportedProducts".

All supported VS versions are listed in the .vsixmanifest file inside the "zip" file. There are v1 (VS 2010+) and v2 (VS 2012+) slightly different schemes of this file. In v2 look for "Version Range" and in v1 look for "SupportedProducts".

这篇关于在 VS-2013 中使用较旧的 VS 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆