File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 108
108
<MsiProperty Name =" INSTALLROOT" Value =" [InstallRoot]" />
109
109
</MsiPackage >
110
110
111
- <?if $(IncludeAndroid) == true ?>
111
+ <?if $(IncludeAndroid) == True ?>
112
112
<MsiPackage
113
113
SourceFile =" !(bindpath.platform.android)\android.msi"
114
114
InstallCondition =" OptionsInstallAndroidPlatform = 1"
122
122
</MsiPackage >
123
123
<?endif ?>
124
124
125
- <?if $(IncludeWindows) == true ?>
125
+ <?if $(IncludeWindows) == True ?>
126
126
<MsiPackage
127
127
SourceFile =" !(bindpath.platform.windows)\windows.msi"
128
128
InstallCondition =" OptionsInstallWindowsPlatform = 1"
Original file line number Diff line number Diff line change 2241
2241
2242
2242
<?if $(IncludeX64) = True ?>
2243
2243
<Feature Id =" amd64" AllowAbsent =" yes" Title =" !(loc.Sdk_ProductName_Android_amd64)" >
2244
- <Level Condition =" InstallX64SDK = 0" Value =" 0" />
2244
+ <Level Condition =" InstallAMD64SDK = 0" Value =" 0" />
2245
2245
2246
2246
<ComponentGroupRef Id =" XCTest.x64" />
2247
2247
<ComponentGroupRef Id =" Testing.x64" />
You can’t perform that action at this time.
0 commit comments