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 108108 <MsiProperty Name =" INSTALLROOT" Value =" [InstallRoot]" />
109109 </MsiPackage >
110110
111- <?if $(IncludeAndroid) == true ?>
111+ <?if $(IncludeAndroid) == True ?>
112112 <MsiPackage
113113 SourceFile =" !(bindpath.platform.android)\android.msi"
114114 InstallCondition =" OptionsInstallAndroidPlatform = 1"
122122 </MsiPackage >
123123 <?endif ?>
124124
125- <?if $(IncludeWindows) == true ?>
125+ <?if $(IncludeWindows) == True ?>
126126 <MsiPackage
127127 SourceFile =" !(bindpath.platform.windows)\windows.msi"
128128 InstallCondition =" OptionsInstallWindowsPlatform = 1"
Original file line number Diff line number Diff line change 22412241
22422242 <?if $(IncludeX64) = True ?>
22432243 <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" />
22452245
22462246 <ComponentGroupRef Id =" XCTest.x64" />
22472247 <ComponentGroupRef Id =" Testing.x64" />
You can’t perform that action at this time.
0 commit comments