<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Id="Microsoft.VisualStudio.Extensibility.Project" Version="17.14.2098.19097" Language="en-US" Publisher="Microsoft DevLabs" />
    <DisplayName>VisualStudio.Extensibility Project System</DisplayName>
    <Description>Contains project templates for VisualStudio.Extensibility extensions and enables F5 debugging of out-of-proc extensions.</Description>
  </Metadata>
  <Installation AllUsers="true" Experimental="false" SystemComponent="true" ExtensionType="VSSDK+VisualStudio.Extensibility">
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
      <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
      <ProductArchitecture>arm64</ProductArchitecture>
    </InstallationTarget>
  </Installation>
  <Dependencies>
    <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
  </Dependencies>
  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
    <Prerequisite Id="Microsoft.NetCore.Component.Runtime.8.0" Version="[17.0,18.0)" DisplayName=".NET 8.0 Runtime (Long Term Support)" />
    <Prerequisite Id="Microsoft.NetCore.Component.SDK" Version="[17.0,18.0)" DisplayName=".NET SDK" />
  </Prerequisites>
  <Assets>
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Extensibility.Project.dll" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Microsoft.VisualStudio.Extensibility.Debugging.DebugHost.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.ProjectTemplate" Path="ProjectTemplates" />
    <Asset Type="Microsoft.VisualStudio.ItemTemplate" Path="ItemTemplates" />
  </Assets>
</PackageManifest>