|
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{D9E8CA95-FBB1-42EA-A7B4-909AC5ACFADD}</ProjectGuid> |
4 | 4 | <MainSource>ragna.dpk</MainSource> |
5 | | - <ProjectVersion>18.7</ProjectVersion> |
| 5 | + <ProjectVersion>18.8</ProjectVersion> |
6 | 6 | <FrameworkType>None</FrameworkType> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Debug</Config> |
|
18 | 18 | <CfgParent>Base</CfgParent> |
19 | 19 | <Base>true</Base> |
20 | 20 | </PropertyGroup> |
| 21 | + <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''"> |
| 22 | + <Base_Android64>true</Base_Android64> |
| 23 | + <CfgParent>Base</CfgParent> |
| 24 | + <Base>true</Base> |
| 25 | + </PropertyGroup> |
21 | 26 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
22 | 27 | <Base_Win32>true</Base_Win32> |
23 | 28 | <CfgParent>Base</CfgParent> |
|
53 | 58 | <DCC_CBuilderOutput>All</DCC_CBuilderOutput> |
54 | 59 | <RuntimeOnlyPackage>true</RuntimeOnlyPackage> |
55 | 60 | <SanitizedProjectName>ragna</SanitizedProjectName> |
56 | | - <DCC_UnitSearchPath>modules\.dcp;modules\.dcu;modules;modules\dataset-serialize\samples\src;modules\dataset-serialize\src\core;modules\dataset-serialize\src\helpers;modules\dataset-serialize\src\providers;modules\dataset-serialize\src\singletons;modules\dataset-serialize\src\types;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 61 | + <DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\dataset-serialize\samples\src;modules\dataset-serialize\src\core;modules\dataset-serialize\src\helpers;modules\dataset-serialize\src\providers;modules\dataset-serialize\src\singletons;modules\dataset-serialize\src\types</DCC_UnitSearchPath> |
57 | 62 | </PropertyGroup> |
58 | 63 | <PropertyGroup Condition="'$(Base_Android)'!=''"> |
59 | 64 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
60 | 65 | <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars> |
61 | 66 | </PropertyGroup> |
| 67 | + <PropertyGroup Condition="'$(Base_Android64)'!=''"> |
| 68 | + <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys> |
| 69 | + <BT_BuildType>Debug</BT_BuildType> |
| 70 | + <Base_Android>true</Base_Android> |
| 71 | + <CfgParent>Base</CfgParent> |
| 72 | + <Base>true</Base> |
| 73 | + <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
| 74 | + <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars> |
| 75 | + </PropertyGroup> |
62 | 76 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
63 | 77 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
64 | 78 | <BT_BuildType>Debug</BT_BuildType> |
|
178 | 192 | <RemoteDir>classes</RemoteDir> |
179 | 193 | <Operation>1</Operation> |
180 | 194 | </Platform> |
| 195 | + <Platform Name="Android64"> |
| 196 | + <RemoteDir>classes</RemoteDir> |
| 197 | + <Operation>1</Operation> |
| 198 | + </Platform> |
181 | 199 | </DeployClass> |
182 | 200 | <DeployClass Name="AndroidFileProvider"> |
183 | 201 | <Platform Name="Android"> |
184 | 202 | <RemoteDir>res\xml</RemoteDir> |
185 | 203 | <Operation>1</Operation> |
186 | 204 | </Platform> |
| 205 | + <Platform Name="Android64"> |
| 206 | + <RemoteDir>res\xml</RemoteDir> |
| 207 | + <Operation>1</Operation> |
| 208 | + </Platform> |
187 | 209 | </DeployClass> |
188 | 210 | <DeployClass Name="AndroidGDBServer"> |
189 | 211 | <Platform Name="Android"> |
|
196 | 218 | <RemoteDir>library\lib\armeabi</RemoteDir> |
197 | 219 | <Operation>1</Operation> |
198 | 220 | </Platform> |
| 221 | + <Platform Name="Android64"> |
| 222 | + <RemoteDir>library\lib\armeabi</RemoteDir> |
| 223 | + <Operation>1</Operation> |
| 224 | + </Platform> |
| 225 | + </DeployClass> |
| 226 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> |
| 227 | + <Platform Name="Android64"> |
| 228 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
| 229 | + <Operation>1</Operation> |
| 230 | + </Platform> |
199 | 231 | </DeployClass> |
200 | 232 | <DeployClass Name="AndroidLibnativeMipsFile"> |
201 | 233 | <Platform Name="Android"> |
202 | 234 | <RemoteDir>library\lib\mips</RemoteDir> |
203 | 235 | <Operation>1</Operation> |
204 | 236 | </Platform> |
| 237 | + <Platform Name="Android64"> |
| 238 | + <RemoteDir>library\lib\mips</RemoteDir> |
| 239 | + <Operation>1</Operation> |
| 240 | + </Platform> |
205 | 241 | </DeployClass> |
206 | 242 | <DeployClass Name="AndroidServiceOutput"> |
207 | 243 | <Platform Name="Android"> |
208 | 244 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
209 | 245 | <Operation>1</Operation> |
210 | 246 | </Platform> |
| 247 | + <Platform Name="Android64"> |
| 248 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> |
| 249 | + <Operation>1</Operation> |
| 250 | + </Platform> |
| 251 | + </DeployClass> |
| 252 | + <DeployClass Name="AndroidServiceOutput_Android32"> |
| 253 | + <Platform Name="Android64"> |
| 254 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
| 255 | + <Operation>1</Operation> |
| 256 | + </Platform> |
211 | 257 | </DeployClass> |
212 | 258 | <DeployClass Name="AndroidSplashImageDef"> |
213 | 259 | <Platform Name="Android"> |
214 | 260 | <RemoteDir>res\drawable</RemoteDir> |
215 | 261 | <Operation>1</Operation> |
216 | 262 | </Platform> |
| 263 | + <Platform Name="Android64"> |
| 264 | + <RemoteDir>res\drawable</RemoteDir> |
| 265 | + <Operation>1</Operation> |
| 266 | + </Platform> |
217 | 267 | </DeployClass> |
218 | 268 | <DeployClass Name="AndroidSplashStyles"> |
219 | 269 | <Platform Name="Android"> |
220 | 270 | <RemoteDir>res\values</RemoteDir> |
221 | 271 | <Operation>1</Operation> |
222 | 272 | </Platform> |
| 273 | + <Platform Name="Android64"> |
| 274 | + <RemoteDir>res\values</RemoteDir> |
| 275 | + <Operation>1</Operation> |
| 276 | + </Platform> |
223 | 277 | </DeployClass> |
224 | 278 | <DeployClass Name="AndroidSplashStylesV21"> |
225 | 279 | <Platform Name="Android"> |
226 | 280 | <RemoteDir>res\values-v21</RemoteDir> |
227 | 281 | <Operation>1</Operation> |
228 | 282 | </Platform> |
| 283 | + <Platform Name="Android64"> |
| 284 | + <RemoteDir>res\values-v21</RemoteDir> |
| 285 | + <Operation>1</Operation> |
| 286 | + </Platform> |
229 | 287 | </DeployClass> |
230 | 288 | <DeployClass Name="Android_Colors"> |
231 | 289 | <Platform Name="Android"> |
232 | 290 | <RemoteDir>res\values</RemoteDir> |
233 | 291 | <Operation>1</Operation> |
234 | 292 | </Platform> |
| 293 | + <Platform Name="Android64"> |
| 294 | + <RemoteDir>res\values</RemoteDir> |
| 295 | + <Operation>1</Operation> |
| 296 | + </Platform> |
235 | 297 | </DeployClass> |
236 | 298 | <DeployClass Name="Android_DefaultAppIcon"> |
237 | 299 | <Platform Name="Android"> |
238 | 300 | <RemoteDir>res\drawable</RemoteDir> |
239 | 301 | <Operation>1</Operation> |
240 | 302 | </Platform> |
| 303 | + <Platform Name="Android64"> |
| 304 | + <RemoteDir>res\drawable</RemoteDir> |
| 305 | + <Operation>1</Operation> |
| 306 | + </Platform> |
241 | 307 | </DeployClass> |
242 | 308 | <DeployClass Name="Android_LauncherIcon144"> |
243 | 309 | <Platform Name="Android"> |
244 | 310 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
245 | 311 | <Operation>1</Operation> |
246 | 312 | </Platform> |
| 313 | + <Platform Name="Android64"> |
| 314 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
| 315 | + <Operation>1</Operation> |
| 316 | + </Platform> |
247 | 317 | </DeployClass> |
248 | 318 | <DeployClass Name="Android_LauncherIcon36"> |
249 | 319 | <Platform Name="Android"> |
250 | 320 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
251 | 321 | <Operation>1</Operation> |
252 | 322 | </Platform> |
| 323 | + <Platform Name="Android64"> |
| 324 | + <RemoteDir>res\drawable-ldpi</RemoteDir> |
| 325 | + <Operation>1</Operation> |
| 326 | + </Platform> |
253 | 327 | </DeployClass> |
254 | 328 | <DeployClass Name="Android_LauncherIcon48"> |
255 | 329 | <Platform Name="Android"> |
256 | 330 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
257 | 331 | <Operation>1</Operation> |
258 | 332 | </Platform> |
| 333 | + <Platform Name="Android64"> |
| 334 | + <RemoteDir>res\drawable-mdpi</RemoteDir> |
| 335 | + <Operation>1</Operation> |
| 336 | + </Platform> |
259 | 337 | </DeployClass> |
260 | 338 | <DeployClass Name="Android_LauncherIcon72"> |
261 | 339 | <Platform Name="Android"> |
262 | 340 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
263 | 341 | <Operation>1</Operation> |
264 | 342 | </Platform> |
| 343 | + <Platform Name="Android64"> |
| 344 | + <RemoteDir>res\drawable-hdpi</RemoteDir> |
| 345 | + <Operation>1</Operation> |
| 346 | + </Platform> |
265 | 347 | </DeployClass> |
266 | 348 | <DeployClass Name="Android_LauncherIcon96"> |
267 | 349 | <Platform Name="Android"> |
268 | 350 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
269 | 351 | <Operation>1</Operation> |
270 | 352 | </Platform> |
| 353 | + <Platform Name="Android64"> |
| 354 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> |
| 355 | + <Operation>1</Operation> |
| 356 | + </Platform> |
271 | 357 | </DeployClass> |
272 | 358 | <DeployClass Name="Android_NotificationIcon24"> |
273 | 359 | <Platform Name="Android"> |
274 | 360 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
275 | 361 | <Operation>1</Operation> |
276 | 362 | </Platform> |
| 363 | + <Platform Name="Android64"> |
| 364 | + <RemoteDir>res\drawable-mdpi</RemoteDir> |
| 365 | + <Operation>1</Operation> |
| 366 | + </Platform> |
277 | 367 | </DeployClass> |
278 | 368 | <DeployClass Name="Android_NotificationIcon36"> |
279 | 369 | <Platform Name="Android"> |
280 | 370 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
281 | 371 | <Operation>1</Operation> |
282 | 372 | </Platform> |
| 373 | + <Platform Name="Android64"> |
| 374 | + <RemoteDir>res\drawable-hdpi</RemoteDir> |
| 375 | + <Operation>1</Operation> |
| 376 | + </Platform> |
283 | 377 | </DeployClass> |
284 | 378 | <DeployClass Name="Android_NotificationIcon48"> |
285 | 379 | <Platform Name="Android"> |
286 | 380 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
287 | 381 | <Operation>1</Operation> |
288 | 382 | </Platform> |
| 383 | + <Platform Name="Android64"> |
| 384 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> |
| 385 | + <Operation>1</Operation> |
| 386 | + </Platform> |
289 | 387 | </DeployClass> |
290 | 388 | <DeployClass Name="Android_NotificationIcon72"> |
291 | 389 | <Platform Name="Android"> |
292 | 390 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
293 | 391 | <Operation>1</Operation> |
294 | 392 | </Platform> |
| 393 | + <Platform Name="Android64"> |
| 394 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
| 395 | + <Operation>1</Operation> |
| 396 | + </Platform> |
295 | 397 | </DeployClass> |
296 | 398 | <DeployClass Name="Android_NotificationIcon96"> |
297 | 399 | <Platform Name="Android"> |
298 | 400 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
299 | 401 | <Operation>1</Operation> |
300 | 402 | </Platform> |
| 403 | + <Platform Name="Android64"> |
| 404 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
| 405 | + <Operation>1</Operation> |
| 406 | + </Platform> |
301 | 407 | </DeployClass> |
302 | 408 | <DeployClass Name="Android_SplashImage426"> |
303 | 409 | <Platform Name="Android"> |
304 | 410 | <RemoteDir>res\drawable-small</RemoteDir> |
305 | 411 | <Operation>1</Operation> |
306 | 412 | </Platform> |
| 413 | + <Platform Name="Android64"> |
| 414 | + <RemoteDir>res\drawable-small</RemoteDir> |
| 415 | + <Operation>1</Operation> |
| 416 | + </Platform> |
307 | 417 | </DeployClass> |
308 | 418 | <DeployClass Name="Android_SplashImage470"> |
309 | 419 | <Platform Name="Android"> |
310 | 420 | <RemoteDir>res\drawable-normal</RemoteDir> |
311 | 421 | <Operation>1</Operation> |
312 | 422 | </Platform> |
| 423 | + <Platform Name="Android64"> |
| 424 | + <RemoteDir>res\drawable-normal</RemoteDir> |
| 425 | + <Operation>1</Operation> |
| 426 | + </Platform> |
313 | 427 | </DeployClass> |
314 | 428 | <DeployClass Name="Android_SplashImage640"> |
315 | 429 | <Platform Name="Android"> |
316 | 430 | <RemoteDir>res\drawable-large</RemoteDir> |
317 | 431 | <Operation>1</Operation> |
318 | 432 | </Platform> |
| 433 | + <Platform Name="Android64"> |
| 434 | + <RemoteDir>res\drawable-large</RemoteDir> |
| 435 | + <Operation>1</Operation> |
| 436 | + </Platform> |
319 | 437 | </DeployClass> |
320 | 438 | <DeployClass Name="Android_SplashImage960"> |
321 | 439 | <Platform Name="Android"> |
322 | 440 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
323 | 441 | <Operation>1</Operation> |
324 | 442 | </Platform> |
| 443 | + <Platform Name="Android64"> |
| 444 | + <RemoteDir>res\drawable-xlarge</RemoteDir> |
| 445 | + <Operation>1</Operation> |
| 446 | + </Platform> |
325 | 447 | </DeployClass> |
326 | 448 | <DeployClass Name="Android_Strings"> |
327 | 449 | <Platform Name="Android"> |
328 | 450 | <RemoteDir>res\values</RemoteDir> |
329 | 451 | <Operation>1</Operation> |
330 | 452 | </Platform> |
| 453 | + <Platform Name="Android64"> |
| 454 | + <RemoteDir>res\values</RemoteDir> |
| 455 | + <Operation>1</Operation> |
| 456 | + </Platform> |
331 | 457 | </DeployClass> |
332 | 458 | <DeployClass Name="DebugSymbols"> |
333 | 459 | <Platform Name="iOSSimulator"> |
|
397 | 523 | <Platform Name="Android"> |
398 | 524 | <Operation>0</Operation> |
399 | 525 | </Platform> |
| 526 | + <Platform Name="Android64"> |
| 527 | + <Operation>0</Operation> |
| 528 | + </Platform> |
400 | 529 | <Platform Name="iOSDevice32"> |
401 | 530 | <Operation>0</Operation> |
402 | 531 | </Platform> |
|
728 | 857 | <Platform Name="Android"> |
729 | 858 | <Operation>1</Operation> |
730 | 859 | </Platform> |
| 860 | + <Platform Name="Android64"> |
| 861 | + <Operation>1</Operation> |
| 862 | + </Platform> |
731 | 863 | </DeployClass> |
732 | 864 | <DeployClass Name="ProjectiOSDeviceDebug"> |
733 | 865 | <Platform Name="iOSDevice32"> |
|
771 | 903 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
772 | 904 | <Operation>1</Operation> |
773 | 905 | </Platform> |
| 906 | + <Platform Name="Android64"> |
| 907 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> |
| 908 | + <Operation>1</Operation> |
| 909 | + </Platform> |
774 | 910 | <Platform Name="iOSDevice32"> |
775 | 911 | <Operation>1</Operation> |
776 | 912 | </Platform> |
|
793 | 929 | <Operation>0</Operation> |
794 | 930 | </Platform> |
795 | 931 | </DeployClass> |
| 932 | + <DeployClass Name="ProjectOutput_Android32"> |
| 933 | + <Platform Name="Android64"> |
| 934 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
| 935 | + <Operation>1</Operation> |
| 936 | + </Platform> |
| 937 | + </DeployClass> |
796 | 938 | <DeployClass Name="ProjectUWPManifest"> |
797 | 939 | <Platform Name="Win32"> |
798 | 940 | <Operation>1</Operation> |
|
830 | 972 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
831 | 973 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
832 | 974 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
| 975 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
833 | 976 | </Deployment> |
834 | 977 | <Platforms> |
835 | 978 | <Platform value="Android">False</Platform> |
836 | | - <Platform value="Linux64">False</Platform> |
| 979 | + <Platform value="Android64">False</Platform> |
837 | 980 | <Platform value="Win32">True</Platform> |
838 | 981 | <Platform value="Win64">False</Platform> |
839 | 982 | </Platforms> |
|
0 commit comments