|
14 | 14 | <Preview>false</Preview> |
15 | 15 | </Metadata> |
16 | 16 | <Installation AllUsers="true"> |
17 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.9, 17.0)" /> |
18 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.9, 17.0)" /> |
19 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.9, 17.0)" /> |
| 17 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.9, 17.0)"> |
| 18 | + <ProductArchitecture>x86</ProductArchitecture> |
| 19 | + </InstallationTarget> |
| 20 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 21 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 22 | + </InstallationTarget> |
| 23 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.9, 17.0)"> |
| 24 | + <ProductArchitecture>x86</ProductArchitecture> |
| 25 | + </InstallationTarget> |
| 26 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 18.0)"> |
| 27 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 28 | + </InstallationTarget> |
| 29 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.9, 17.0)"> |
| 30 | + <ProductArchitecture>x86</ProductArchitecture> |
| 31 | + </InstallationTarget> |
| 32 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 18.0)"> |
| 33 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 34 | + </InstallationTarget> |
20 | 35 | </Installation> |
21 | 36 | <Dependencies> |
22 | 37 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
23 | 38 | </Dependencies> |
24 | 39 | <Prerequisites> |
25 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
26 | | - <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.Support" Version="[16.2.29003.222,17.0)" DisplayName="Universal Windows Platform tools" /> |
27 | | - <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.VC" Version="[16.0,17.0)" DisplayName="C++ (v142) Universal Windows Platform tools" /> |
| 40 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 41 | + <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.Support" Version="[16.2.29003.222,18.0)" DisplayName="Universal Windows Platform tools" /> |
| 42 | + <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.VC" Version="[16.0,18.0)" DisplayName="C++ (v142) Universal Windows Platform tools" /> |
28 | 43 | </Prerequisites> |
29 | 44 | <Reference Id="NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5" MinVersion="1.7.30402.9028"> |
30 | 45 | <Name>NuGet Package Manager</Name> |
|
0 commit comments