﻿<VSTemplateManifest Version="1.0" xmlns="http://schemas.microsoft.com/developer/vstemplatemanifest/2015">
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>CSharp\Extensibility\1033\EmptyVSIXProject</RelativePathOnDisk>
    <TemplateFileName>EmptyVSIXProject.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Empty VSIX Project</Name>
        <TemplateID>CSharp.VSIX.EmptyVSIXProject</TemplateID>
        <Description _locID="$templateDescription$">Build Visual Studio extensions using the Visual Studio SDK. Start with this template to extend functionality of Visual Studio by adding editor items, commands and tool windows.</Description>
        <ProjectType>CSharp</ProjectType>
        <SortOrder>1100</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>VSIXProject</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>CSExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>CSharp</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>CSharp\Extensibility\1033\ExtensionPackProjectTemplate</RelativePathOnDisk>
    <TemplateFileName>ExtensionPack.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Extension Pack</Name>
        <TemplateID>CSharp.VSIX.ExtensionPackProjectTemplate</TemplateID>
        <Description _locID="$templateDescription$">Creates a set of already existing Visual Studio extensions that will be installed together.</Description>
        <ProjectType>CSharp</ProjectType>
        <SortOrder>1200</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>MyExtensionPack</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>CSExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>CSharp</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>CSharp\Extensibility\1033\ItemTemplate</RelativePathOnDisk>
    <TemplateFileName>ItemTemplate.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">C# Item Template</Name>
        <Description _locID="$templateDescription$">A project for building and packaging a C# Item Template.</Description>
        <ProjectType>CSharp</ProjectType>
        <TemplateID>CSharp.ItemTemplate</TemplateID>
        <SortOrder>1300</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>ItemTemplate</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>CSExtensionApplication.ico</Icon>
        <RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
        <LanguageTag>CSharp</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>CSharp\Extensibility\1033\ProjectTemplate</RelativePathOnDisk>
    <TemplateFileName>ProjectTemplate.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">C# Project Template</Name>
        <Description _locID="$templateDescription$">A project for building and packaging a C# Project Template.</Description>
        <ProjectType>CSharp</ProjectType>
        <TemplateID>CSharp.ProjectTemplate</TemplateID>
        <SortOrder>1400</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>ProjectTemplate</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>CSExtensionApplication.ico</Icon>
        <RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>CSharp</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>CSharp\Extensibility\1033\VSIXProject</RelativePathOnDisk>
    <TemplateFileName>VSIXProject.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">VSIX Project</Name>
        <TemplateID>CSharp.VSIX.VSIXProject</TemplateID>
        <Description _locID="$templateDescription$">Build Visual Studio extensions using the Visual Studio SDK. Start with this template to create an extension project with an async package. Further extend functionality of Visual Studio by adding editor items, commands and tool windows.</Description>
        <ProjectType>CSharp</ProjectType>
        <SortOrder>1000</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>VSIXProject</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>CSExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>CSharp</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>VisualBasic\Extensibility\1033\EmptyVSIXProject</RelativePathOnDisk>
    <TemplateFileName>EmptyVSIXProject.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Empty VSIX Project</Name>
        <TemplateID>VisualBasic.VSIX.EmptyVSIXProject</TemplateID>
        <Description _locID="$templateDescription$">Build Visual Studio extensions using the Visual Studio SDK. Start with this template to extend functionality of Visual Studio by adding editor items, commands and tool windows.</Description>
        <ProjectType>VisualBasic</ProjectType>
        <SortOrder>1100</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>VSIXProject</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>VBExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>VisualBasic</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>VisualBasic\Extensibility\1033\ExtensionPackProjectTemplate</RelativePathOnDisk>
    <TemplateFileName>ExtensionPack.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Extension Pack</Name>
        <TemplateID>VisualBasic.ExtensionPackProjectTemplate</TemplateID>
        <Description _locID="$templateDescription$">Creates a set of already existing Visual Studio extensions that will be installed together.</Description>
        <ProjectType>VisualBasic</ProjectType>
        <SortOrder>1200</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>MyExtensionPack</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>VBExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>VisualBasic</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>VisualBasic\Extensibility\1033\ItemTemplate</RelativePathOnDisk>
    <TemplateFileName>ItemTemplate.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Visual Basic Item Template</Name>
        <Description _locID="$templateDescription$">A project for building and packaging a Visual Basic Item Template.</Description>
        <ProjectType>VisualBasic</ProjectType>
        <TemplateID>VisualBasic.ItemTemplate</TemplateID>
        <SortOrder>1300</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>ItemTemplate</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>VBExtensionApplication.ico</Icon>
        <RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
        <LanguageTag>VisualBasic</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>VisualBasic\Extensibility\1033\ProjectTemplate</RelativePathOnDisk>
    <TemplateFileName>ProjectTemplate.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">Visual Basic Project Template</Name>
        <Description _locID="$templateDescription$">A project for building and packaging a Visual Basic Project Template.</Description>
        <ProjectType>VisualBasic</ProjectType>
        <TemplateID>VisualBasic.ProjectTemplate</TemplateID>
        <SortOrder>1400</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>ProjectTemplate</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>VBExtensionApplication.ico</Icon>
        <RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>VisualBasic</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
  <VSTemplateContainer TemplateType="Project" Locale="1033">
    <RelativePathOnDisk>VisualBasic\Extensibility\1033\VSIXProject</RelativePathOnDisk>
    <TemplateFileName>VSIXProject.vstemplate</TemplateFileName>
    <VSTemplateHeader>
      <TemplateData xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
        <Name _locID="$templateName$">VSIX Project</Name>
        <TemplateID>VisualBasic.VSIX.VSIXProject</TemplateID>
        <Description _locID="$templateDescription$">Build Visual Studio extensions using the Visual Studio SDK. Start with this template to create an extension project with an async package. Further extend functionality of Visual Studio by adding editor items, commands and tool windows.</Description>
        <ProjectType>VisualBasic</ProjectType>
        <SortOrder>1000</SortOrder>
        <CreateNewFolder>true</CreateNewFolder>
        <DefaultName>VSIXProject</DefaultName>
        <ProvideDefaultName>true</ProvideDefaultName>
        <LocationField>Enabled</LocationField>
        <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
        <Icon>VBExtensionApplication.ico</Icon>
        <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
        <LanguageTag>VisualBasic</LanguageTag>
        <PlatformTag>Windows</PlatformTag>
        <ProjectTypeTag>Extension</ProjectTypeTag>
      </TemplateData>
    </VSTemplateHeader>
  </VSTemplateContainer>
</VSTemplateManifest>