Making an extension for multiple versions of Visual Studio

浪尽此生 提交于 2019-12-23 03:14:35

问题


I have a feeling that the Visual Studio SDK is targeted heavily towards the version of Visual Studio it is created for, so I'm wondering how to do this in the best way possible. I currently only have Visual Studio 2008, but people using Visual Studio 2010 have begun wanting to use my tool as well, and I want to help them out. There were some using Visual Studio 2005 as well. Is there any way to do this without maintaining two (or three) different versions of the tool in different versions of Visual Studio?


回答1:


This question is related, maybe it helps: Does Visual Studio 2010 have backward compatibility with visual studio 2008's addins?



来源:https://stackoverflow.com/questions/1886747/making-an-extension-for-multiple-versions-of-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!