Revision | 41 (tree) |
---|---|
Time | 2020-07-01 02:36:43 |
Author | ![]() |
Compatibilização com a compilação de 64 bits
Lista de ignorância atualizada
@@ -26,7 +26,6 @@ | ||
26 | 26 | {$IMAGEBASE $400000} |
27 | 27 | {$ENDIF IMPLICITBUILDING} |
28 | 28 | {$DESCRIPTION 'PNG Components (Designtime Package)'} |
29 | -{$LIBPREFIX ''} | |
30 | 29 | {$LIBSUFFIX '260'} |
31 | 30 | {$DESIGNONLY} |
32 | 31 | {$IMPLICITBUILD OFF} |
@@ -18,10 +18,14 @@ | ||
18 | 18 | <CfgParent>Base</CfgParent> |
19 | 19 | <Base>true</Base> |
20 | 20 | </PropertyGroup> |
21 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> | |
22 | + <Base_Win64>true</Base_Win64> | |
23 | + <CfgParent>Base</CfgParent> | |
24 | + <Base>true</Base> | |
25 | + </PropertyGroup> | |
21 | 26 | <PropertyGroup Condition="'$(Base)'!=''"> |
22 | 27 | <DesignOnlyPackage>true</DesignOnlyPackage> |
23 | 28 | <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> |
24 | - <DllPrefixDefined>true</DllPrefixDefined> | |
25 | 29 | <DllSuffix>260</DllSuffix> |
26 | 30 | <DCC_Description>PNG Components (Designtime Package)</DCC_Description> |
27 | 31 | <DCC_UnitSearchPath>..\..\res;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
@@ -28,7 +32,7 @@ | ||
28 | 32 | <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace> |
29 | 33 | <GenPackage>true</GenPackage> |
30 | 34 | <GenDLL>true</GenDLL> |
31 | - <DCC_DcuOutput>..\..\dcu\D26</DCC_DcuOutput> | |
35 | + <DCC_DcuOutput>..\..\dcu\d26</DCC_DcuOutput> | |
32 | 36 | <SanitizedProjectName>PNGComponentsD</SanitizedProjectName> |
33 | 37 | <VerInfo_Locale>1046</VerInfo_Locale> |
34 | 38 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;UIDeviceFamily=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;UISupportedInterfaceOrientations=;CFBundleExecutable=;CFBundleResourceSpecification=;LSRequiresIPhoneOS=;CFBundleInfoDictionaryVersion=;CFBundleDevelopmentRegion=;package=;label=;versionCode=;versionName=;persistent=;restoreAnyVersion=;installLocation=;largeHeap=;theme=</VerInfo_Keys> |
@@ -40,6 +44,13 @@ | ||
40 | 44 | <VerInfo_Locale>1033</VerInfo_Locale> |
41 | 45 | <DCC_UsePackage>PNGComponentsR;$(DCC_UsePackage)</DCC_UsePackage> |
42 | 46 | </PropertyGroup> |
47 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> | |
48 | + <BT_BuildType>Debug</BT_BuildType> | |
49 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | |
50 | + <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> | |
51 | + <VerInfo_Locale>1033</VerInfo_Locale> | |
52 | + <DCC_DcuOutput>..\..\dcu\d26\w64</DCC_DcuOutput> | |
53 | + </PropertyGroup> | |
43 | 54 | <ItemGroup> |
44 | 55 | <DelphiCompile Include="$(MainSource)"> |
45 | 56 | <MainSource>MainSource</MainSource> |
@@ -113,6 +124,17 @@ | ||
113 | 124 | <VersionInfoKeys Name="largeHeap"/> |
114 | 125 | <VersionInfoKeys Name="theme"/> |
115 | 126 | </VersionInfoKeys> |
127 | + <Excluded_Packages> | |
128 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKStandardControlsD260.bpl">Anak Krakatoa Standard Controls</Excluded_Packages> | |
129 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKAdditionalControlsD260.bpl">Anak Krakatoa Additional Controls</Excluded_Packages> | |
130 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKExtendedActionsD260.bpl">Anak Krakatoa Extended Actions</Excluded_Packages> | |
131 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKDataControlsD260.bpl">Anak Krakatoa Data Controls</Excluded_Packages> | |
132 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKNetworkControlsD260.bpl">Anak Krakatoa Network Controls</Excluded_Packages> | |
133 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKShellControlsD260.bpl">Anak Krakatoa Shell Controls</Excluded_Packages> | |
134 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKWin32ControlsD260.bpl">Anak Krakatoa Win32 Controls</Excluded_Packages> | |
135 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKToolsApiComponentsD260.bpl">Anak Krakatoa OTA Components</Excluded_Packages> | |
136 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKCustomModulesD260.bpl">Anak Krakatoa Custom Modules</Excluded_Packages> | |
137 | + </Excluded_Packages> | |
116 | 138 | </Delphi.Personality> |
117 | 139 | <Deployment Version="3"> |
118 | 140 | <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
@@ -25,7 +25,6 @@ | ||
25 | 25 | {$IMAGEBASE $400000} |
26 | 26 | {$ENDIF IMPLICITBUILDING} |
27 | 27 | {$DESCRIPTION 'PNG Components (Runtime Package)'} |
28 | -{$LIBPREFIX ''} | |
29 | 28 | {$LIBSUFFIX '260'} |
30 | 29 | {$RUNONLY} |
31 | 30 | {$IMPLICITBUILD OFF} |
@@ -6,9 +6,9 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.8</ProjectVersion> | |
9 | + <ProjectVersion>18.7</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | - <TargetedPlatforms>1</TargetedPlatforms> | |
11 | + <TargetedPlatforms>3</TargetedPlatforms> | |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 14 | <Base>true</Base> |
@@ -18,8 +18,14 @@ | ||
18 | 18 | <CfgParent>Base</CfgParent> |
19 | 19 | <Base>true</Base> |
20 | 20 | </PropertyGroup> |
21 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> | |
22 | + <Base_Win64>true</Base_Win64> | |
23 | + <CfgParent>Base</CfgParent> | |
24 | + <Base>true</Base> | |
25 | + </PropertyGroup> | |
21 | 26 | <PropertyGroup Condition="'$(Base)'!=''"> |
22 | 27 | <RuntimeOnlyPackage>true</RuntimeOnlyPackage> |
28 | + <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> | |
23 | 29 | <DllSuffix>260</DllSuffix> |
24 | 30 | <DCC_Description>PNG Components (Runtime Package)</DCC_Description> |
25 | 31 | <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace> |
@@ -29,7 +35,6 @@ | ||
29 | 35 | <SanitizedProjectName>PNGComponentsR</SanitizedProjectName> |
30 | 36 | <VerInfo_Locale>1046</VerInfo_Locale> |
31 | 37 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;UIDeviceFamily=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;UISupportedInterfaceOrientations=;CFBundleExecutable=;CFBundleResourceSpecification=;LSRequiresIPhoneOS=;CFBundleInfoDictionaryVersion=;CFBundleDevelopmentRegion=;package=;label=;versionCode=;versionName=;persistent=;restoreAnyVersion=;installLocation=;largeHeap=;theme=</VerInfo_Keys> |
32 | - <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> | |
33 | 38 | </PropertyGroup> |
34 | 39 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
35 | 40 | <BT_BuildType>Debug</BT_BuildType> |
@@ -36,8 +41,14 @@ | ||
36 | 41 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
37 | 42 | <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys> |
38 | 43 | <VerInfo_Locale>1033</VerInfo_Locale> |
39 | - <DllPrefixDefined>false</DllPrefixDefined> | |
40 | 44 | </PropertyGroup> |
45 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> | |
46 | + <BT_BuildType>Debug</BT_BuildType> | |
47 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | |
48 | + <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> | |
49 | + <VerInfo_Locale>1033</VerInfo_Locale> | |
50 | + <DCC_DcuOutput>..\..\dcu\d26\w64</DCC_DcuOutput> | |
51 | + </PropertyGroup> | |
41 | 52 | <ItemGroup> |
42 | 53 | <DelphiCompile Include="$(MainSource)"> |
43 | 54 | <MainSource>MainSource</MainSource> |
@@ -110,6 +121,17 @@ | ||
110 | 121 | <VersionInfoKeys Name="largeHeap"/> |
111 | 122 | <VersionInfoKeys Name="theme"/> |
112 | 123 | </VersionInfoKeys> |
124 | + <Excluded_Packages> | |
125 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKStandardControlsD260.bpl">Anak Krakatoa Standard Controls</Excluded_Packages> | |
126 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKAdditionalControlsD260.bpl">Anak Krakatoa Additional Controls</Excluded_Packages> | |
127 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKExtendedActionsD260.bpl">Anak Krakatoa Extended Actions</Excluded_Packages> | |
128 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKDataControlsD260.bpl">Anak Krakatoa Data Controls</Excluded_Packages> | |
129 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKNetworkControlsD260.bpl">Anak Krakatoa Network Controls</Excluded_Packages> | |
130 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKShellControlsD260.bpl">Anak Krakatoa Shell Controls</Excluded_Packages> | |
131 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKWin32ControlsD260.bpl">Anak Krakatoa Win32 Controls</Excluded_Packages> | |
132 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKToolsApiComponentsD260.bpl">Anak Krakatoa OTA Components</Excluded_Packages> | |
133 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\KRKCustomModulesD260.bpl">Anak Krakatoa Custom Modules</Excluded_Packages> | |
134 | + </Excluded_Packages> | |
113 | 135 | </Delphi.Personality> |
114 | 136 | <Deployment Version="3"> |
115 | 137 | <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
@@ -140,10 +162,6 @@ | ||
140 | 162 | <RemoteDir>classes</RemoteDir> |
141 | 163 | <Operation>1</Operation> |
142 | 164 | </Platform> |
143 | - <Platform Name="Android64"> | |
144 | - <RemoteDir>classes</RemoteDir> | |
145 | - <Operation>1</Operation> | |
146 | - </Platform> | |
147 | 165 | </DeployClass> |
148 | 166 | <DeployClass Name="AndroidFileProvider"> |
149 | 167 | <Platform Name="Android"> |
@@ -150,10 +168,6 @@ | ||
150 | 168 | <RemoteDir>res\xml</RemoteDir> |
151 | 169 | <Operation>1</Operation> |
152 | 170 | </Platform> |
153 | - <Platform Name="Android64"> | |
154 | - <RemoteDir>res\xml</RemoteDir> | |
155 | - <Operation>1</Operation> | |
156 | - </Platform> | |
157 | 171 | </DeployClass> |
158 | 172 | <DeployClass Name="AndroidGDBServer"> |
159 | 173 | <Platform Name="Android"> |
@@ -166,26 +180,12 @@ | ||
166 | 180 | <RemoteDir>library\lib\armeabi</RemoteDir> |
167 | 181 | <Operation>1</Operation> |
168 | 182 | </Platform> |
169 | - <Platform Name="Android64"> | |
170 | - <RemoteDir>library\lib\armeabi</RemoteDir> | |
171 | - <Operation>1</Operation> | |
172 | - </Platform> | |
173 | 183 | </DeployClass> |
174 | - <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
175 | - <Platform Name="Android64"> | |
176 | - <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
177 | - <Operation>1</Operation> | |
178 | - </Platform> | |
179 | - </DeployClass> | |
180 | 184 | <DeployClass Name="AndroidLibnativeMipsFile"> |
181 | 185 | <Platform Name="Android"> |
182 | 186 | <RemoteDir>library\lib\mips</RemoteDir> |
183 | 187 | <Operation>1</Operation> |
184 | 188 | </Platform> |
185 | - <Platform Name="Android64"> | |
186 | - <RemoteDir>library\lib\mips</RemoteDir> | |
187 | - <Operation>1</Operation> | |
188 | - </Platform> | |
189 | 189 | </DeployClass> |
190 | 190 | <DeployClass Name="AndroidServiceOutput"> |
191 | 191 | <Platform Name="Android"> |
@@ -192,26 +192,12 @@ | ||
192 | 192 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
193 | 193 | <Operation>1</Operation> |
194 | 194 | </Platform> |
195 | - <Platform Name="Android64"> | |
196 | - <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
197 | - <Operation>1</Operation> | |
198 | - </Platform> | |
199 | 195 | </DeployClass> |
200 | - <DeployClass Name="AndroidServiceOutput_Android32"> | |
201 | - <Platform Name="Android64"> | |
202 | - <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
203 | - <Operation>1</Operation> | |
204 | - </Platform> | |
205 | - </DeployClass> | |
206 | 196 | <DeployClass Name="AndroidSplashImageDef"> |
207 | 197 | <Platform Name="Android"> |
208 | 198 | <RemoteDir>res\drawable</RemoteDir> |
209 | 199 | <Operation>1</Operation> |
210 | 200 | </Platform> |
211 | - <Platform Name="Android64"> | |
212 | - <RemoteDir>res\drawable</RemoteDir> | |
213 | - <Operation>1</Operation> | |
214 | - </Platform> | |
215 | 201 | </DeployClass> |
216 | 202 | <DeployClass Name="AndroidSplashStyles"> |
217 | 203 | <Platform Name="Android"> |
@@ -218,10 +204,6 @@ | ||
218 | 204 | <RemoteDir>res\values</RemoteDir> |
219 | 205 | <Operation>1</Operation> |
220 | 206 | </Platform> |
221 | - <Platform Name="Android64"> | |
222 | - <RemoteDir>res\values</RemoteDir> | |
223 | - <Operation>1</Operation> | |
224 | - </Platform> | |
225 | 207 | </DeployClass> |
226 | 208 | <DeployClass Name="AndroidSplashStylesV21"> |
227 | 209 | <Platform Name="Android"> |
@@ -228,10 +210,6 @@ | ||
228 | 210 | <RemoteDir>res\values-v21</RemoteDir> |
229 | 211 | <Operation>1</Operation> |
230 | 212 | </Platform> |
231 | - <Platform Name="Android64"> | |
232 | - <RemoteDir>res\values-v21</RemoteDir> | |
233 | - <Operation>1</Operation> | |
234 | - </Platform> | |
235 | 213 | </DeployClass> |
236 | 214 | <DeployClass Name="Android_Colors"> |
237 | 215 | <Platform Name="Android"> |
@@ -238,10 +216,6 @@ | ||
238 | 216 | <RemoteDir>res\values</RemoteDir> |
239 | 217 | <Operation>1</Operation> |
240 | 218 | </Platform> |
241 | - <Platform Name="Android64"> | |
242 | - <RemoteDir>res\values</RemoteDir> | |
243 | - <Operation>1</Operation> | |
244 | - </Platform> | |
245 | 219 | </DeployClass> |
246 | 220 | <DeployClass Name="Android_DefaultAppIcon"> |
247 | 221 | <Platform Name="Android"> |
@@ -248,10 +222,6 @@ | ||
248 | 222 | <RemoteDir>res\drawable</RemoteDir> |
249 | 223 | <Operation>1</Operation> |
250 | 224 | </Platform> |
251 | - <Platform Name="Android64"> | |
252 | - <RemoteDir>res\drawable</RemoteDir> | |
253 | - <Operation>1</Operation> | |
254 | - </Platform> | |
255 | 225 | </DeployClass> |
256 | 226 | <DeployClass Name="Android_LauncherIcon144"> |
257 | 227 | <Platform Name="Android"> |
@@ -258,10 +228,6 @@ | ||
258 | 228 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
259 | 229 | <Operation>1</Operation> |
260 | 230 | </Platform> |
261 | - <Platform Name="Android64"> | |
262 | - <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
263 | - <Operation>1</Operation> | |
264 | - </Platform> | |
265 | 231 | </DeployClass> |
266 | 232 | <DeployClass Name="Android_LauncherIcon36"> |
267 | 233 | <Platform Name="Android"> |
@@ -268,10 +234,6 @@ | ||
268 | 234 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
269 | 235 | <Operation>1</Operation> |
270 | 236 | </Platform> |
271 | - <Platform Name="Android64"> | |
272 | - <RemoteDir>res\drawable-ldpi</RemoteDir> | |
273 | - <Operation>1</Operation> | |
274 | - </Platform> | |
275 | 237 | </DeployClass> |
276 | 238 | <DeployClass Name="Android_LauncherIcon48"> |
277 | 239 | <Platform Name="Android"> |
@@ -278,10 +240,6 @@ | ||
278 | 240 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
279 | 241 | <Operation>1</Operation> |
280 | 242 | </Platform> |
281 | - <Platform Name="Android64"> | |
282 | - <RemoteDir>res\drawable-mdpi</RemoteDir> | |
283 | - <Operation>1</Operation> | |
284 | - </Platform> | |
285 | 243 | </DeployClass> |
286 | 244 | <DeployClass Name="Android_LauncherIcon72"> |
287 | 245 | <Platform Name="Android"> |
@@ -288,10 +246,6 @@ | ||
288 | 246 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
289 | 247 | <Operation>1</Operation> |
290 | 248 | </Platform> |
291 | - <Platform Name="Android64"> | |
292 | - <RemoteDir>res\drawable-hdpi</RemoteDir> | |
293 | - <Operation>1</Operation> | |
294 | - </Platform> | |
295 | 249 | </DeployClass> |
296 | 250 | <DeployClass Name="Android_LauncherIcon96"> |
297 | 251 | <Platform Name="Android"> |
@@ -298,10 +252,6 @@ | ||
298 | 252 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
299 | 253 | <Operation>1</Operation> |
300 | 254 | </Platform> |
301 | - <Platform Name="Android64"> | |
302 | - <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
303 | - <Operation>1</Operation> | |
304 | - </Platform> | |
305 | 255 | </DeployClass> |
306 | 256 | <DeployClass Name="Android_NotificationIcon24"> |
307 | 257 | <Platform Name="Android"> |
@@ -308,10 +258,6 @@ | ||
308 | 258 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
309 | 259 | <Operation>1</Operation> |
310 | 260 | </Platform> |
311 | - <Platform Name="Android64"> | |
312 | - <RemoteDir>res\drawable-mdpi</RemoteDir> | |
313 | - <Operation>1</Operation> | |
314 | - </Platform> | |
315 | 261 | </DeployClass> |
316 | 262 | <DeployClass Name="Android_NotificationIcon36"> |
317 | 263 | <Platform Name="Android"> |
@@ -318,10 +264,6 @@ | ||
318 | 264 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
319 | 265 | <Operation>1</Operation> |
320 | 266 | </Platform> |
321 | - <Platform Name="Android64"> | |
322 | - <RemoteDir>res\drawable-hdpi</RemoteDir> | |
323 | - <Operation>1</Operation> | |
324 | - </Platform> | |
325 | 267 | </DeployClass> |
326 | 268 | <DeployClass Name="Android_NotificationIcon48"> |
327 | 269 | <Platform Name="Android"> |
@@ -328,10 +270,6 @@ | ||
328 | 270 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
329 | 271 | <Operation>1</Operation> |
330 | 272 | </Platform> |
331 | - <Platform Name="Android64"> | |
332 | - <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
333 | - <Operation>1</Operation> | |
334 | - </Platform> | |
335 | 273 | </DeployClass> |
336 | 274 | <DeployClass Name="Android_NotificationIcon72"> |
337 | 275 | <Platform Name="Android"> |
@@ -338,10 +276,6 @@ | ||
338 | 276 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
339 | 277 | <Operation>1</Operation> |
340 | 278 | </Platform> |
341 | - <Platform Name="Android64"> | |
342 | - <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
343 | - <Operation>1</Operation> | |
344 | - </Platform> | |
345 | 279 | </DeployClass> |
346 | 280 | <DeployClass Name="Android_NotificationIcon96"> |
347 | 281 | <Platform Name="Android"> |
@@ -348,10 +282,6 @@ | ||
348 | 282 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
349 | 283 | <Operation>1</Operation> |
350 | 284 | </Platform> |
351 | - <Platform Name="Android64"> | |
352 | - <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
353 | - <Operation>1</Operation> | |
354 | - </Platform> | |
355 | 285 | </DeployClass> |
356 | 286 | <DeployClass Name="Android_SplashImage426"> |
357 | 287 | <Platform Name="Android"> |
@@ -358,10 +288,6 @@ | ||
358 | 288 | <RemoteDir>res\drawable-small</RemoteDir> |
359 | 289 | <Operation>1</Operation> |
360 | 290 | </Platform> |
361 | - <Platform Name="Android64"> | |
362 | - <RemoteDir>res\drawable-small</RemoteDir> | |
363 | - <Operation>1</Operation> | |
364 | - </Platform> | |
365 | 291 | </DeployClass> |
366 | 292 | <DeployClass Name="Android_SplashImage470"> |
367 | 293 | <Platform Name="Android"> |
@@ -368,10 +294,6 @@ | ||
368 | 294 | <RemoteDir>res\drawable-normal</RemoteDir> |
369 | 295 | <Operation>1</Operation> |
370 | 296 | </Platform> |
371 | - <Platform Name="Android64"> | |
372 | - <RemoteDir>res\drawable-normal</RemoteDir> | |
373 | - <Operation>1</Operation> | |
374 | - </Platform> | |
375 | 297 | </DeployClass> |
376 | 298 | <DeployClass Name="Android_SplashImage640"> |
377 | 299 | <Platform Name="Android"> |
@@ -378,10 +300,6 @@ | ||
378 | 300 | <RemoteDir>res\drawable-large</RemoteDir> |
379 | 301 | <Operation>1</Operation> |
380 | 302 | </Platform> |
381 | - <Platform Name="Android64"> | |
382 | - <RemoteDir>res\drawable-large</RemoteDir> | |
383 | - <Operation>1</Operation> | |
384 | - </Platform> | |
385 | 303 | </DeployClass> |
386 | 304 | <DeployClass Name="Android_SplashImage960"> |
387 | 305 | <Platform Name="Android"> |
@@ -388,10 +306,6 @@ | ||
388 | 306 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
389 | 307 | <Operation>1</Operation> |
390 | 308 | </Platform> |
391 | - <Platform Name="Android64"> | |
392 | - <RemoteDir>res\drawable-xlarge</RemoteDir> | |
393 | - <Operation>1</Operation> | |
394 | - </Platform> | |
395 | 309 | </DeployClass> |
396 | 310 | <DeployClass Name="Android_Strings"> |
397 | 311 | <Platform Name="Android"> |
@@ -398,10 +312,6 @@ | ||
398 | 312 | <RemoteDir>res\values</RemoteDir> |
399 | 313 | <Operation>1</Operation> |
400 | 314 | </Platform> |
401 | - <Platform Name="Android64"> | |
402 | - <RemoteDir>res\values</RemoteDir> | |
403 | - <Operation>1</Operation> | |
404 | - </Platform> | |
405 | 315 | </DeployClass> |
406 | 316 | <DeployClass Name="DebugSymbols"> |
407 | 317 | <Platform Name="iOSSimulator"> |
@@ -471,9 +381,6 @@ | ||
471 | 381 | <Platform Name="Android"> |
472 | 382 | <Operation>0</Operation> |
473 | 383 | </Platform> |
474 | - <Platform Name="Android64"> | |
475 | - <Operation>0</Operation> | |
476 | - </Platform> | |
477 | 384 | <Platform Name="iOSDevice32"> |
478 | 385 | <Operation>0</Operation> |
479 | 386 | </Platform> |
@@ -761,9 +668,6 @@ | ||
761 | 668 | <Platform Name="Android"> |
762 | 669 | <Operation>1</Operation> |
763 | 670 | </Platform> |
764 | - <Platform Name="Android64"> | |
765 | - <Operation>1</Operation> | |
766 | - </Platform> | |
767 | 671 | </DeployClass> |
768 | 672 | <DeployClass Name="ProjectiOSDeviceDebug"> |
769 | 673 | <Platform Name="iOSDevice32"> |
@@ -807,10 +711,6 @@ | ||
807 | 711 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
808 | 712 | <Operation>1</Operation> |
809 | 713 | </Platform> |
810 | - <Platform Name="Android64"> | |
811 | - <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
812 | - <Operation>1</Operation> | |
813 | - </Platform> | |
814 | 714 | <Platform Name="iOSDevice32"> |
815 | 715 | <Operation>1</Operation> |
816 | 716 | </Platform> |
@@ -833,12 +733,6 @@ | ||
833 | 733 | <Operation>0</Operation> |
834 | 734 | </Platform> |
835 | 735 | </DeployClass> |
836 | - <DeployClass Name="ProjectOutput_Android32"> | |
837 | - <Platform Name="Android64"> | |
838 | - <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
839 | - <Operation>1</Operation> | |
840 | - </Platform> | |
841 | - </DeployClass> | |
842 | 736 | <DeployClass Name="ProjectUWPManifest"> |
843 | 737 | <Platform Name="Win32"> |
844 | 738 | <Operation>1</Operation> |
@@ -876,11 +770,10 @@ | ||
876 | 770 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
877 | 771 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
878 | 772 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
879 | - <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
880 | 773 | </Deployment> |
881 | 774 | <Platforms> |
882 | 775 | <Platform value="Win32">True</Platform> |
883 | - <Platform value="Win64">False</Platform> | |
776 | + <Platform value="Win64">True</Platform> | |
884 | 777 | </Platforms> |
885 | 778 | </BorlandProject> |
886 | 779 | <Borland.Personality/> |