Hello,
We have built a Visual Studio extension using the VS2005 SDK. This extension has worked for us up to VS2012 (these versions have supported VS2005 SDK-built extensions, so up to now we have never had the need to rebuild it with a newer SDK).
We are now trying to add support for VS2013. Would extensions built using the VS2005 SDK still be compatible/installable on 2013, or would we have to rebuild the extension on a more recent SDK, say the 2013 SDK?
Thanks in advance!