Island.dproj 78 KB

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