source.extension.vsixmanifest 1.2 KB

123456789101112131415161718192021
  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="CodeGenerator.27e8c1b4-6fd9-4558-9c6c-d93e2741093e" Version="4.0.2" Language="zh-CN" Publisher="HP Inc." />
  5. <DisplayName>VberAdmin代码生成器4.0</DisplayName>
  6. <Description xml:space="preserve">VberAdminCodeGenerator 4.0 (.Net6)</Description>
  7. <Icon>Resources\VberBig.png</Icon>
  8. <PreviewImage>Resources\VberBig.png</PreviewImage>
  9. </Metadata>
  10. <Installation>
  11. <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
  12. <ProductArchitecture>amd64</ProductArchitecture>
  13. </InstallationTarget>
  14. </Installation>
  15. <Prerequisites>
  16. <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.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>