Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Visual Studio 2013 Extensibility VSIX Project Template

Both of these articles talk about how to develop extensions for VS2013, but both presume that you have an extension project type available

  • Extending the Visual Studio Environment
  • Creating Extensions By Using the VSIX Project Template

As of 11/9/13, there are already 544 extensions for VS2013 in the gallery, so I'm guessing it's possible, but I can't find the template anywhere.

like image 732
KyleMit Avatar asked Nov 11 '13 16:11

KyleMit


People also ask

Where are Visual Studio project templates stored?

By default, user templates are located in: %USERPROFILE%\Documents\Visual Studio 2019\Templates\ProjectTemplates.

Where is my VSIX file?

Installation location During installation, Extensions and Updates looks for the contents of the VSIX package in a folder under %LocalAppData%\Microsoft\VisualStudio\14.0\Extensions. By default, the installation applies only to the current user, because %LocalAppData% is a user-specific directory.


1 Answers

Found It! You need to download the

Visual Studio 2013 SDK

Once installed, the project template will appear here:

demo

like image 153
KyleMit Avatar answered Nov 13 '22 16:11

KyleMit