Cube.dproj 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{84D28EC3-03D3-4215-8771-6B5FBA8F8B6D}</ProjectGuid>
  4. <ProjectVersion>20.3</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  9. <TargetedPlatforms>2</TargetedPlatforms>
  10. <AppType>Application</AppType>
  11. <MainSource>Cube.dpr</MainSource>
  12. <ProjectName Condition="'$(ProjectName)'==''">Cube</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)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  28. <Base_Win32>true</Base_Win32>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  33. <Base_Win64>true</Base_Win64>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  38. <Cfg_1>true</Cfg_1>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  43. <Cfg_1_Win32>true</Cfg_1_Win32>
  44. <CfgParent>Cfg_1</CfgParent>
  45. <Cfg_1>true</Cfg_1>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  49. <Cfg_1_Win64>true</Cfg_1_Win64>
  50. <CfgParent>Cfg_1</CfgParent>
  51. <Cfg_1>true</Cfg_1>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  55. <Cfg_2>true</Cfg_2>
  56. <CfgParent>Base</CfgParent>
  57. <Base>true</Base>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  60. <Cfg_2_Win32>true</Cfg_2_Win32>
  61. <CfgParent>Cfg_2</CfgParent>
  62. <Cfg_2>true</Cfg_2>
  63. <Base>true</Base>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  66. <Cfg_2_Win64>true</Cfg_2_Win64>
  67. <CfgParent>Cfg_2</CfgParent>
  68. <Cfg_2>true</Cfg_2>
  69. <Base>true</Base>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base)'!=''">
  72. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  73. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  74. <DCC_E>false</DCC_E>
  75. <DCC_N>false</DCC_N>
  76. <DCC_S>false</DCC_S>
  77. <DCC_F>false</DCC_F>
  78. <DCC_K>false</DCC_K>
  79. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  80. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  81. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  82. <SanitizedProjectName>Cube</SanitizedProjectName>
  83. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  84. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  85. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  86. <AUP_CAMERA>true</AUP_CAMERA>
  87. <AUP_INTERNET>true</AUP_INTERNET>
  88. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  89. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  90. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Base_Android)'!=''">
  93. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  94. <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>
  95. <BT_BuildType>Debug</BT_BuildType>
  96. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  97. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  98. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  99. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  100. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  101. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  102. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  103. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  104. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  105. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  106. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  107. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  108. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  109. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  110. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  111. <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>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  114. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  115. <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>
  116. <BT_BuildType>Debug</BT_BuildType>
  117. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  118. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  119. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  120. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  121. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  122. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  123. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  124. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  125. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  126. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  127. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  128. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  129. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  130. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  131. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  132. <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>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  135. <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;bindcompvclsmp;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;GBE3D;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;FireDACSqliteDriver;FireDACPgDriver;inetdb;TMSFMXPackPkgDXE13;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;vcledge;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  136. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  137. <BT_BuildType>Debug</BT_BuildType>
  138. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  139. <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>
  140. <VerInfo_Locale>1033</VerInfo_Locale>
  141. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  142. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  143. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  146. <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;bindcompvclsmp;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;GBE3D;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;vcledge;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  147. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  148. <BT_BuildType>Debug</BT_BuildType>
  149. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  150. <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>
  151. <VerInfo_Locale>1033</VerInfo_Locale>
  152. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  153. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  154. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  157. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  158. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  159. <DCC_Optimize>false</DCC_Optimize>
  160. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  161. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  162. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  165. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  166. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  167. <DCC_UnitSearchPath>..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  168. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  169. <VerInfo_Locale>1033</VerInfo_Locale>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  172. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  173. <DCC_UnitSearchPath>..\..\..\sourcex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  174. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  175. <VerInfo_Locale>1033</VerInfo_Locale>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  178. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  179. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  180. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  181. <DCC_DebugInformation>0</DCC_DebugInformation>
  182. </PropertyGroup>
  183. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  184. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  185. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  186. </PropertyGroup>
  187. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  188. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  189. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  190. </PropertyGroup>
  191. <ItemGroup>
  192. <DelphiCompile Include="$(MainSource)">
  193. <MainSource>MainSource</MainSource>
  194. </DelphiCompile>
  195. <DCCReference Include="fdCube.pas">
  196. <Form>FormCube</Form>
  197. <FormType>fmx</FormType>
  198. </DCCReference>
  199. <BuildConfiguration Include="Base">
  200. <Key>Base</Key>
  201. </BuildConfiguration>
  202. <BuildConfiguration Include="Debug">
  203. <Key>Cfg_1</Key>
  204. <CfgParent>Base</CfgParent>
  205. </BuildConfiguration>
  206. <BuildConfiguration Include="Release">
  207. <Key>Cfg_2</Key>
  208. <CfgParent>Base</CfgParent>
  209. </BuildConfiguration>
  210. </ItemGroup>
  211. <ProjectExtensions>
  212. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  213. <Borland.ProjectType>Application</Borland.ProjectType>
  214. <BorlandProject>
  215. <Delphi.Personality>
  216. <Source>
  217. <Source Name="MainSource">Cube.dpr</Source>
  218. </Source>
  219. <Excluded_Packages>
  220. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  221. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  222. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  223. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  224. </Excluded_Packages>
  225. </Delphi.Personality>
  226. <Platforms>
  227. <Platform value="Android">False</Platform>
  228. <Platform value="Android64">False</Platform>
  229. <Platform value="Win32">False</Platform>
  230. <Platform value="Win64">True</Platform>
  231. </Platforms>
  232. <Deployment Version="5">
  233. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  234. <Platform Name="iOSSimulator">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  239. <Platform Name="iOSSimulator">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  244. <Platform Name="OSX32">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile LocalName="Win32\Debug\Cube.exe" Configuration="Debug" Class="ProjectOutput"/>
  249. <DeployFile LocalName="Win32\Debug\demo_GBECube.exe" Configuration="Debug" Class="ProjectOutput"/>
  250. <DeployFile LocalName="Win64\Debug\Cube.exe" Configuration="Debug" Class="ProjectOutput"/>
  251. <DeployFile LocalName="Win64\Debug\Cube.rsm" Configuration="Debug" Class="DebugSymbols"/>
  252. <DeployClass Name="AdditionalDebugSymbols">
  253. <Platform Name="iOSSimulator">
  254. <Operation>1</Operation>
  255. </Platform>
  256. <Platform Name="OSX32">
  257. <RemoteDir>Contents\MacOS</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. <Platform Name="Win32">
  261. <Operation>0</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="AndroidFileProvider">
  265. <Platform Name="Android">
  266. <RemoteDir>res\xml</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. <Platform Name="Android64">
  270. <RemoteDir>res\xml</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. </DeployClass>
  274. <DeployClass Name="AndroidLibnativeArmeabiFile">
  275. <Platform Name="Android">
  276. <RemoteDir>library\lib\armeabi</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. <Platform Name="Android64">
  280. <RemoteDir>library\lib\armeabi</RemoteDir>
  281. <Operation>1</Operation>
  282. </Platform>
  283. </DeployClass>
  284. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  285. <Platform Name="Android64">
  286. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  287. <Operation>1</Operation>
  288. </Platform>
  289. </DeployClass>
  290. <DeployClass Name="AndroidLibnativeMipsFile">
  291. <Platform Name="Android">
  292. <RemoteDir>library\lib\mips</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. <Platform Name="Android64">
  296. <RemoteDir>library\lib\mips</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="AndroidServiceOutput">
  301. <Platform Name="Android">
  302. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="Android64">
  306. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="AndroidServiceOutput_Android32">
  311. <Platform Name="Android64">
  312. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="AndroidSplashImageDef">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. <Platform Name="Android64">
  322. <RemoteDir>res\drawable</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. </DeployClass>
  326. <DeployClass Name="AndroidSplashImageDefV21">
  327. <Platform Name="Android">
  328. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. <Platform Name="Android64">
  332. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="AndroidSplashStyles">
  337. <Platform Name="Android">
  338. <RemoteDir>res\values</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="Android64">
  342. <RemoteDir>res\values</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="AndroidSplashStylesV21">
  347. <Platform Name="Android">
  348. <RemoteDir>res\values-v21</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. <Platform Name="Android64">
  352. <RemoteDir>res\values-v21</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidSplashStylesV31">
  357. <Platform Name="Android">
  358. <RemoteDir>res\values-v31</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>res\values-v31</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidSplashStylesV35">
  367. <Platform Name="Android">
  368. <RemoteDir>res\values-v35</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="Android64">
  372. <RemoteDir>res\values-v35</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="Android_AdaptiveIcon">
  377. <Platform Name="Android">
  378. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. <Platform Name="Android64">
  382. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="Android_AdaptiveIconBackground">
  387. <Platform Name="Android">
  388. <RemoteDir>res\drawable</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. <Platform Name="Android64">
  392. <RemoteDir>res\drawable</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_AdaptiveIconForeground">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. <Platform Name="Android64">
  402. <RemoteDir>res\drawable</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="Android_AdaptiveIconMonochrome">
  407. <Platform Name="Android">
  408. <RemoteDir>res\drawable</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. <Platform Name="Android64">
  412. <RemoteDir>res\drawable</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_AdaptiveIconV33">
  417. <Platform Name="Android">
  418. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Android64">
  422. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_Colors">
  427. <Platform Name="Android">
  428. <RemoteDir>res\values</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. <Platform Name="Android64">
  432. <RemoteDir>res\values</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="Android_ColorsDark">
  437. <Platform Name="Android">
  438. <RemoteDir>res\values-night-v21</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. <Platform Name="Android64">
  442. <RemoteDir>res\values-night-v21</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_DefaultAppIcon">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. <Platform Name="Android64">
  452. <RemoteDir>res\drawable</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_LauncherIcon144">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. <Platform Name="Android64">
  462. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. </DeployClass>
  466. <DeployClass Name="Android_LauncherIcon192">
  467. <Platform Name="Android">
  468. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. <Platform Name="Android64">
  472. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="Android_LauncherIcon36">
  477. <Platform Name="Android">
  478. <RemoteDir>res\drawable-ldpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="Android64">
  482. <RemoteDir>res\drawable-ldpi</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="Android_LauncherIcon48">
  487. <Platform Name="Android">
  488. <RemoteDir>res\drawable-mdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="Android64">
  492. <RemoteDir>res\drawable-mdpi</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="Android_LauncherIcon72">
  497. <Platform Name="Android">
  498. <RemoteDir>res\drawable-hdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="Android64">
  502. <RemoteDir>res\drawable-hdpi</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="Android_LauncherIcon96">
  507. <Platform Name="Android">
  508. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="Android64">
  512. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="Android_NotificationIcon24">
  517. <Platform Name="Android">
  518. <RemoteDir>res\drawable-mdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="Android64">
  522. <RemoteDir>res\drawable-mdpi</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. </DeployClass>
  526. <DeployClass Name="Android_NotificationIcon36">
  527. <Platform Name="Android">
  528. <RemoteDir>res\drawable-hdpi</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="Android64">
  532. <RemoteDir>res\drawable-hdpi</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. </DeployClass>
  536. <DeployClass Name="Android_NotificationIcon48">
  537. <Platform Name="Android">
  538. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="Android64">
  542. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="Android_NotificationIcon72">
  547. <Platform Name="Android">
  548. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. <Platform Name="Android64">
  552. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="Android_NotificationIcon96">
  557. <Platform Name="Android">
  558. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="Android64">
  562. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. </DeployClass>
  566. <DeployClass Name="Android_SplashImage426">
  567. <Platform Name="Android">
  568. <RemoteDir>res\drawable-small</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. <Platform Name="Android64">
  572. <RemoteDir>res\drawable-small</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="Android_SplashImage470">
  577. <Platform Name="Android">
  578. <RemoteDir>res\drawable-normal</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="Android64">
  582. <RemoteDir>res\drawable-normal</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="Android_SplashImage640">
  587. <Platform Name="Android">
  588. <RemoteDir>res\drawable-large</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="Android64">
  592. <RemoteDir>res\drawable-large</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="Android_SplashImage960">
  597. <Platform Name="Android">
  598. <RemoteDir>res\drawable-xlarge</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="Android64">
  602. <RemoteDir>res\drawable-xlarge</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="Android_Strings">
  607. <Platform Name="Android">
  608. <RemoteDir>res\values</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="Android64">
  612. <RemoteDir>res\values</RemoteDir>
  613. <Operation>1</Operation>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="Android_VectorizedNotificationIcon">
  617. <Platform Name="Android">
  618. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="Android64">
  622. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. </DeployClass>
  626. <DeployClass Name="Android_VectorizedSplash">
  627. <Platform Name="Android">
  628. <RemoteDir>res\drawable</RemoteDir>
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="Android64">
  632. <RemoteDir>res\drawable</RemoteDir>
  633. <Operation>1</Operation>
  634. </Platform>
  635. </DeployClass>
  636. <DeployClass Name="Android_VectorizedSplashDark">
  637. <Platform Name="Android">
  638. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="Android64">
  642. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  643. <Operation>1</Operation>
  644. </Platform>
  645. </DeployClass>
  646. <DeployClass Name="Android_VectorizedSplashV31">
  647. <Platform Name="Android">
  648. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="Android64">
  652. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. </DeployClass>
  656. <DeployClass Name="Android_VectorizedSplashV31Dark">
  657. <Platform Name="Android">
  658. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  659. <Operation>1</Operation>
  660. </Platform>
  661. <Platform Name="Android64">
  662. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  663. <Operation>1</Operation>
  664. </Platform>
  665. </DeployClass>
  666. <DeployClass Name="DebugSymbols">
  667. <Platform Name="iOSSimulator">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="OSX32">
  671. <RemoteDir>Contents\MacOS</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="Win32">
  675. <Operation>0</Operation>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="DependencyFramework">
  679. <Platform Name="OSX32">
  680. <RemoteDir>Contents\MacOS</RemoteDir>
  681. <Operation>1</Operation>
  682. <Extensions>.framework</Extensions>
  683. </Platform>
  684. <Platform Name="OSX64">
  685. <RemoteDir>Contents\MacOS</RemoteDir>
  686. <Operation>1</Operation>
  687. <Extensions>.framework</Extensions>
  688. </Platform>
  689. <Platform Name="OSXARM64">
  690. <RemoteDir>Contents\MacOS</RemoteDir>
  691. <Operation>1</Operation>
  692. <Extensions>.framework</Extensions>
  693. </Platform>
  694. <Platform Name="Win32">
  695. <Operation>0</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="DependencyModule">
  699. <Platform Name="iOSDevice32">
  700. <Operation>1</Operation>
  701. <Extensions>.dylib</Extensions>
  702. </Platform>
  703. <Platform Name="iOSDevice64">
  704. <Operation>1</Operation>
  705. <Extensions>.dylib</Extensions>
  706. </Platform>
  707. <Platform Name="iOSSimARM64">
  708. <Operation>1</Operation>
  709. <Extensions>.dylib</Extensions>
  710. </Platform>
  711. <Platform Name="OSX32">
  712. <RemoteDir>Contents\MacOS</RemoteDir>
  713. <Operation>1</Operation>
  714. <Extensions>.dylib</Extensions>
  715. </Platform>
  716. <Platform Name="OSX64">
  717. <RemoteDir>Contents\MacOS</RemoteDir>
  718. <Operation>1</Operation>
  719. <Extensions>.dylib</Extensions>
  720. </Platform>
  721. <Platform Name="OSXARM64">
  722. <RemoteDir>Contents\MacOS</RemoteDir>
  723. <Operation>1</Operation>
  724. <Extensions>.dylib</Extensions>
  725. </Platform>
  726. <Platform Name="Win32">
  727. <Operation>0</Operation>
  728. <Extensions>.dll;.bpl</Extensions>
  729. </Platform>
  730. </DeployClass>
  731. <DeployClass Required="true" Name="DependencyPackage">
  732. <Platform Name="iOSDevice32">
  733. <Operation>1</Operation>
  734. <Extensions>.dylib</Extensions>
  735. </Platform>
  736. <Platform Name="iOSDevice64">
  737. <Operation>1</Operation>
  738. <Extensions>.dylib</Extensions>
  739. </Platform>
  740. <Platform Name="iOSSimARM64">
  741. <Operation>1</Operation>
  742. <Extensions>.dylib</Extensions>
  743. </Platform>
  744. <Platform Name="OSX32">
  745. <RemoteDir>Contents\MacOS</RemoteDir>
  746. <Operation>1</Operation>
  747. <Extensions>.dylib</Extensions>
  748. </Platform>
  749. <Platform Name="OSX64">
  750. <RemoteDir>Contents\MacOS</RemoteDir>
  751. <Operation>1</Operation>
  752. <Extensions>.dylib</Extensions>
  753. </Platform>
  754. <Platform Name="OSXARM64">
  755. <RemoteDir>Contents\MacOS</RemoteDir>
  756. <Operation>1</Operation>
  757. <Extensions>.dylib</Extensions>
  758. </Platform>
  759. <Platform Name="Win32">
  760. <Operation>0</Operation>
  761. <Extensions>.bpl</Extensions>
  762. </Platform>
  763. </DeployClass>
  764. <DeployClass Name="File">
  765. <Platform Name="Android">
  766. <Operation>0</Operation>
  767. </Platform>
  768. <Platform Name="Android64">
  769. <Operation>0</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice32">
  772. <Operation>0</Operation>
  773. </Platform>
  774. <Platform Name="iOSDevice64">
  775. <Operation>0</Operation>
  776. </Platform>
  777. <Platform Name="iOSSimARM64">
  778. <Operation>0</Operation>
  779. </Platform>
  780. <Platform Name="OSX32">
  781. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  782. <Operation>0</Operation>
  783. </Platform>
  784. <Platform Name="OSX64">
  785. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  786. <Operation>0</Operation>
  787. </Platform>
  788. <Platform Name="OSXARM64">
  789. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  790. <Operation>0</Operation>
  791. </Platform>
  792. <Platform Name="Win32">
  793. <Operation>0</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="ProjectAndroidManifest">
  797. <Platform Name="Android">
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="Android64">
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="ProjectOSXDebug">
  805. <Platform Name="OSX64">
  806. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="OSXARM64">
  810. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="ProjectOSXEntitlements">
  815. <Platform Name="OSX32">
  816. <RemoteDir>..\</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. <Platform Name="OSX64">
  820. <RemoteDir>..\</RemoteDir>
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="OSXARM64">
  824. <RemoteDir>..\</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. </DeployClass>
  828. <DeployClass Name="ProjectOSXInfoPList">
  829. <Platform Name="OSX32">
  830. <RemoteDir>Contents</RemoteDir>
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="OSX64">
  834. <RemoteDir>Contents</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="OSXARM64">
  838. <RemoteDir>Contents</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="ProjectOSXResource">
  843. <Platform Name="OSX32">
  844. <RemoteDir>Contents\Resources</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="OSX64">
  848. <RemoteDir>Contents\Resources</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="OSXARM64">
  852. <RemoteDir>Contents\Resources</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. </DeployClass>
  856. <DeployClass Required="true" Name="ProjectOutput">
  857. <Platform Name="Android">
  858. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. <Platform Name="Android64">
  862. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="iOSDevice32">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="iOSDevice64">
  869. <Operation>1</Operation>
  870. </Platform>
  871. <Platform Name="iOSSimARM64">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="Linux64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="OSX32">
  878. <RemoteDir>Contents\MacOS</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="OSX64">
  882. <RemoteDir>Contents\MacOS</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="OSXARM64">
  886. <RemoteDir>Contents\MacOS</RemoteDir>
  887. <Operation>1</Operation>
  888. </Platform>
  889. <Platform Name="Win32">
  890. <Operation>0</Operation>
  891. </Platform>
  892. </DeployClass>
  893. <DeployClass Name="ProjectOutput_Android32">
  894. <Platform Name="Android64">
  895. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  896. <Operation>1</Operation>
  897. </Platform>
  898. </DeployClass>
  899. <DeployClass Name="ProjectUWPManifest">
  900. <Platform Name="Win32">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="Win64">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="Win64x">
  907. <Operation>1</Operation>
  908. </Platform>
  909. </DeployClass>
  910. <DeployClass Name="ProjectiOSDeviceDebug">
  911. <Platform Name="iOSDevice32">
  912. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="iOSDevice64">
  916. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="iOSSimARM64">
  920. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. </DeployClass>
  924. <DeployClass Name="ProjectiOSEntitlements">
  925. <Platform Name="iOSDevice32">
  926. <RemoteDir>..\</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSDevice64">
  930. <RemoteDir>..\</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="iOSSimARM64">
  934. <RemoteDir>..\</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. </DeployClass>
  938. <DeployClass Name="ProjectiOSInfoPList">
  939. <Platform Name="iOSDevice32">
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="iOSDevice64">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSSimARM64">
  946. <Operation>1</Operation>
  947. </Platform>
  948. </DeployClass>
  949. <DeployClass Name="ProjectiOSLaunchScreen">
  950. <Platform Name="iOSDevice64">
  951. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  952. <Operation>64</Operation>
  953. </Platform>
  954. <Platform Name="iOSSimARM64">
  955. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  956. <Operation>64</Operation>
  957. </Platform>
  958. </DeployClass>
  959. <DeployClass Name="ProjectiOSResource">
  960. <Platform Name="iOSDevice32">
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="iOSDevice64">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSSimARM64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. </DeployClass>
  970. <DeployClass Name="UWP_DelphiLogo150">
  971. <Platform Name="Win32">
  972. <RemoteDir>Assets</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="Win64">
  976. <RemoteDir>Assets</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. </DeployClass>
  980. <DeployClass Name="UWP_DelphiLogo44">
  981. <Platform Name="Win32">
  982. <RemoteDir>Assets</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="Win64">
  986. <RemoteDir>Assets</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <DeployClass Name="iOS_AppStore1024">
  991. <Platform Name="iOSDevice64">
  992. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSSimARM64">
  996. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  997. <Operation>1</Operation>
  998. </Platform>
  999. </DeployClass>
  1000. <DeployClass Name="iPad_AppIcon152">
  1001. <Platform Name="iOSDevice64">
  1002. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. <Platform Name="iOSSimARM64">
  1006. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. </DeployClass>
  1010. <DeployClass Name="iPad_AppIcon167">
  1011. <Platform Name="iOSDevice64">
  1012. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. <Platform Name="iOSSimARM64">
  1016. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1017. <Operation>1</Operation>
  1018. </Platform>
  1019. </DeployClass>
  1020. <DeployClass Name="iPad_Launch2x">
  1021. <Platform Name="iOSDevice64">
  1022. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="iOSSimARM64">
  1026. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="iPad_LaunchDark2x">
  1031. <Platform Name="iOSDevice64">
  1032. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1033. <Operation>1</Operation>
  1034. </Platform>
  1035. <Platform Name="iOSSimARM64">
  1036. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. </DeployClass>
  1040. <DeployClass Name="iPad_Notification40">
  1041. <Platform Name="iOSDevice64">
  1042. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="iOSSimARM64">
  1046. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1047. <Operation>1</Operation>
  1048. </Platform>
  1049. </DeployClass>
  1050. <DeployClass Name="iPad_Setting58">
  1051. <Platform Name="iOSDevice64">
  1052. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSSimARM64">
  1056. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. </DeployClass>
  1060. <DeployClass Name="iPad_SpotLight80">
  1061. <Platform Name="iOSDevice64">
  1062. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. <Platform Name="iOSSimARM64">
  1066. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. </DeployClass>
  1070. <DeployClass Name="iPhone_AppIcon120">
  1071. <Platform Name="iOSDevice64">
  1072. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="iOSSimARM64">
  1076. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1077. <Operation>1</Operation>
  1078. </Platform>
  1079. </DeployClass>
  1080. <DeployClass Name="iPhone_AppIcon180">
  1081. <Platform Name="iOSDevice64">
  1082. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. <Platform Name="iOSSimARM64">
  1086. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1087. <Operation>1</Operation>
  1088. </Platform>
  1089. </DeployClass>
  1090. <DeployClass Name="iPhone_Launch2x">
  1091. <Platform Name="iOSDevice64">
  1092. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. <Platform Name="iOSSimARM64">
  1096. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. </DeployClass>
  1100. <DeployClass Name="iPhone_Launch3x">
  1101. <Platform Name="iOSDevice64">
  1102. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. <Platform Name="iOSSimARM64">
  1106. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. </DeployClass>
  1110. <DeployClass Name="iPhone_LaunchDark2x">
  1111. <Platform Name="iOSDevice64">
  1112. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. <Platform Name="iOSSimARM64">
  1116. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="iPhone_LaunchDark3x">
  1121. <Platform Name="iOSDevice64">
  1122. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. <Platform Name="iOSSimARM64">
  1126. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1127. <Operation>1</Operation>
  1128. </Platform>
  1129. </DeployClass>
  1130. <DeployClass Name="iPhone_Notification40">
  1131. <Platform Name="iOSDevice64">
  1132. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="iOSSimARM64">
  1136. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1137. <Operation>1</Operation>
  1138. </Platform>
  1139. </DeployClass>
  1140. <DeployClass Name="iPhone_Notification60">
  1141. <Platform Name="iOSDevice64">
  1142. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="iOSSimARM64">
  1146. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. </DeployClass>
  1150. <DeployClass Name="iPhone_Setting58">
  1151. <Platform Name="iOSDevice64">
  1152. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1153. <Operation>1</Operation>
  1154. </Platform>
  1155. <Platform Name="iOSSimARM64">
  1156. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <DeployClass Name="iPhone_Setting87">
  1161. <Platform Name="iOSDevice64">
  1162. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1163. <Operation>1</Operation>
  1164. </Platform>
  1165. <Platform Name="iOSSimARM64">
  1166. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1167. <Operation>1</Operation>
  1168. </Platform>
  1169. </DeployClass>
  1170. <DeployClass Name="iPhone_Spotlight120">
  1171. <Platform Name="iOSDevice64">
  1172. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1173. <Operation>1</Operation>
  1174. </Platform>
  1175. <Platform Name="iOSSimARM64">
  1176. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. </DeployClass>
  1180. <DeployClass Name="iPhone_Spotlight80">
  1181. <Platform Name="iOSDevice64">
  1182. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1183. <Operation>1</Operation>
  1184. </Platform>
  1185. <Platform Name="iOSSimARM64">
  1186. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1187. <Operation>1</Operation>
  1188. </Platform>
  1189. </DeployClass>
  1190. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1191. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1192. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1193. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1194. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1195. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1196. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1197. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1198. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1199. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1200. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1201. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1202. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1203. </Deployment>
  1204. </BorlandProject>
  1205. <ProjectFileVersion>12</ProjectFileVersion>
  1206. </ProjectExtensions>
  1207. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1208. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1209. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1210. </Project>