<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">

  <!-- VSIX Manifest for the Visual Studio Managed Package Framework (MPF) 15.0 Assemblies -->

  <Identifier Id="Microsoft.VisualStudio.MPF.17.0">
    <Name>Visual Studio MPF 17.0</Name>
    <Author>Microsoft</Author>
    <Version>17.0</Version>
    <Description>Microsoft Visual Studio MPF Assemblies</Description>
    <Locale>1033</Locale>
    <InstalledByMsi>true</InstalledByMsi>
    <SupportedProducts>
      <VisualStudio Version="17.0">
        <Edition>Pro</Edition>
        <Edition>Express_All</Edition>
      </VisualStudio>
    </SupportedProducts>
    <SupportedFrameworkRuntimeEdition MinVersion="4.5" />
    <SystemComponent>true</SystemComponent>
  </Identifier>

  <References />

  <Content />
  <!-- Though not specified as Content, this manifest is used to detect the presence
       or absence of the MPF Assemblies:
        - Microsoft.VisualStudio.Shell.15.0.dll
        - Microsoft.VisualStudio.Package.LanguageService.15.0.dll
  -->

</Vsix>
