File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 2192
2192
2193
2193
<?if $(IncludeX64) = True ?>
2194
2194
<Feature Id =" amd64" AllowAbsent =" yes" Title =" !(loc.Sdk_ProductName_Android_amd64)" >
2195
- <Level Condition =" InstallX64SDK = 0" Value =" 0" />
2195
+ <Level Condition =" InstallAMD64SDK = 0" Value =" 0" />
2196
2196
2197
2197
<ComponentGroupRef Id =" XCTest.x64" />
2198
2198
<ComponentGroupRef Id =" Testing.x64" />
You can’t perform that action at this time.
0 commit comments