12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
- <Metadata>
- <Identity Id="27888a6a-25c8-4075-80a5-ee31eefa6d9c" Version="1.13" Language="en-US" Publisher="Eziriz" />
- <DisplayName>.NET Reactor Visual Studio Automation Add-in</DisplayName>
- <Description xml:space="preserve">.NET Reactor Visual Studio Automation Package</Description>
- <Icon>icon.ico</Icon>
- </Metadata>
- <Installation>
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VSWinExpress">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VWDExpress">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress">
- <ProductArchitecture>amd64</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VSWinExpress">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VWDExpress">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress">
- <ProductArchitecture>x86</ProductArchitecture>
- </InstallationTarget>
- </Installation>
- <Dependencies>
- <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
- </Dependencies>
- <Prerequisites>
- <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
- </Prerequisites>
- <Assets>
- <Asset Type="Microsoft.VisualStudio.VsPackage" Path="dotNETReactorVSPackage.pkgdef" />
- </Assets>
- </PackageManifest>
|