You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

source.extension.vsixmanifest 1.2KB

2 years ago
12345678910111213141516171819202122
  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="CommandFileContextMenu.dfa33072-fb2e-4808-b9c7-071f94c9fc7b" Version="1.0" Language="en-US" Publisher="christophe-brachet@outlook.fr" />
  5. <DisplayName>CommandFileContextMenu</DisplayName>
  6. <Description>Empty VSIX Project.</Description>
  7. </Metadata>
  8. <Installation>
  9. <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
  10. <ProductArchitecture>amd64</ProductArchitecture>
  11. </InstallationTarget>
  12. </Installation>
  13. <Dependencies>
  14. <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
  15. </Dependencies>
  16. <Prerequisites>
  17. <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
  18. </Prerequisites>
  19. <Assets>
  20. <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
  21. </Assets>
  22. </PackageManifest>