VS Custom Project Template: [2] Create VSIX project template extension

Source: Internet
Author: User

    • VS2013 (VS2010 and other versions also apply, both need to install the visual Studio SDK)
How do I create a VSIX extension project?
    1. 1

      New Project--Select the VSIX Project project in Extensibility.

    2. 2

      Double-click Open source.extension.vsixmanifest file to set some basic information for the VSIX extension project.

    3. 3

      Add the previous experience exported template for the VSIX extension project.

      New in assets (Assets) tab, select Type Microsoft.VisualStudio.ProjectTemplate (project template), source Select File on filesystem (files on PC), Browse to select a file path.

      The file is added to the solution after it is determined.

    4. 4

      Build the project.

      Then install the generated vs extension myvsixproject.vsix.

    5. 5

      After the installation is successful, you can see it in tools--extensions and updates.

      When you create a new project, the Myexporttemplate project template exists under the root directory of Visual C #.

      END
How do I add a catalog for a VSIX extension project template?
    1. Add a subdirectory MyTemplate for PROJECTTEMPLA in the solution.

    2. After the build, reinstall the expansion pack and see the effect.

VS Custom Project Template: [2] Create VSIX project template extension

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.