<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Id="96c07f50-17b9-456e-8c35-8865dd575143" Version="1.0" Language="en-US" Publisher="Microsoft" />
    <DisplayName>Graphics</DisplayName>
    <Description>Graphics</Description>
  </Metadata>
  <Installation AllUsers="true" SystemComponent="true" InstalledByMsi="true">
    <InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
    <InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
    <InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
    <InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
  </Installation>
  <Dependencies>
    <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="4.5" />
    <Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="15.0" />
  </Dependencies>
  <Assets>
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="VsGraphicsStandalonePkg.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="VsGraphicsStandalonePkg.dll" />
  </Assets>
</PackageManifest>