Sailboat.dproj 73 KB

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