PkgGen.dproj 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{164F42FD-1FE0-49F6-9492-4458144346EB}</ProjectGuid>
  4. <MainSource>PkgGen.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.2</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">PkgGen</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  18. <Base_Android>true</Base_Android>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  23. <Base_Android64>true</Base_Android64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  28. <Base_iOSDevice64>true</Base_iOSDevice64>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='iOSSimARM64' and '$(Base)'=='true') or '$(Base_iOSSimARM64)'!=''">
  33. <Base_iOSSimARM64>true</Base_iOSSimARM64>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  38. <Base_OSX64>true</Base_OSX64>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
  43. <Base_OSXARM64>true</Base_OSXARM64>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  48. <Base_Win32>true</Base_Win32>
  49. <CfgParent>Base</CfgParent>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  53. <Cfg_1>true</Cfg_1>
  54. <CfgParent>Base</CfgParent>
  55. <Base>true</Base>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  58. <Cfg_1_Win32>true</Cfg_1_Win32>
  59. <CfgParent>Cfg_1</CfgParent>
  60. <Cfg_1>true</Cfg_1>
  61. <Base>true</Base>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  64. <Cfg_2>true</Cfg_2>
  65. <CfgParent>Base</CfgParent>
  66. <Base>true</Base>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  69. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  70. <CfgParent>Cfg_2</CfgParent>
  71. <Cfg_2>true</Cfg_2>
  72. <Base>true</Base>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="('$(Platform)'=='iOSSimARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimARM64)'!=''">
  75. <Cfg_2_iOSSimARM64>true</Cfg_2_iOSSimARM64>
  76. <CfgParent>Cfg_2</CfgParent>
  77. <Cfg_2>true</Cfg_2>
  78. <Base>true</Base>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
  81. <Cfg_2_OSX64>true</Cfg_2_OSX64>
  82. <CfgParent>Cfg_2</CfgParent>
  83. <Cfg_2>true</Cfg_2>
  84. <Base>true</Base>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''">
  87. <Cfg_2_OSXARM64>true</Cfg_2_OSXARM64>
  88. <CfgParent>Cfg_2</CfgParent>
  89. <Cfg_2>true</Cfg_2>
  90. <Base>true</Base>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  93. <Cfg_2_Win32>true</Cfg_2_Win32>
  94. <CfgParent>Cfg_2</CfgParent>
  95. <Cfg_2>true</Cfg_2>
  96. <Base>true</Base>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Base)'!=''">
  99. <DCC_DebugInformation>1</DCC_DebugInformation>
  100. <DCC_E>false</DCC_E>
  101. <DCC_F>false</DCC_F>
  102. <DCC_K>false</DCC_K>
  103. <DCC_N>true</DCC_N>
  104. <DCC_S>false</DCC_S>
  105. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  106. <DCC_MapFile>3</DCC_MapFile>
  107. <DCC_ImageBase>00400000</DCC_ImageBase>
  108. <DCC_UsePackage>rtl;vcl;dbrtl;vcldb;vclx;adortl;dbxcds;dbexpress;vclib;ibxpress;IntrawebDB_72_90;Intraweb_72_90;xmlrtl;vclie;inet;inetdbbde;inetdbxpress;dclOffice2k;VclSmp;dsnap;soaprtl;inetdb;bdertl;vcldbx;webdsnap;websnap;vclactnband;vclshlctrls;dsnapcon;teeui;teedb;tee;Rave60VCL;BaseBBoxD9;MIMEBBoxD9;PGPBBoxD9;PKIBBoxD9;PGPMIMEBBoxD9;SFTPBBoxD9;SSHBBoxCliD9;SMIMEBBoxD9;SSHBBoxSrvD9;SSLBBoxSrvD9;elpackD9;PMemo6Pack9;PMemoU6Pack9;MiscUnits90;ImageTypes90;LowLevel90;IndySystem90;IndyProtocols90;tb2k_d9;vclSvComV6D9;DJcl;JvXPCtrlsD9R;JvStdCtrlsD9R;JvAppFrmD9R;JvCoreD9R;JvBandsD9R;JvCryptD9R;JvCtrlsD9R;JvCustomD9R;JvDBD9R;JvDlgsD9R;JvEDID9R;JvGlobusD9R;JvHMID9R;JvInspectorD9R;JvJansD9R;JvManagedThreadsD9R;JvCmpD9R;JvMMD9R;JvNetD9R;JvPageCompsD9R;JvPluginD9R;JvPrintPreviewD9R;JvSystemD9R;JvTimeFrameworkD9R;JvUIBD9R;JvValidatorsD9R;JvWizardD9R;$(DCC_UsePackage)</DCC_UsePackage>
  109. <DCC_Define>EUREKALOG;EUREKALOG_VER5;$(DCC_Define)</DCC_Define>
  110. <SanitizedProjectName>PkgGen</SanitizedProjectName>
  111. <VerInfo_Locale>1033</VerInfo_Locale>
  112. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  113. <VerInfo_Keys>FileVersion=1.0.0.0;ProductVersion=1.0.0.0</VerInfo_Keys>
  114. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  115. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Base_Android)'!=''">
  118. <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=;minSdkVersion=23;targetSdkVersion=34</VerInfo_Keys>
  119. <BT_BuildType>Debug</BT_BuildType>
  120. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  123. <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=;minSdkVersion=23;targetSdkVersion=34</VerInfo_Keys>
  124. <BT_BuildType>Debug</BT_BuildType>
  125. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  128. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
  129. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  130. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  131. <BT_BuildType>Debug</BT_BuildType>
  132. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Base_iOSSimARM64)'!=''">
  135. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
  136. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  137. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  140. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  141. <BT_BuildType>Debug</BT_BuildType>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
  144. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  145. <BT_BuildType>Debug</BT_BuildType>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  148. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  149. <BT_BuildType>Debug</BT_BuildType>
  150. <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>
  151. <Manifest_File>(None)</Manifest_File>
  152. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  155. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  156. <DCC_DebugInformation>0</DCC_DebugInformation>
  157. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  158. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  159. </PropertyGroup>
  160. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  161. <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>
  162. <Debugger_RunParams>-version:10.6.3.3</Debugger_RunParams>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  165. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  166. <DCC_Optimize>false</DCC_Optimize>
  167. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  168. <DCC_RangeChecking>true</DCC_RangeChecking>
  169. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  172. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Cfg_2_iOSSimARM64)'!=''">
  175. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
  178. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  179. </PropertyGroup>
  180. <PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''">
  181. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  182. </PropertyGroup>
  183. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  184. <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>
  185. <DCC_ImportedDataReferences>false</DCC_ImportedDataReferences>
  186. <Debugger_RunParams>-debugPkgs</Debugger_RunParams>
  187. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  188. </PropertyGroup>
  189. <ItemGroup>
  190. <DelphiCompile Include="$(MainSource)">
  191. <MainSource>MainSource</MainSource>
  192. </DelphiCompile>
  193. <DCCReference Include="Package.pas"/>
  194. <DCCReference Include="PackageVisualStudio.pas"/>
  195. <DCCReference Include="PackageD8Master.pas"/>
  196. <DCCReference Include="PackageSystem.pas"/>
  197. <DCCReference Include="PackageSuperCore.pas"/>
  198. <DCCReference Include="PackageCore.pas"/>
  199. <DCCReference Include="PackageProtocols.pas"/>
  200. <DCCReference Include="PackageFTPParsers.pas"/>
  201. <DCCReference Include="PackageSecurity.pas"/>
  202. <DCCReference Include="PackageBuildRes.pas"/>
  203. <DCCReference Include="PackageVersInc.pas"/>
  204. <DCCReference Include="PackageCleanCmd.pas"/>
  205. <DCCReference Include="PackageLazarus.pas"/>
  206. <DCCReference Include="DModule.pas"/>
  207. <BuildConfiguration Include="Base">
  208. <Key>Base</Key>
  209. </BuildConfiguration>
  210. <BuildConfiguration Include="Release">
  211. <Key>Cfg_1</Key>
  212. <CfgParent>Base</CfgParent>
  213. </BuildConfiguration>
  214. <BuildConfiguration Include="Debug">
  215. <Key>Cfg_2</Key>
  216. <CfgParent>Base</CfgParent>
  217. </BuildConfiguration>
  218. </ItemGroup>
  219. <ProjectExtensions>
  220. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  221. <Borland.ProjectType/>
  222. <BorlandProject>
  223. <Delphi.Personality>
  224. <Source>
  225. <Source Name="MainSource">PkgGen.dpr</Source>
  226. </Source>
  227. <Excluded_Packages>
  228. <Excluded_Packages Name="$(BDSBIN)\dclemsedge290.bpl">Embarcadero RAD Server Edge Components</Excluded_Packages>
  229. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  230. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  231. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  232. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  233. </Excluded_Packages>
  234. </Delphi.Personality>
  235. <Platforms>
  236. <Platform value="Android">False</Platform>
  237. <Platform value="Android64">False</Platform>
  238. <Platform value="iOSDevice64">False</Platform>
  239. <Platform value="iOSSimARM64">False</Platform>
  240. <Platform value="Linux64">False</Platform>
  241. <Platform value="OSX64">False</Platform>
  242. <Platform value="OSXARM64">False</Platform>
  243. <Platform value="Win32">True</Platform>
  244. <Platform value="Win64">False</Platform>
  245. </Platforms>
  246. <Deployment Version="5">
  247. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  248. <Platform Name="iOSSimulator">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  253. <Platform Name="iOSSimulator">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  258. <Platform Name="OSX32">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile LocalName="PkgGen.exe" Configuration="Debug" Class="ProjectOutput"/>
  263. <DeployClass Name="AdditionalDebugSymbols">
  264. <Platform Name="OSX32">
  265. <Operation>1</Operation>
  266. </Platform>
  267. <Platform Name="Win32">
  268. <Operation>0</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="AndroidFileProvider">
  272. <Platform Name="Android">
  273. <RemoteDir>res\xml</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. <Platform Name="Android64">
  277. <RemoteDir>res\xml</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="AndroidLibnativeArmeabiFile">
  282. <Platform Name="Android">
  283. <RemoteDir>library\lib\armeabi</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. <Platform Name="Android64">
  287. <RemoteDir>library\lib\armeabi</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  292. <Platform Name="Android64">
  293. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. </DeployClass>
  297. <DeployClass Name="AndroidLibnativeMipsFile">
  298. <Platform Name="Android">
  299. <RemoteDir>library\lib\mips</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. <Platform Name="Android64">
  303. <RemoteDir>library\lib\mips</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidServiceOutput">
  308. <Platform Name="Android">
  309. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. <Platform Name="Android64">
  313. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="AndroidServiceOutput_Android32">
  318. <Platform Name="Android64">
  319. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="AndroidSplashImageDef">
  324. <Platform Name="Android">
  325. <RemoteDir>res\drawable</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. <Platform Name="Android64">
  329. <RemoteDir>res\drawable</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. </DeployClass>
  333. <DeployClass Name="AndroidSplashImageDefV21">
  334. <Platform Name="Android">
  335. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="Android64">
  339. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="AndroidSplashStyles">
  344. <Platform Name="Android">
  345. <RemoteDir>res\values</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. <Platform Name="Android64">
  349. <RemoteDir>res\values</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="AndroidSplashStylesV21">
  354. <Platform Name="Android">
  355. <RemoteDir>res\values-v21</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. <Platform Name="Android64">
  359. <RemoteDir>res\values-v21</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. </DeployClass>
  363. <DeployClass Name="AndroidSplashStylesV31">
  364. <Platform Name="Android">
  365. <RemoteDir>res\values-v31</RemoteDir>
  366. <Operation>1</Operation>
  367. </Platform>
  368. <Platform Name="Android64">
  369. <RemoteDir>res\values-v31</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="Android_AdaptiveIcon">
  374. <Platform Name="Android">
  375. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. <Platform Name="Android64">
  379. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="Android_AdaptiveIconBackground">
  384. <Platform Name="Android">
  385. <RemoteDir>res\drawable</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. <Platform Name="Android64">
  389. <RemoteDir>res\drawable</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. </DeployClass>
  393. <DeployClass Name="Android_AdaptiveIconForeground">
  394. <Platform Name="Android">
  395. <RemoteDir>res\drawable</RemoteDir>
  396. <Operation>1</Operation>
  397. </Platform>
  398. <Platform Name="Android64">
  399. <RemoteDir>res\drawable</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="Android_AdaptiveIconMonochrome">
  404. <Platform Name="Android">
  405. <RemoteDir>res\drawable</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. <Platform Name="Android64">
  409. <RemoteDir>res\drawable</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. </DeployClass>
  413. <DeployClass Name="Android_AdaptiveIconV33">
  414. <Platform Name="Android">
  415. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. <Platform Name="Android64">
  419. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. </DeployClass>
  423. <DeployClass Name="Android_Colors">
  424. <Platform Name="Android">
  425. <RemoteDir>res\values</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. <Platform Name="Android64">
  429. <RemoteDir>res\values</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="Android_ColorsDark">
  434. <Platform Name="Android">
  435. <RemoteDir>res\values-night-v21</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. <Platform Name="Android64">
  439. <RemoteDir>res\values-night-v21</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="Android_DefaultAppIcon">
  444. <Platform Name="Android">
  445. <RemoteDir>res\drawable</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. <Platform Name="Android64">
  449. <RemoteDir>res\drawable</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="Android_LauncherIcon144">
  454. <Platform Name="Android">
  455. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="Android64">
  459. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="Android_LauncherIcon192">
  464. <Platform Name="Android">
  465. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. <Platform Name="Android64">
  469. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="Android_LauncherIcon36">
  474. <Platform Name="Android">
  475. <RemoteDir>res\drawable-ldpi</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="Android64">
  479. <RemoteDir>res\drawable-ldpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. </DeployClass>
  483. <DeployClass Name="Android_LauncherIcon48">
  484. <Platform Name="Android">
  485. <RemoteDir>res\drawable-mdpi</RemoteDir>
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="Android64">
  489. <RemoteDir>res\drawable-mdpi</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Name="Android_LauncherIcon72">
  494. <Platform Name="Android">
  495. <RemoteDir>res\drawable-hdpi</RemoteDir>
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="Android64">
  499. <RemoteDir>res\drawable-hdpi</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="Android_LauncherIcon96">
  504. <Platform Name="Android">
  505. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="Android64">
  509. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="Android_NotificationIcon24">
  514. <Platform Name="Android">
  515. <RemoteDir>res\drawable-mdpi</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. <Platform Name="Android64">
  519. <RemoteDir>res\drawable-mdpi</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="Android_NotificationIcon36">
  524. <Platform Name="Android">
  525. <RemoteDir>res\drawable-hdpi</RemoteDir>
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="Android64">
  529. <RemoteDir>res\drawable-hdpi</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Name="Android_NotificationIcon48">
  534. <Platform Name="Android">
  535. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="Android64">
  539. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. </DeployClass>
  543. <DeployClass Name="Android_NotificationIcon72">
  544. <Platform Name="Android">
  545. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  546. <Operation>1</Operation>
  547. </Platform>
  548. <Platform Name="Android64">
  549. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="Android_NotificationIcon96">
  554. <Platform Name="Android">
  555. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="Android64">
  559. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  560. <Operation>1</Operation>
  561. </Platform>
  562. </DeployClass>
  563. <DeployClass Name="Android_SplashImage426">
  564. <Platform Name="Android">
  565. <RemoteDir>res\drawable-small</RemoteDir>
  566. <Operation>1</Operation>
  567. </Platform>
  568. <Platform Name="Android64">
  569. <RemoteDir>res\drawable-small</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="Android_SplashImage470">
  574. <Platform Name="Android">
  575. <RemoteDir>res\drawable-normal</RemoteDir>
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="Android64">
  579. <RemoteDir>res\drawable-normal</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. </DeployClass>
  583. <DeployClass Name="Android_SplashImage640">
  584. <Platform Name="Android">
  585. <RemoteDir>res\drawable-large</RemoteDir>
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="Android64">
  589. <RemoteDir>res\drawable-large</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="Android_SplashImage960">
  594. <Platform Name="Android">
  595. <RemoteDir>res\drawable-xlarge</RemoteDir>
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="Android64">
  599. <RemoteDir>res\drawable-xlarge</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. </DeployClass>
  603. <DeployClass Name="Android_Strings">
  604. <Platform Name="Android">
  605. <RemoteDir>res\values</RemoteDir>
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="Android64">
  609. <RemoteDir>res\values</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. </DeployClass>
  613. <DeployClass Name="Android_VectorizedNotificationIcon">
  614. <Platform Name="Android">
  615. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  616. <Operation>1</Operation>
  617. </Platform>
  618. <Platform Name="Android64">
  619. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="Android_VectorizedSplash">
  624. <Platform Name="Android">
  625. <RemoteDir>res\drawable</RemoteDir>
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="Android64">
  629. <RemoteDir>res\drawable</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="Android_VectorizedSplashDark">
  634. <Platform Name="Android">
  635. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="Android64">
  639. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="Android_VectorizedSplashV31">
  644. <Platform Name="Android">
  645. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="Android64">
  649. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. </DeployClass>
  653. <DeployClass Name="Android_VectorizedSplashV31Dark">
  654. <Platform Name="Android">
  655. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  656. <Operation>1</Operation>
  657. </Platform>
  658. <Platform Name="Android64">
  659. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. </DeployClass>
  663. <DeployClass Name="DebugSymbols">
  664. <Platform Name="iOSSimulator">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="OSX32">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="Win32">
  671. <Operation>0</Operation>
  672. </Platform>
  673. </DeployClass>
  674. <DeployClass Name="DependencyFramework">
  675. <Platform Name="OSX32">
  676. <Operation>1</Operation>
  677. <Extensions>.framework</Extensions>
  678. </Platform>
  679. <Platform Name="OSX64">
  680. <Operation>1</Operation>
  681. <Extensions>.framework</Extensions>
  682. </Platform>
  683. <Platform Name="OSXARM64">
  684. <Operation>1</Operation>
  685. <Extensions>.framework</Extensions>
  686. </Platform>
  687. <Platform Name="Win32">
  688. <Operation>0</Operation>
  689. </Platform>
  690. </DeployClass>
  691. <DeployClass Name="DependencyModule">
  692. <Platform Name="OSX32">
  693. <Operation>1</Operation>
  694. <Extensions>.dylib</Extensions>
  695. </Platform>
  696. <Platform Name="OSX64">
  697. <Operation>1</Operation>
  698. <Extensions>.dylib</Extensions>
  699. </Platform>
  700. <Platform Name="OSXARM64">
  701. <Operation>1</Operation>
  702. <Extensions>.dylib</Extensions>
  703. </Platform>
  704. <Platform Name="Win32">
  705. <Operation>0</Operation>
  706. <Extensions>.dll;.bpl</Extensions>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Required="true" Name="DependencyPackage">
  710. <Platform Name="iOSDevice32">
  711. <Operation>1</Operation>
  712. <Extensions>.dylib</Extensions>
  713. </Platform>
  714. <Platform Name="iOSDevice64">
  715. <Operation>1</Operation>
  716. <Extensions>.dylib</Extensions>
  717. </Platform>
  718. <Platform Name="iOSSimARM64">
  719. <Operation>1</Operation>
  720. <Extensions>.dylib</Extensions>
  721. </Platform>
  722. <Platform Name="OSX32">
  723. <Operation>1</Operation>
  724. <Extensions>.dylib</Extensions>
  725. </Platform>
  726. <Platform Name="OSX64">
  727. <Operation>1</Operation>
  728. <Extensions>.dylib</Extensions>
  729. </Platform>
  730. <Platform Name="OSXARM64">
  731. <Operation>1</Operation>
  732. <Extensions>.dylib</Extensions>
  733. </Platform>
  734. <Platform Name="Win32">
  735. <Operation>0</Operation>
  736. <Extensions>.bpl</Extensions>
  737. </Platform>
  738. </DeployClass>
  739. <DeployClass Name="File">
  740. <Platform Name="Android">
  741. <Operation>0</Operation>
  742. </Platform>
  743. <Platform Name="Android64">
  744. <Operation>0</Operation>
  745. </Platform>
  746. <Platform Name="iOSDevice32">
  747. <Operation>0</Operation>
  748. </Platform>
  749. <Platform Name="iOSDevice64">
  750. <Operation>0</Operation>
  751. </Platform>
  752. <Platform Name="iOSSimARM64">
  753. <Operation>0</Operation>
  754. </Platform>
  755. <Platform Name="OSX32">
  756. <Operation>0</Operation>
  757. </Platform>
  758. <Platform Name="OSX64">
  759. <Operation>0</Operation>
  760. </Platform>
  761. <Platform Name="OSXARM64">
  762. <Operation>0</Operation>
  763. </Platform>
  764. <Platform Name="Win32">
  765. <Operation>0</Operation>
  766. </Platform>
  767. </DeployClass>
  768. <DeployClass Name="ProjectAndroidManifest">
  769. <Platform Name="Android">
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="Android64">
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="ProjectOSXDebug"/>
  777. <DeployClass Name="ProjectOSXEntitlements"/>
  778. <DeployClass Name="ProjectOSXInfoPList"/>
  779. <DeployClass Name="ProjectOSXResource">
  780. <Platform Name="OSX32">
  781. <RemoteDir>Contents\Resources</RemoteDir>
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="OSX64">
  785. <RemoteDir>Contents\Resources</RemoteDir>
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="OSXARM64">
  789. <RemoteDir>Contents\Resources</RemoteDir>
  790. <Operation>1</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Required="true" Name="ProjectOutput">
  794. <Platform Name="Android">
  795. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="Android64">
  799. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSDevice32">
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSDevice64">
  806. <Operation>1</Operation>
  807. </Platform>
  808. <Platform Name="iOSSimARM64">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="Linux64">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="OSX32">
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="OSX64">
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="OSXARM64">
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="Win32">
  824. <Operation>0</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="ProjectOutput_Android32">
  828. <Platform Name="Android64">
  829. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. </DeployClass>
  833. <DeployClass Name="ProjectUWPManifest">
  834. <Platform Name="Win32">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="Win64">
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="Win64x">
  841. <Operation>1</Operation>
  842. </Platform>
  843. </DeployClass>
  844. <DeployClass Name="ProjectiOSDeviceDebug">
  845. <Platform Name="iOSDevice32">
  846. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="iOSDevice64">
  850. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="iOSSimARM64">
  854. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="ProjectiOSEntitlements"/>
  859. <DeployClass Name="ProjectiOSInfoPList"/>
  860. <DeployClass Name="ProjectiOSLaunchScreen"/>
  861. <DeployClass Name="ProjectiOSResource">
  862. <Platform Name="iOSDevice32">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="iOSDevice64">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="iOSSimARM64">
  869. <Operation>1</Operation>
  870. </Platform>
  871. </DeployClass>
  872. <DeployClass Name="UWP_DelphiLogo150">
  873. <Platform Name="Win32">
  874. <RemoteDir>Assets</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="Win64">
  878. <RemoteDir>Assets</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. </DeployClass>
  882. <DeployClass Name="UWP_DelphiLogo44">
  883. <Platform Name="Win32">
  884. <RemoteDir>Assets</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="Win64">
  888. <RemoteDir>Assets</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="iOS_AppStore1024">
  893. <Platform Name="iOSDevice64">
  894. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="iOSSimARM64">
  898. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. </DeployClass>
  902. <DeployClass Name="iPad_AppIcon152">
  903. <Platform Name="iOSDevice64">
  904. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSSimARM64">
  908. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. </DeployClass>
  912. <DeployClass Name="iPad_AppIcon167">
  913. <Platform Name="iOSDevice64">
  914. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="iOSSimARM64">
  918. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. </DeployClass>
  922. <DeployClass Name="iPad_Launch2x">
  923. <Platform Name="iOSDevice64">
  924. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  925. <Operation>1</Operation>
  926. </Platform>
  927. <Platform Name="iOSSimARM64">
  928. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  929. <Operation>1</Operation>
  930. </Platform>
  931. </DeployClass>
  932. <DeployClass Name="iPad_LaunchDark2x">
  933. <Platform Name="iOSDevice64">
  934. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSSimARM64">
  938. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. </DeployClass>
  942. <DeployClass Name="iPad_Notification40">
  943. <Platform Name="iOSDevice64">
  944. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSSimARM64">
  948. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="iPad_Setting58">
  953. <Platform Name="iOSDevice64">
  954. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="iOSSimARM64">
  958. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="iPad_SpotLight80">
  963. <Platform Name="iOSDevice64">
  964. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  965. <Operation>1</Operation>
  966. </Platform>
  967. <Platform Name="iOSSimARM64">
  968. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. </DeployClass>
  972. <DeployClass Name="iPhone_AppIcon120">
  973. <Platform Name="iOSDevice64">
  974. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="iOSSimARM64">
  978. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. </DeployClass>
  982. <DeployClass Name="iPhone_AppIcon180">
  983. <Platform Name="iOSDevice64">
  984. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSSimARM64">
  988. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  989. <Operation>1</Operation>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="iPhone_Launch2x">
  993. <Platform Name="iOSDevice64">
  994. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSSimARM64">
  998. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="iPhone_Launch3x">
  1003. <Platform Name="iOSDevice64">
  1004. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="iOSSimARM64">
  1008. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. </DeployClass>
  1012. <DeployClass Name="iPhone_LaunchDark2x">
  1013. <Platform Name="iOSDevice64">
  1014. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSSimARM64">
  1018. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. </DeployClass>
  1022. <DeployClass Name="iPhone_LaunchDark3x">
  1023. <Platform Name="iOSDevice64">
  1024. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. <Platform Name="iOSSimARM64">
  1028. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. </DeployClass>
  1032. <DeployClass Name="iPhone_Notification40">
  1033. <Platform Name="iOSDevice64">
  1034. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimARM64">
  1038. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. </DeployClass>
  1042. <DeployClass Name="iPhone_Notification60">
  1043. <Platform Name="iOSDevice64">
  1044. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. <Platform Name="iOSSimARM64">
  1048. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. </DeployClass>
  1052. <DeployClass Name="iPhone_Setting58">
  1053. <Platform Name="iOSDevice64">
  1054. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. <Platform Name="iOSSimARM64">
  1058. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. </DeployClass>
  1062. <DeployClass Name="iPhone_Setting87">
  1063. <Platform Name="iOSDevice64">
  1064. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="iOSSimARM64">
  1068. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="iPhone_Spotlight120">
  1073. <Platform Name="iOSDevice64">
  1074. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="iOSSimARM64">
  1078. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="iPhone_Spotlight80">
  1083. <Platform Name="iOSDevice64">
  1084. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="iOSSimARM64">
  1088. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. </DeployClass>
  1092. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1093. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1094. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1095. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1096. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1097. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1098. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1099. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1100. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
  1101. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1102. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1103. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1104. </Deployment>
  1105. </BorlandProject>
  1106. <ProjectFileVersion>12</ProjectFileVersion>
  1107. </ProjectExtensions>
  1108. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1109. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1110. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1111. </Project>