This is a collection of project templates for creating VSIX projects in Visual Studio. Right now a small number of templates are available but number will increase with time. Source: https://github.com/jaredpar/vsixTemplates Round Trippable VSIX This is an empty VSIX project file which can be used in any version of Visual Studio without changes. It is fully round trippable from 2010 - 2013. Bulid, edit and F5 out of the box! This does require that the box have the 2010 SDK installed in order to work. This is based off the RoundTripVSIX sample project https://github.com/jaredpar/RoundTripVSIX
Round Trippable VSIX 2012 This is the same type of project as Round Trippable VSIX except it targets the 2012 SDK instead of 2010. There are some extensions which prefer not to support 2010 and can use this as a starting point
|