extension.vsixmanifest 1.4 KB

1234567891011121314151617181920212223
  1. <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  2. <Metadata>
  3. <Identity Id="27888a6a-25c8-4075-80a5-ee31eefa6d9c" Version="1.0" Language="en-US" Publisher="Eziriz" />
  4. <DisplayName>.NET Reactor</DisplayName>
  5. <Description xml:space="preserve">.NET Reactor Visual Studio Automation Package</Description>
  6. </Metadata>
  7. <Installation InstalledByMsi="false">
  8. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Community" />
  9. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Pro" />
  10. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Enterprise" />
  11. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.IntegratedShell" />
  12. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.VSWinExpress" />
  13. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.VWDExpress" />
  14. <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
  15. </Installation>
  16. <Dependencies>
  17. <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
  18. <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" Version="[14.0]" />
  19. </Dependencies>
  20. <Assets>
  21. <Asset Type="Microsoft.VisualStudio.VsPackage" Path="dotNET Reactor VSPackage.pkgdef" />
  22. </Assets>
  23. </PackageManifest>