File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
platforms/Windows/platforms/windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4155
4155
4156
4156
<?if $(IncludeARM64) = True ?>
4157
4157
<Feature Display =" hidden" Id =" arm64.platform" Level =" 0" Title =" !(loc.Plt_ProductName_Windows_arm64)" >
4158
- <Level Condition =" InstallARM64Platform = 1 OR InstallARM64ExperimentalSDK = 1" Value =" 1" />
4158
+ <Level Condition =" InstallARM64SDK = 1 OR InstallARM64ExperimentalSDK = 1" Value =" 1" />
4159
4159
4160
4160
<ComponentGroupRef Id =" XCTest.arm64" />
4161
4161
<ComponentGroupRef Id =" Testing.arm64" />
4164
4164
4165
4165
<?if $(IncludeX64) = True ?>
4166
4166
<Feature Display =" hidden" Id =" x64.platform" Level =" 0" Title =" !(loc.Plt_ProductName_Windows_amd64)" >
4167
- <Level Condition =" InstallAMD64Platform = 1 OR InstallAMD64ExperimentalSDK = 1" Value =" 1" />
4167
+ <Level Condition =" InstallAMD64SDK = 1 OR InstallAMD64ExperimentalSDK = 1" Value =" 1" />
4168
4168
4169
4169
<ComponentGroupRef Id =" XCTest.x64" />
4170
4170
<ComponentGroupRef Id =" Testing.x64" />
4173
4173
4174
4174
<?if $(IncludeX86) = True ?>
4175
4175
<Feature Display =" hidden" Id =" x86.platform" Level =" 0" Title =" !(loc.Plt_ProductName_Windows_x86)" >
4176
- <Level Condition =" InstallX86Platform = 1 OR InstallX86ExperimentalSDK = 1" Value =" 1" />
4176
+ <Level Condition =" InstallX86SDK = 1 OR InstallX86ExperimentalSDK = 1" Value =" 1" />
4177
4177
4178
4178
<ComponentGroupRef Id =" XCTest.x86" />
4179
4179
<ComponentGroupRef Id =" Testing.x86" />
You can’t perform that action at this time.
0 commit comments