github.com/ijc/docker-app@v0.6.1-0.20181012090447-c7ca8bc483fb/integrations/visualstudio/dockerappvsix/source.extension.vsixmanifest (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
     3      <Metadata>
     4          <Identity Id="dockerappvsix.dede1dd6-dcce-4bf3-b7a7-fbb93169ac7b" Version="2.0" Language="en-US" Publisher="Company" />
     5          <DisplayName>dockerappvsix</DisplayName>
     6          <Description xml:space="preserve">Docker App plugin</Description>
     7      </Metadata>
     8      <Installation>
     9          <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 16.0)" />
    10      </Installation>
    11      <Dependencies>
    12          <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
    13          <Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
    14      </Dependencies>
    15      <Prerequisites>
    16          <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
    17      </Prerequisites>
    18      <Assets>
    19          <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
    20      </Assets>
    21  </PackageManifest>