<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Id="Microsoft.Vsix.TemplatesPackage" Version="17.14.2143.13826" Language="en-US" Publisher="Microsoft Corp" />
    <DisplayName>Visual Studio Extensibility Templates</DisplayName>
    <Description xml:space="preserve">A collection of new project item templates such as VSPackage, editor items, tool windows, commands, etc. for Visual Studio extensibility (VSIX) projects.</Description>
    <License>eula.rtf</License>
    <PackageId>Microsoft.VisualStudio.Vsix.TemplatesPackage</PackageId>
  </Metadata>
  <Installation AllUsers="true" SystemComponent="true" Experimental="false">
    <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
      <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
  </Installation>
  <Dependencies>
    <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
  </Dependencies>
  <Assets>
    <!-- IWizard implementation assembly -->
    <Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.Vsix.TemplatesPackage.dll" AssemblyName="Microsoft.Vsix.TemplatesPackage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <Asset Type="Microsoft.VisualStudio.ItemTemplate" Path="ItemTemplates" />
  </Assets>
  <References>
    <Reference Id="NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5" MinVersion="1.5.20902.9026">
      <Name>NuGet Package Manager</Name>
      <MoreInfoUrl>http://docs.nuget.org/</MoreInfoUrl>
    </Reference>
  </References>
  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" />
    <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,18.0)" />
  </Prerequisites>
</PackageManifest>