Clouds.dproj 70 KB

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