|
4104 | 4104 | <?endif?>
|
4105 | 4105 |
|
4106 | 4106 | <!-- Features -->
|
| 4107 | + <Feature Display="hidden" Id="PlatformSupport" Title="!(loc.Plt_ProductName_Windows)"> |
| 4108 | + <ComponentGroupRef Id="Testing" /> |
| 4109 | + |
| 4110 | + <!-- MSI management Components --> |
| 4111 | + <ComponentGroupRef Id="EnvironmentVariables" /> |
| 4112 | + <ComponentGroupRef Id="VersionedDirectoryCleanup" /> |
| 4113 | + </Feature> |
| 4114 | + |
| 4115 | + <?if $(IncludeARM64) = True?> |
| 4116 | + <Feature Display="hidden" Id="arm64.platform" Level="0" Title="!(loc.Plt_ProductName_Windows_arm64)"> |
| 4117 | + <Level Condition="InstallARM64Platform = 1 OR InstallARM64ExperimentalSDK = 1" Value="1" /> |
| 4118 | + |
| 4119 | + <ComponentGroupRef Id="XCTest.arm64" /> |
| 4120 | + <ComponentGroupRef Id="Testing.arm64" /> |
| 4121 | + </Feature> |
| 4122 | + <?endif?> |
| 4123 | + |
| 4124 | + <?if $(IncludeX64) = True?> |
| 4125 | + <Feature Display="hidden" Id="x64.platform" Level="0" Title="!(loc.Plt_ProductName_Windows_amd64)"> |
| 4126 | + <Level Condition="InstallAMD64Platform = 1 OR InstallAMD64ExperimentalSDK = 1" Value="1" /> |
| 4127 | + |
| 4128 | + <ComponentGroupRef Id="XCTest.x64" /> |
| 4129 | + <ComponentGroupRef Id="Testing.x64" /> |
| 4130 | + </Feature> |
| 4131 | + <?endif?> |
| 4132 | + |
| 4133 | + <?if $(IncludeX86) = True?> |
| 4134 | + <Feature Display="hidden" Id="x86.platform" Level="0" Title="!(loc.Plt_ProductName_Windows_x86)"> |
| 4135 | + <Level Condition="InstallX86Platform = 1 OR InstallX86ExperimentalSDK = 1" Value="1" /> |
| 4136 | + |
| 4137 | + <ComponentGroupRef Id="XCTest.x86" /> |
| 4138 | + <ComponentGroupRef Id="Testing.x86" /> |
| 4139 | + </Feature> |
| 4140 | + <?endif?> |
| 4141 | + |
4107 | 4142 | <?if $(IncludeLegacySDK) = True?>
|
4108 | 4143 | <Feature Id="SDK" AllowAbsent="no" Title="!(loc.Plt_ProductName_Windows)">
|
4109 | 4144 | <ComponentGroupRef Id="LegacySwiftRemoteMirror" />
|
|
4112 | 4147 | <ComponentGroupRef Id="Legacy_FoundationUnicode" />
|
4113 | 4148 | <ComponentGroupRef Id="Legacy_FoundationCShims" />
|
4114 | 4149 |
|
4115 |
| - <ComponentGroupRef Id="Testing" /> |
4116 |
| - |
4117 | 4150 | <ComponentGroupRef Id="AuxiliaryFiles" />
|
4118 | 4151 | <ComponentGroupRef Id="Configuration" />
|
4119 | 4152 | <ComponentGroupRef Id="SwiftShims" />
|
4120 | 4153 | <ComponentGroupRef Id="apinotes" />
|
4121 | 4154 | <ComponentGroupRef Id="libcxxshim" />
|
4122 |
| - |
4123 |
| - <!-- MSI management Components --> |
4124 |
| - <ComponentGroupRef Id="EnvironmentVariables" /> |
4125 |
| - <ComponentGroupRef Id="VersionedDirectoryCleanup" /> |
4126 | 4155 | </Feature>
|
4127 | 4156 |
|
4128 | 4157 | <?if $(IncludeARM64) = True?>
|
4129 | 4158 | <Feature Id="arm64" AllowAbsent="yes" Title="!(loc.Sdk_ProductName_Windows_arm64)">
|
4130 | 4159 | <Level Condition="InstallARM64SDK = 0" Value="0" />
|
4131 | 4160 |
|
4132 |
| - <ComponentGroupRef Id="XCTest.arm64" /> |
4133 |
| - <ComponentGroupRef Id="Testing.arm64" /> |
4134 |
| - |
4135 | 4161 | <ComponentGroupRef Id="LegacySwiftRemoteMirror.arm64" />
|
4136 | 4162 |
|
4137 | 4163 | <ComponentGroupRef Id="LegacyBlocksRuntime.arm64" />
|
|
4173 | 4199 | <Feature Id="x64" AllowAbsent="yes" Title="!(loc.Sdk_ProductName_Windows_amd64)">
|
4174 | 4200 | <Level Condition="InstallAMD64SDK = 0" Value="0" />
|
4175 | 4201 |
|
4176 |
| - <ComponentGroupRef Id="XCTest.x64" /> |
4177 |
| - <ComponentGroupRef Id="Testing.x64" /> |
4178 |
| - |
4179 | 4202 | <ComponentGroupRef Id="LegacySwiftRemoteMirror.x64" />
|
4180 | 4203 |
|
4181 | 4204 | <ComponentGroupRef Id="LegacyBlocksRuntime.x64" />
|
|
4217 | 4240 | <Feature Id="x86" AllowAbsent="yes" Title="!(loc.Sdk_ProductName_Windows_x86)">
|
4218 | 4241 | <Level Condition="InstallX86SDK = 0" Value="0" />
|
4219 | 4242 |
|
4220 |
| - <ComponentGroupRef Id="XCTest.x86" /> |
4221 |
| - <ComponentGroupRef Id="Testing.x86" /> |
4222 |
| - |
4223 | 4243 | <ComponentGroupRef Id="LegacySwiftRemoteMirror.x86" />
|
4224 | 4244 |
|
4225 | 4245 | <ComponentGroupRef Id="LegacyBlocksRuntime.x86" />
|
|
4269 | 4289 | <ComponentGroupRef Id="ExperimentalSwiftShims" />
|
4270 | 4290 | <ComponentGroupRef Id="Experimental_FoundationCShims" />
|
4271 | 4291 | <ComponentGroupRef Id="Experimental_FoundationUnicode" />
|
4272 |
| - |
4273 |
| - <!-- MSI management Components --> |
4274 |
| - <ComponentGroupRef Id="VersionedDirectoryCleanup" /> |
4275 | 4292 | </Feature>
|
4276 | 4293 |
|
4277 | 4294 | <?if $(IncludeARM64) = True?>
|
|
0 commit comments