FireMonkeyDemo.dproj 107 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D9FDA707-8AE6-48DB-B22E-7D4E4CA7055B}</ProjectGuid>
  4. <ProjectVersion>20.1</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>FireMonkeyDemo.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>167955</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. <ProjectName Condition="'$(ProjectName)'==''">FireMonkeyDemo</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)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  28. <Base_OSX64>true</Base_OSX64>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
  33. <Base_OSXARM64>true</Base_OSXARM64>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  38. <Base_Win32>true</Base_Win32>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  43. <Base_Win64>true</Base_Win64>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  48. <Cfg_1>true</Cfg_1>
  49. <CfgParent>Base</CfgParent>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Cfg_1)'=='true') or '$(Cfg_1_Android)'!=''">
  53. <Cfg_1_Android>true</Cfg_1_Android>
  54. <CfgParent>Cfg_1</CfgParent>
  55. <Cfg_1>true</Cfg_1>
  56. <Base>true</Base>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Android64)'!=''">
  59. <Cfg_1_Android64>true</Cfg_1_Android64>
  60. <CfgParent>Cfg_1</CfgParent>
  61. <Cfg_1>true</Cfg_1>
  62. <Base>true</Base>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_1)'=='true') or '$(Cfg_1_OSX64)'!=''">
  65. <Cfg_1_OSX64>true</Cfg_1_OSX64>
  66. <CfgParent>Cfg_1</CfgParent>
  67. <Cfg_1>true</Cfg_1>
  68. <Base>true</Base>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_1)'=='true') or '$(Cfg_1_OSXARM64)'!=''">
  71. <Cfg_1_OSXARM64>true</Cfg_1_OSXARM64>
  72. <CfgParent>Cfg_1</CfgParent>
  73. <Cfg_1>true</Cfg_1>
  74. <Base>true</Base>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  77. <Cfg_1_Win32>true</Cfg_1_Win32>
  78. <CfgParent>Cfg_1</CfgParent>
  79. <Cfg_1>true</Cfg_1>
  80. <Base>true</Base>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  83. <Cfg_1_Win64>true</Cfg_1_Win64>
  84. <CfgParent>Cfg_1</CfgParent>
  85. <Cfg_1>true</Cfg_1>
  86. <Base>true</Base>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  89. <Cfg_2>true</Cfg_2>
  90. <CfgParent>Base</CfgParent>
  91. <Base>true</Base>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Cfg_2)'=='true') or '$(Cfg_2_Android)'!=''">
  94. <Cfg_2_Android>true</Cfg_2_Android>
  95. <CfgParent>Cfg_2</CfgParent>
  96. <Cfg_2>true</Cfg_2>
  97. <Base>true</Base>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Android64)'!=''">
  100. <Cfg_2_Android64>true</Cfg_2_Android64>
  101. <CfgParent>Cfg_2</CfgParent>
  102. <Cfg_2>true</Cfg_2>
  103. <Base>true</Base>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
  106. <Cfg_2_OSX64>true</Cfg_2_OSX64>
  107. <CfgParent>Cfg_2</CfgParent>
  108. <Cfg_2>true</Cfg_2>
  109. <Base>true</Base>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''">
  112. <Cfg_2_OSXARM64>true</Cfg_2_OSXARM64>
  113. <CfgParent>Cfg_2</CfgParent>
  114. <Cfg_2>true</Cfg_2>
  115. <Base>true</Base>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  118. <Cfg_2_Win32>true</Cfg_2_Win32>
  119. <CfgParent>Cfg_2</CfgParent>
  120. <Cfg_2>true</Cfg_2>
  121. <Base>true</Base>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  124. <Cfg_2_Win64>true</Cfg_2_Win64>
  125. <CfgParent>Cfg_2</CfgParent>
  126. <Cfg_2>true</Cfg_2>
  127. <Base>true</Base>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Base)'!=''">
  130. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  131. <SanitizedProjectName>FireMonkeyDemo</SanitizedProjectName>
  132. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0</VerInfo_Keys>
  133. <VerInfo_Locale>1033</VerInfo_Locale>
  134. <Manifest_File>None</Manifest_File>
  135. <DCC_Define>FULL_FEATURE_SET;$(DCC_Define)</DCC_Define>
  136. <DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extensions;..\..\..\Extensions\LibTiff;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  137. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  138. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  139. <DCC_DcuOutput>..\..\Bin\Dcu\$(Platform)\$(MSBuildProjectName)\$(Config)</DCC_DcuOutput>
  140. <DCC_ExeOutput>..\..\Bin</DCC_ExeOutput>
  141. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  142. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  143. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  144. <AUP_CAMERA>true</AUP_CAMERA>
  145. <AUP_INTERNET>true</AUP_INTERNET>
  146. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  147. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  148. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  149. <EL_ReadOnlyFileDialog>true</EL_ReadOnlyFileDialog>
  150. <IOSTransportSecFeat>false</IOSTransportSecFeat>
  151. <EL_ReadWriteFileDialog>true</EL_ReadWriteFileDialog>
  152. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  153. <ImageDebugInfo>true</ImageDebugInfo>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Base_Android)'!=''">
  156. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  157. <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>
  158. <BT_BuildType>Debug</BT_BuildType>
  159. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  160. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  161. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  162. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  163. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  164. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  165. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  166. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  167. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  168. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  169. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  170. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  171. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  172. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  173. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  174. <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>
  175. </PropertyGroup>
  176. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  177. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  178. <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>
  179. <BT_BuildType>Debug</BT_BuildType>
  180. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  181. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  182. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  183. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  184. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  185. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  186. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  187. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  188. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  189. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  190. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  191. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  192. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  193. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  194. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  195. <EnabledSysJars>activity-1.1.0.dex.jar;annotation-1.2.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;asynclayoutinflater-1.0.0.dex.jar;billing-4.0.0.dex.jar;biometric-1.1.0.dex.jar;browser-1.0.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;coordinatorlayout-1.0.0.dex.jar;core-1.5.0-rc02.dex.jar;core-common-2.1.0.dex.jar;core-runtime-2.1.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;firebase-annotations-16.0.0.dex.jar;firebase-common-20.0.0.dex.jar;firebase-components-17.0.0.dex.jar;firebase-datatransport-18.0.0.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.0.0.dex.jar;firebase-installations-interop-17.0.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-22.0.0.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;legacy-support-core-ui-1.0.0.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.2.0.dex.jar;lifecycle-livedata-2.0.0.dex.jar;lifecycle-livedata-core-2.2.0.dex.jar;lifecycle-runtime-2.2.0.dex.jar;lifecycle-service-2.0.0.dex.jar;lifecycle-viewmodel-2.2.0.dex.jar;lifecycle-viewmodel-savedstate-2.2.0.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;play-services-ads-20.1.0.dex.jar;play-services-ads-base-20.1.0.dex.jar;play-services-ads-identifier-17.0.0.dex.jar;play-services-ads-lite-20.1.0.dex.jar;play-services-base-17.5.0.dex.jar;play-services-basement-17.6.0.dex.jar;play-services-cloud-messaging-16.0.0.dex.jar;play-services-drive-17.0.0.dex.jar;play-services-games-21.0.0.dex.jar;play-services-location-18.0.0.dex.jar;play-services-maps-17.0.1.dex.jar;play-services-measurement-base-18.0.0.dex.jar;play-services-measurement-sdk-api-18.0.0.dex.jar;play-services-places-placereport-17.0.0.dex.jar;play-services-stats-17.0.0.dex.jar;play-services-tasks-17.2.0.dex.jar;print-1.0.0.dex.jar;room-common-2.1.0.dex.jar;room-runtime-2.1.0.dex.jar;savedstate-1.0.0.dex.jar;slidingpanelayout-1.0.0.dex.jar;sqlite-2.0.1.dex.jar;sqlite-framework-2.0.1.dex.jar;swiperefreshlayout-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.0.0.dex.jar;transport-runtime-3.0.0.dex.jar;user-messaging-platform-1.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.1.0.dex.jar</EnabledSysJars>
  196. <VerInfo_Build>1</VerInfo_Build>
  197. <Android_NotificationAccentColor>#000000</Android_NotificationAccentColor>
  198. <AUP_ACCESS_FINE_LOCATION>false</AUP_ACCESS_FINE_LOCATION>
  199. <AUP_ACCESS_COARSE_LOCATION>false</AUP_ACCESS_COARSE_LOCATION>
  200. <AUP_CAMERA>false</AUP_CAMERA>
  201. <AUP_CALL_PHONE>false</AUP_CALL_PHONE>
  202. <AUP_READ_PHONE_STATE>false</AUP_READ_PHONE_STATE>
  203. <EL_SecureFileSharing>true</EL_SecureFileSharing>
  204. </PropertyGroup>
  205. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  206. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  207. <BT_BuildType>Debug</BT_BuildType>
  208. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  209. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  210. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  211. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  212. </PropertyGroup>
  213. <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
  214. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  215. <BT_BuildType>Debug</BT_BuildType>
  216. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  217. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  218. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  219. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  222. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  223. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  224. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  225. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  226. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  227. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  228. </PropertyGroup>
  229. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  230. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  231. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  232. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  233. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  234. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  235. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  236. </PropertyGroup>
  237. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  238. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  239. <DCC_Optimize>false</DCC_Optimize>
  240. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  241. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  242. <DCC_RangeChecking>true</DCC_RangeChecking>
  243. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  244. </PropertyGroup>
  245. <PropertyGroup Condition="'$(Cfg_1_Android)'!=''">
  246. <VerInfo_Build>1</VerInfo_Build>
  247. <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>
  248. <Android_NotificationAccentColor>#000000</Android_NotificationAccentColor>
  249. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  250. </PropertyGroup>
  251. <PropertyGroup Condition="'$(Cfg_1_Android64)'!=''">
  252. <VerInfo_Build>1</VerInfo_Build>
  253. <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>
  254. <Android_NotificationAccentColor>#000000</Android_NotificationAccentColor>
  255. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  256. </PropertyGroup>
  257. <PropertyGroup Condition="'$(Cfg_1_OSX64)'!=''">
  258. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  259. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  260. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  261. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  262. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  263. </PropertyGroup>
  264. <PropertyGroup Condition="'$(Cfg_1_OSXARM64)'!=''">
  265. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  266. <Cfg_1>true</Cfg_1>
  267. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  268. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  269. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  270. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  271. </PropertyGroup>
  272. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  273. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  274. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Last Compile=2013-10-23 22:56;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  275. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  276. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  277. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  278. <BT_BuildType>Debug</BT_BuildType>
  279. </PropertyGroup>
  280. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  281. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  282. <BT_BuildType>Debug</BT_BuildType>
  283. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  284. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  285. </PropertyGroup>
  286. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  287. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  288. </PropertyGroup>
  289. <PropertyGroup Condition="'$(Cfg_2_Android)'!=''">
  290. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  291. <VerInfo_Build>1</VerInfo_Build>
  292. <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>
  293. <Android_NotificationAccentColor>#000000</Android_NotificationAccentColor>
  294. </PropertyGroup>
  295. <PropertyGroup Condition="'$(Cfg_2_Android64)'!=''">
  296. <DCC_ExeOutput>Deploy</DCC_ExeOutput>
  297. <VerInfo_Build>1</VerInfo_Build>
  298. <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>
  299. <Android_NotificationAccentColor>#000000</Android_NotificationAccentColor>
  300. </PropertyGroup>
  301. <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
  302. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  303. </PropertyGroup>
  304. <PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''">
  305. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  306. <Cfg_2>true</Cfg_2>
  307. </PropertyGroup>
  308. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  309. <BT_BuildType>Debug</BT_BuildType>
  310. </PropertyGroup>
  311. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  312. <BT_BuildType>Debug</BT_BuildType>
  313. <Icon_MainIcon>..\..\Data\Imaging.ico</Icon_MainIcon>
  314. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  315. </PropertyGroup>
  316. <ItemGroup>
  317. <DelphiCompile Include="$(MainSource)">
  318. <MainSource>MainSource</MainSource>
  319. </DelphiCompile>
  320. <DCCReference Include="..\Common\DemoUtils.pas"/>
  321. <DCCReference Include="MainForm.pas">
  322. <Form>FormMain</Form>
  323. </DCCReference>
  324. <DCCReference Include="AboutForm.pas">
  325. <Form>FormAbout</Form>
  326. </DCCReference>
  327. <DCCReference Include="..\..\..\Source\Imaging.pas"/>
  328. <DCCReference Include="..\..\..\Source\ImagingTypes.pas"/>
  329. <DCCReference Include="..\..\..\Source\ImagingCanvases.pas"/>
  330. <DCCReference Include="..\..\..\Source\ImagingClasses.pas"/>
  331. <DCCReference Include="..\..\..\Source\ImagingFormats.pas"/>
  332. <DCCReference Include="..\..\..\Source\ImagingIO.pas"/>
  333. <DCCReference Include="..\..\..\Source\ImagingUtility.pas"/>
  334. <DCCReference Include="..\..\..\Extensions\ImagingFmx.pas"/>
  335. <RcItem Include="..\..\Data\Logo.png">
  336. <ResourceType>RCDATA</ResourceType>
  337. <ResourceId>LOGO</ResourceId>
  338. </RcItem>
  339. <BuildConfiguration Include="Base">
  340. <Key>Base</Key>
  341. </BuildConfiguration>
  342. <BuildConfiguration Include="Debug">
  343. <Key>Cfg_1</Key>
  344. <CfgParent>Base</CfgParent>
  345. </BuildConfiguration>
  346. <BuildConfiguration Include="Release">
  347. <Key>Cfg_2</Key>
  348. <CfgParent>Base</CfgParent>
  349. </BuildConfiguration>
  350. </ItemGroup>
  351. <ProjectExtensions>
  352. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  353. <Borland.ProjectType/>
  354. <BorlandProject>
  355. <Delphi.Personality>
  356. <Source>
  357. <Source Name="MainSource">FireMonkeyDemo.dpr</Source>
  358. </Source>
  359. <Excluded_Packages>
  360. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  361. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  362. </Excluded_Packages>
  363. </Delphi.Personality>
  364. <Deployment Version="4">
  365. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"/>
  366. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  367. <Platform Name="iOSSimulator">
  368. <Overwrite>true</Overwrite>
  369. </Platform>
  370. </DeployFile>
  371. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  372. <Platform Name="iOSSimulator">
  373. <Overwrite>true</Overwrite>
  374. </Platform>
  375. </DeployFile>
  376. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  377. <Platform Name="OSX32">
  378. <Overwrite>true</Overwrite>
  379. </Platform>
  380. </DeployFile>
  381. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144"/>
  382. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  383. <Platform Name="Android">
  384. <RemoteName>ic_launcher.png</RemoteName>
  385. <Overwrite>true</Overwrite>
  386. </Platform>
  387. </DeployFile>
  388. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  389. <Platform Name="Android64">
  390. <RemoteName>ic_launcher.png</RemoteName>
  391. <Overwrite>true</Overwrite>
  392. </Platform>
  393. </DeployFile>
  394. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Release" Class="Android_LauncherIcon144"/>
  395. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png" Configuration="Debug" Class="Android_LauncherIcon192"/>
  396. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png" Configuration="Debug" Class="Android_LauncherIcon192">
  397. <Platform Name="Android">
  398. <RemoteName>ic_launcher.png</RemoteName>
  399. <Overwrite>true</Overwrite>
  400. </Platform>
  401. </DeployFile>
  402. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png" Configuration="Debug" Class="Android_LauncherIcon192">
  403. <Platform Name="Android64">
  404. <RemoteName>ic_launcher.png</RemoteName>
  405. <Overwrite>true</Overwrite>
  406. </Platform>
  407. </DeployFile>
  408. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png" Configuration="Release" Class="Android_LauncherIcon192"/>
  409. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36"/>
  410. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  411. <Platform Name="Android">
  412. <RemoteName>ic_launcher.png</RemoteName>
  413. <Overwrite>true</Overwrite>
  414. </Platform>
  415. </DeployFile>
  416. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  417. <Platform Name="Android64">
  418. <RemoteName>ic_launcher.png</RemoteName>
  419. <Overwrite>true</Overwrite>
  420. </Platform>
  421. </DeployFile>
  422. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Release" Class="Android_LauncherIcon36"/>
  423. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48"/>
  424. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  425. <Platform Name="Android">
  426. <RemoteName>ic_launcher.png</RemoteName>
  427. <Overwrite>true</Overwrite>
  428. </Platform>
  429. </DeployFile>
  430. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  431. <Platform Name="Android64">
  432. <RemoteName>ic_launcher.png</RemoteName>
  433. <Overwrite>true</Overwrite>
  434. </Platform>
  435. </DeployFile>
  436. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Release" Class="Android_LauncherIcon48"/>
  437. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72"/>
  438. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  439. <Platform Name="Android">
  440. <RemoteName>ic_launcher.png</RemoteName>
  441. <Overwrite>true</Overwrite>
  442. </Platform>
  443. </DeployFile>
  444. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  445. <Platform Name="Android64">
  446. <RemoteName>ic_launcher.png</RemoteName>
  447. <Overwrite>true</Overwrite>
  448. </Platform>
  449. </DeployFile>
  450. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Release" Class="Android_LauncherIcon72"/>
  451. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96"/>
  452. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  453. <Platform Name="Android">
  454. <RemoteName>ic_launcher.png</RemoteName>
  455. <Overwrite>true</Overwrite>
  456. </Platform>
  457. </DeployFile>
  458. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  459. <Platform Name="Android64">
  460. <RemoteName>ic_launcher.png</RemoteName>
  461. <Overwrite>true</Overwrite>
  462. </Platform>
  463. </DeployFile>
  464. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Release" Class="Android_LauncherIcon96"/>
  465. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Debug" Class="Android_NotificationIcon24"/>
  466. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Debug" Class="Android_NotificationIcon24">
  467. <Platform Name="Android">
  468. <RemoteName>ic_notification.png</RemoteName>
  469. <Overwrite>true</Overwrite>
  470. </Platform>
  471. </DeployFile>
  472. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Debug" Class="Android_NotificationIcon24">
  473. <Platform Name="Android64">
  474. <RemoteName>ic_notification.png</RemoteName>
  475. <Overwrite>true</Overwrite>
  476. </Platform>
  477. </DeployFile>
  478. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Release" Class="Android_NotificationIcon24"/>
  479. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Debug" Class="Android_NotificationIcon36"/>
  480. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Debug" Class="Android_NotificationIcon36">
  481. <Platform Name="Android">
  482. <RemoteName>ic_notification.png</RemoteName>
  483. <Overwrite>true</Overwrite>
  484. </Platform>
  485. </DeployFile>
  486. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Debug" Class="Android_NotificationIcon36">
  487. <Platform Name="Android64">
  488. <RemoteName>ic_notification.png</RemoteName>
  489. <Overwrite>true</Overwrite>
  490. </Platform>
  491. </DeployFile>
  492. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Release" Class="Android_NotificationIcon36"/>
  493. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Configuration="Debug" Class="Android_NotificationIcon48"/>
  494. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Configuration="Debug" Class="Android_NotificationIcon48">
  495. <Platform Name="Android">
  496. <RemoteName>ic_notification.png</RemoteName>
  497. <Overwrite>true</Overwrite>
  498. </Platform>
  499. </DeployFile>
  500. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Configuration="Debug" Class="Android_NotificationIcon48">
  501. <Platform Name="Android64">
  502. <RemoteName>ic_notification.png</RemoteName>
  503. <Overwrite>true</Overwrite>
  504. </Platform>
  505. </DeployFile>
  506. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Configuration="Release" Class="Android_NotificationIcon48"/>
  507. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Debug" Class="Android_NotificationIcon72"/>
  508. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Debug" Class="Android_NotificationIcon72">
  509. <Platform Name="Android">
  510. <RemoteName>ic_notification.png</RemoteName>
  511. <Overwrite>true</Overwrite>
  512. </Platform>
  513. </DeployFile>
  514. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Debug" Class="Android_NotificationIcon72">
  515. <Platform Name="Android64">
  516. <RemoteName>ic_notification.png</RemoteName>
  517. <Overwrite>true</Overwrite>
  518. </Platform>
  519. </DeployFile>
  520. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Release" Class="Android_NotificationIcon72"/>
  521. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png" Configuration="Debug" Class="Android_NotificationIcon96"/>
  522. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png" Configuration="Debug" Class="Android_NotificationIcon96">
  523. <Platform Name="Android">
  524. <RemoteName>ic_notification.png</RemoteName>
  525. <Overwrite>true</Overwrite>
  526. </Platform>
  527. </DeployFile>
  528. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png" Configuration="Debug" Class="Android_NotificationIcon96">
  529. <Platform Name="Android64">
  530. <RemoteName>ic_notification.png</RemoteName>
  531. <Overwrite>true</Overwrite>
  532. </Platform>
  533. </DeployFile>
  534. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png" Configuration="Release" Class="Android_NotificationIcon96"/>
  535. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426"/>
  536. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  537. <Platform Name="Android">
  538. <RemoteName>splash_image.png</RemoteName>
  539. <Overwrite>true</Overwrite>
  540. </Platform>
  541. </DeployFile>
  542. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  543. <Platform Name="Android64">
  544. <RemoteName>splash_image.png</RemoteName>
  545. <Overwrite>true</Overwrite>
  546. </Platform>
  547. </DeployFile>
  548. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Release" Class="Android_SplashImage426"/>
  549. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470"/>
  550. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  551. <Platform Name="Android">
  552. <RemoteName>splash_image.png</RemoteName>
  553. <Overwrite>true</Overwrite>
  554. </Platform>
  555. </DeployFile>
  556. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  557. <Platform Name="Android64">
  558. <RemoteName>splash_image.png</RemoteName>
  559. <Overwrite>true</Overwrite>
  560. </Platform>
  561. </DeployFile>
  562. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Release" Class="Android_SplashImage470"/>
  563. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640"/>
  564. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  565. <Platform Name="Android">
  566. <RemoteName>splash_image.png</RemoteName>
  567. <Overwrite>true</Overwrite>
  568. </Platform>
  569. </DeployFile>
  570. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  571. <Platform Name="Android64">
  572. <RemoteName>splash_image.png</RemoteName>
  573. <Overwrite>true</Overwrite>
  574. </Platform>
  575. </DeployFile>
  576. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Release" Class="Android_SplashImage640"/>
  577. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960"/>
  578. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  579. <Platform Name="Android">
  580. <RemoteName>splash_image.png</RemoteName>
  581. <Overwrite>true</Overwrite>
  582. </Platform>
  583. </DeployFile>
  584. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  585. <Platform Name="Android64">
  586. <RemoteName>splash_image.png</RemoteName>
  587. <Overwrite>true</Overwrite>
  588. </Platform>
  589. </DeployFile>
  590. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Release" Class="Android_SplashImage960"/>
  591. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource"/>
  592. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi-v7a\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiv7aFile"/>
  593. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi-v7a\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiv7aFile">
  594. <Platform Name="Android64">
  595. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  596. <Overwrite>true</Overwrite>
  597. </Platform>
  598. </DeployFile>
  599. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile"/>
  600. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  601. <Platform Name="Android">
  602. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  603. <Overwrite>true</Overwrite>
  604. </Platform>
  605. </DeployFile>
  606. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  607. <Platform Name="Android64">
  608. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  609. <Overwrite>true</Overwrite>
  610. </Platform>
  611. </DeployFile>
  612. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeArmeabiFile"/>
  613. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile"/>
  614. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  615. <Platform Name="Android">
  616. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  617. <Overwrite>true</Overwrite>
  618. </Platform>
  619. </DeployFile>
  620. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  621. <Platform Name="Android64">
  622. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  623. <Overwrite>true</Overwrite>
  624. </Platform>
  625. </DeployFile>
  626. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeMipsFile"/>
  627. <DeployFile LocalName="..\..\Bin\FireMonkeyDemo.exe" Configuration="Debug" Class="ProjectOutput">
  628. <Platform Name="Win64">
  629. <RemoteName>FireMonkeyDemo.exe</RemoteName>
  630. <Overwrite>true</Overwrite>
  631. </Platform>
  632. </DeployFile>
  633. <DeployFile LocalName="..\..\Bin\FireMonkeyDemo.exe" Configuration="Release" Class="ProjectOutput">
  634. <Platform Name="Win64">
  635. <RemoteName>FireMonkeyDemo.exe</RemoteName>
  636. <Overwrite>true</Overwrite>
  637. </Platform>
  638. </DeployFile>
  639. <DeployFile LocalName="..\..\Bin\FireMonkeyDemo.icns" Configuration="Debug" Class="ProjectOSXResource"/>
  640. <DeployFile LocalName="..\..\Bin\FireMonkeyDemo.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList"/>
  641. <DeployFile LocalName="..\..\Bin\FireMonkeyDemo" Configuration="Debug" Class="ProjectOutput"/>
  642. <DeployFile LocalName="..\..\Data\Logo.png" Configuration="Release" Class="ProjectFile">
  643. <Platform Name="Win64">
  644. <RemoteDir>.\</RemoteDir>
  645. <Overwrite>true</Overwrite>
  646. </Platform>
  647. </DeployFile>
  648. <DeployFile LocalName="Deploy\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest"/>
  649. <DeployFile LocalName="Deploy\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  650. <Platform Name="Android">
  651. <Overwrite>true</Overwrite>
  652. </Platform>
  653. </DeployFile>
  654. <DeployFile LocalName="Deploy\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  655. <Platform Name="Android64">
  656. <Overwrite>true</Overwrite>
  657. </Platform>
  658. </DeployFile>
  659. <DeployFile LocalName="Deploy\AndroidManifest.xml" Configuration="Release" Class="ProjectAndroidManifest"/>
  660. <DeployFile LocalName="Deploy\FireMonkeyDemo.classes" Configuration="Debug" Class="AndroidClasses">
  661. <Platform Name="Android">
  662. <Operation>64</Operation>
  663. <Overwrite>true</Overwrite>
  664. </Platform>
  665. </DeployFile>
  666. <DeployFile LocalName="Deploy\FireMonkeyDemo.classes" Configuration="Debug" Class="AndroidClasses">
  667. <Platform Name="Android64">
  668. <Operation>64</Operation>
  669. <Overwrite>true</Overwrite>
  670. </Platform>
  671. </DeployFile>
  672. <DeployFile LocalName="Deploy\FireMonkeyDemo.dSYM" Configuration="Debug" Class="ProjectOSXDebug"/>
  673. <DeployFile LocalName="Deploy\FireMonkeyDemo.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements"/>
  674. <DeployFile LocalName="Deploy\FireMonkeyDemo.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList"/>
  675. <DeployFile LocalName="Deploy\FireMonkeyDemo" Configuration="Debug" Class="ProjectOutput"/>
  676. <DeployFile LocalName="Deploy\colors-night-v21.xml" Configuration="Debug" Class="Android_ColorsDark">
  677. <Platform Name="Android">
  678. <RemoteName>colors.xml</RemoteName>
  679. <Overwrite>true</Overwrite>
  680. </Platform>
  681. </DeployFile>
  682. <DeployFile LocalName="Deploy\colors.xml" Configuration="Debug" Class="Android_Colors"/>
  683. <DeployFile LocalName="Deploy\colors.xml" Configuration="Debug" Class="Android_Colors">
  684. <Platform Name="Android">
  685. <Overwrite>true</Overwrite>
  686. </Platform>
  687. </DeployFile>
  688. <DeployFile LocalName="Deploy\colors.xml" Configuration="Debug" Class="Android_Colors">
  689. <Platform Name="Android64">
  690. <Overwrite>true</Overwrite>
  691. </Platform>
  692. </DeployFile>
  693. <DeployFile LocalName="Deploy\colors.xml" Configuration="Release" Class="Android_Colors"/>
  694. <DeployFile LocalName="Deploy\libFireMonkeyDemo.so" Configuration="Debug" Class="ProjectOutput"/>
  695. <DeployFile LocalName="Deploy\libFireMonkeyDemo.so" Configuration="Debug" Class="ProjectOutput">
  696. <Platform Name="Android">
  697. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  698. <Overwrite>true</Overwrite>
  699. </Platform>
  700. </DeployFile>
  701. <DeployFile LocalName="Deploy\libFireMonkeyDemo.so" Configuration="Debug" Class="ProjectOutput">
  702. <Platform Name="Android64">
  703. <RemoteName>libFireMonkeyDemo.so</RemoteName>
  704. <Overwrite>true</Overwrite>
  705. </Platform>
  706. </DeployFile>
  707. <DeployFile LocalName="Deploy\libFireMonkeyDemo.so" Configuration="Release" Class="ProjectOutput"/>
  708. <DeployFile LocalName="Deploy\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef"/>
  709. <DeployFile LocalName="Deploy\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
  710. <Platform Name="Android">
  711. <Overwrite>true</Overwrite>
  712. </Platform>
  713. </DeployFile>
  714. <DeployFile LocalName="Deploy\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
  715. <Platform Name="Android64">
  716. <Overwrite>true</Overwrite>
  717. </Platform>
  718. </DeployFile>
  719. <DeployFile LocalName="Deploy\splash_image_def.xml" Configuration="Release" Class="AndroidSplashImageDef"/>
  720. <DeployFile LocalName="Deploy\strings.xml" Configuration="Debug" Class="Android_Strings"/>
  721. <DeployFile LocalName="Deploy\strings.xml" Configuration="Debug" Class="Android_Strings">
  722. <Platform Name="Android">
  723. <Overwrite>true</Overwrite>
  724. </Platform>
  725. </DeployFile>
  726. <DeployFile LocalName="Deploy\strings.xml" Configuration="Debug" Class="Android_Strings">
  727. <Platform Name="Android64">
  728. <Overwrite>true</Overwrite>
  729. </Platform>
  730. </DeployFile>
  731. <DeployFile LocalName="Deploy\strings.xml" Configuration="Release" Class="Android_Strings"/>
  732. <DeployFile LocalName="Deploy\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21"/>
  733. <DeployFile LocalName="Deploy\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21">
  734. <Platform Name="Android">
  735. <RemoteName>styles.xml</RemoteName>
  736. <Overwrite>true</Overwrite>
  737. </Platform>
  738. </DeployFile>
  739. <DeployFile LocalName="Deploy\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21">
  740. <Platform Name="Android64">
  741. <RemoteName>styles.xml</RemoteName>
  742. <Overwrite>true</Overwrite>
  743. </Platform>
  744. </DeployFile>
  745. <DeployFile LocalName="Deploy\styles-v21.xml" Configuration="Release" Class="AndroidSplashStylesV21"/>
  746. <DeployFile LocalName="Deploy\styles.xml" Configuration="Debug" Class="AndroidSplashStyles"/>
  747. <DeployFile LocalName="Deploy\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
  748. <Platform Name="Android">
  749. <Overwrite>true</Overwrite>
  750. </Platform>
  751. </DeployFile>
  752. <DeployFile LocalName="Deploy\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
  753. <Platform Name="Android64">
  754. <Overwrite>true</Overwrite>
  755. </Platform>
  756. </DeployFile>
  757. <DeployFile LocalName="Deploy\styles.xml" Configuration="Release" Class="AndroidSplashStyles"/>
  758. <DeployClass Name="AdditionalDebugSymbols">
  759. <Platform Name="iOSSimulator">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="OSX32">
  763. <RemoteDir>Contents\MacOS</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="Win32">
  767. <Operation>0</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="AndroidClasses">
  771. <Platform Name="Android">
  772. <RemoteDir>classes</RemoteDir>
  773. <Operation>64</Operation>
  774. </Platform>
  775. <Platform Name="Android64">
  776. <RemoteDir>classes</RemoteDir>
  777. <Operation>64</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="AndroidFileProvider">
  781. <Platform Name="Android">
  782. <RemoteDir>res\xml</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="Android64">
  786. <RemoteDir>res\xml</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="AndroidGDBServer">
  791. <Platform Name="Android">
  792. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="AndroidLibnativeArmeabiFile">
  797. <Platform Name="Android">
  798. <RemoteDir>library\lib\armeabi</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="Android64">
  802. <RemoteDir>library\lib\armeabi</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  807. <Platform Name="Android64">
  808. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. </DeployClass>
  812. <DeployClass Name="AndroidLibnativeMipsFile">
  813. <Platform Name="Android">
  814. <RemoteDir>library\lib\mips</RemoteDir>
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="Android64">
  818. <RemoteDir>library\lib\mips</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="AndroidServiceOutput">
  823. <Platform Name="Android">
  824. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="Android64">
  828. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. </DeployClass>
  832. <DeployClass Name="AndroidServiceOutput_Android32">
  833. <Platform Name="Android64">
  834. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="AndroidSplashImageDef">
  839. <Platform Name="Android">
  840. <RemoteDir>res\drawable</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="Android64">
  844. <RemoteDir>res\drawable</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="AndroidSplashImageDefV21">
  849. <Platform Name="Android">
  850. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="Android64">
  854. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="AndroidSplashStyles">
  859. <Platform Name="Android">
  860. <RemoteDir>res\values</RemoteDir>
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="Android64">
  864. <RemoteDir>res\values</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. </DeployClass>
  868. <DeployClass Name="AndroidSplashStylesV21">
  869. <Platform Name="Android">
  870. <RemoteDir>res\values-v21</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="Android64">
  874. <RemoteDir>res\values-v21</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. </DeployClass>
  878. <DeployClass Name="AndroidSplashStylesV31">
  879. <Platform Name="Android">
  880. <RemoteDir>res\values-v31</RemoteDir>
  881. <Operation>1</Operation>
  882. </Platform>
  883. <Platform Name="Android64">
  884. <RemoteDir>res\values-v31</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="Android_AdaptiveIcon">
  889. <Platform Name="Android">
  890. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="Android64">
  894. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. </DeployClass>
  898. <DeployClass Name="Android_AdaptiveIconBackground">
  899. <Platform Name="Android">
  900. <RemoteDir>res\drawable</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="Android64">
  904. <RemoteDir>res\drawable</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. </DeployClass>
  908. <DeployClass Name="Android_AdaptiveIconForeground">
  909. <Platform Name="Android">
  910. <RemoteDir>res\drawable</RemoteDir>
  911. <Operation>1</Operation>
  912. </Platform>
  913. <Platform Name="Android64">
  914. <RemoteDir>res\drawable</RemoteDir>
  915. <Operation>1</Operation>
  916. </Platform>
  917. </DeployClass>
  918. <DeployClass Name="Android_AdaptiveIconMonochrome">
  919. <Platform Name="Android">
  920. <RemoteDir>res\drawable</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="Android64">
  924. <RemoteDir>res\drawable</RemoteDir>
  925. <Operation>1</Operation>
  926. </Platform>
  927. </DeployClass>
  928. <DeployClass Name="Android_AdaptiveIconV33">
  929. <Platform Name="Android">
  930. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="Android64">
  934. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. </DeployClass>
  938. <DeployClass Name="Android_Colors">
  939. <Platform Name="Android">
  940. <RemoteDir>res\values</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="Android64">
  944. <RemoteDir>res\values</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. </DeployClass>
  948. <DeployClass Name="Android_ColorsDark">
  949. <Platform Name="Android">
  950. <RemoteDir>res\values-night-v21</RemoteDir>
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="Android64">
  954. <RemoteDir>res\values-night-v21</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="Android_DefaultAppIcon">
  959. <Platform Name="Android">
  960. <RemoteDir>res\drawable</RemoteDir>
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="Android64">
  964. <RemoteDir>res\drawable</RemoteDir>
  965. <Operation>1</Operation>
  966. </Platform>
  967. </DeployClass>
  968. <DeployClass Name="Android_LauncherIcon144">
  969. <Platform Name="Android">
  970. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="Android64">
  974. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="Android_LauncherIcon192">
  979. <Platform Name="Android">
  980. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="Android64">
  984. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  985. <Operation>1</Operation>
  986. </Platform>
  987. </DeployClass>
  988. <DeployClass Name="Android_LauncherIcon36">
  989. <Platform Name="Android">
  990. <RemoteDir>res\drawable-ldpi</RemoteDir>
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="Android64">
  994. <RemoteDir>res\drawable-ldpi</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. </DeployClass>
  998. <DeployClass Name="Android_LauncherIcon48">
  999. <Platform Name="Android">
  1000. <RemoteDir>res\drawable-mdpi</RemoteDir>
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="Android64">
  1004. <RemoteDir>res\drawable-mdpi</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. </DeployClass>
  1008. <DeployClass Name="Android_LauncherIcon72">
  1009. <Platform Name="Android">
  1010. <RemoteDir>res\drawable-hdpi</RemoteDir>
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. <Platform Name="Android64">
  1014. <RemoteDir>res\drawable-hdpi</RemoteDir>
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. </DeployClass>
  1018. <DeployClass Name="Android_LauncherIcon96">
  1019. <Platform Name="Android">
  1020. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. <Platform Name="Android64">
  1024. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. </DeployClass>
  1028. <DeployClass Name="Android_NotificationIcon24">
  1029. <Platform Name="Android">
  1030. <RemoteDir>res\drawable-mdpi</RemoteDir>
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="Android64">
  1034. <RemoteDir>res\drawable-mdpi</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. </DeployClass>
  1038. <DeployClass Name="Android_NotificationIcon36">
  1039. <Platform Name="Android">
  1040. <RemoteDir>res\drawable-hdpi</RemoteDir>
  1041. <Operation>1</Operation>
  1042. </Platform>
  1043. <Platform Name="Android64">
  1044. <RemoteDir>res\drawable-hdpi</RemoteDir>
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. </DeployClass>
  1048. <DeployClass Name="Android_NotificationIcon48">
  1049. <Platform Name="Android">
  1050. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. <Platform Name="Android64">
  1054. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. </DeployClass>
  1058. <DeployClass Name="Android_NotificationIcon72">
  1059. <Platform Name="Android">
  1060. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. <Platform Name="Android64">
  1064. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. </DeployClass>
  1068. <DeployClass Name="Android_NotificationIcon96">
  1069. <Platform Name="Android">
  1070. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. <Platform Name="Android64">
  1074. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. </DeployClass>
  1078. <DeployClass Name="Android_SplashImage426">
  1079. <Platform Name="Android">
  1080. <RemoteDir>res\drawable-small</RemoteDir>
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. <Platform Name="Android64">
  1084. <RemoteDir>res\drawable-small</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. </DeployClass>
  1088. <DeployClass Name="Android_SplashImage470">
  1089. <Platform Name="Android">
  1090. <RemoteDir>res\drawable-normal</RemoteDir>
  1091. <Operation>1</Operation>
  1092. </Platform>
  1093. <Platform Name="Android64">
  1094. <RemoteDir>res\drawable-normal</RemoteDir>
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. </DeployClass>
  1098. <DeployClass Name="Android_SplashImage640">
  1099. <Platform Name="Android">
  1100. <RemoteDir>res\drawable-large</RemoteDir>
  1101. <Operation>1</Operation>
  1102. </Platform>
  1103. <Platform Name="Android64">
  1104. <RemoteDir>res\drawable-large</RemoteDir>
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. </DeployClass>
  1108. <DeployClass Name="Android_SplashImage960">
  1109. <Platform Name="Android">
  1110. <RemoteDir>res\drawable-xlarge</RemoteDir>
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="Android64">
  1114. <RemoteDir>res\drawable-xlarge</RemoteDir>
  1115. <Operation>1</Operation>
  1116. </Platform>
  1117. </DeployClass>
  1118. <DeployClass Name="Android_Strings">
  1119. <Platform Name="Android">
  1120. <RemoteDir>res\values</RemoteDir>
  1121. <Operation>1</Operation>
  1122. </Platform>
  1123. <Platform Name="Android64">
  1124. <RemoteDir>res\values</RemoteDir>
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. </DeployClass>
  1128. <DeployClass Name="Android_VectorizedNotificationIcon">
  1129. <Platform Name="Android">
  1130. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  1131. <Operation>1</Operation>
  1132. </Platform>
  1133. <Platform Name="Android64">
  1134. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. </DeployClass>
  1138. <DeployClass Name="Android_VectorizedSplash">
  1139. <Platform Name="Android">
  1140. <RemoteDir>res\drawable</RemoteDir>
  1141. <Operation>1</Operation>
  1142. </Platform>
  1143. <Platform Name="Android64">
  1144. <RemoteDir>res\drawable</RemoteDir>
  1145. <Operation>1</Operation>
  1146. </Platform>
  1147. </DeployClass>
  1148. <DeployClass Name="Android_VectorizedSplashDark">
  1149. <Platform Name="Android">
  1150. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  1151. <Operation>1</Operation>
  1152. </Platform>
  1153. <Platform Name="Android64">
  1154. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. </DeployClass>
  1158. <DeployClass Name="Android_VectorizedSplashV31">
  1159. <Platform Name="Android">
  1160. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  1161. <Operation>1</Operation>
  1162. </Platform>
  1163. <Platform Name="Android64">
  1164. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  1165. <Operation>1</Operation>
  1166. </Platform>
  1167. </DeployClass>
  1168. <DeployClass Name="Android_VectorizedSplashV31Dark">
  1169. <Platform Name="Android">
  1170. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  1171. <Operation>1</Operation>
  1172. </Platform>
  1173. <Platform Name="Android64">
  1174. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  1175. <Operation>1</Operation>
  1176. </Platform>
  1177. </DeployClass>
  1178. <DeployClass Name="DebugSymbols">
  1179. <Platform Name="iOSSimulator">
  1180. <Operation>1</Operation>
  1181. </Platform>
  1182. <Platform Name="OSX32">
  1183. <RemoteDir>Contents\MacOS</RemoteDir>
  1184. <Operation>1</Operation>
  1185. </Platform>
  1186. <Platform Name="Win32">
  1187. <Operation>0</Operation>
  1188. </Platform>
  1189. </DeployClass>
  1190. <DeployClass Name="DependencyFramework">
  1191. <Platform Name="OSX32">
  1192. <RemoteDir>Contents\MacOS</RemoteDir>
  1193. <Operation>1</Operation>
  1194. <Extensions>.framework</Extensions>
  1195. </Platform>
  1196. <Platform Name="OSX64">
  1197. <RemoteDir>Contents\MacOS</RemoteDir>
  1198. <Operation>1</Operation>
  1199. <Extensions>.framework</Extensions>
  1200. </Platform>
  1201. <Platform Name="OSXARM64">
  1202. <RemoteDir>Contents\MacOS</RemoteDir>
  1203. <Operation>1</Operation>
  1204. <Extensions>.framework</Extensions>
  1205. </Platform>
  1206. <Platform Name="Win32">
  1207. <Operation>0</Operation>
  1208. </Platform>
  1209. </DeployClass>
  1210. <DeployClass Name="DependencyModule">
  1211. <Platform Name="iOSDevice32">
  1212. <Operation>1</Operation>
  1213. <Extensions>.dylib</Extensions>
  1214. </Platform>
  1215. <Platform Name="iOSDevice64">
  1216. <Operation>1</Operation>
  1217. <Extensions>.dylib</Extensions>
  1218. </Platform>
  1219. <Platform Name="iOSSimARM64">
  1220. <Operation>1</Operation>
  1221. <Extensions>.dylib</Extensions>
  1222. </Platform>
  1223. <Platform Name="OSX32">
  1224. <RemoteDir>Contents\MacOS</RemoteDir>
  1225. <Operation>1</Operation>
  1226. <Extensions>.dylib</Extensions>
  1227. </Platform>
  1228. <Platform Name="OSX64">
  1229. <RemoteDir>Contents\MacOS</RemoteDir>
  1230. <Operation>1</Operation>
  1231. <Extensions>.dylib</Extensions>
  1232. </Platform>
  1233. <Platform Name="OSXARM64">
  1234. <RemoteDir>Contents\MacOS</RemoteDir>
  1235. <Operation>1</Operation>
  1236. <Extensions>.dylib</Extensions>
  1237. </Platform>
  1238. <Platform Name="Win32">
  1239. <Operation>0</Operation>
  1240. <Extensions>.dll;.bpl</Extensions>
  1241. </Platform>
  1242. </DeployClass>
  1243. <DeployClass Required="true" Name="DependencyPackage">
  1244. <Platform Name="iOSDevice32">
  1245. <Operation>1</Operation>
  1246. <Extensions>.dylib</Extensions>
  1247. </Platform>
  1248. <Platform Name="iOSDevice64">
  1249. <Operation>1</Operation>
  1250. <Extensions>.dylib</Extensions>
  1251. </Platform>
  1252. <Platform Name="iOSSimARM64">
  1253. <Operation>1</Operation>
  1254. <Extensions>.dylib</Extensions>
  1255. </Platform>
  1256. <Platform Name="OSX32">
  1257. <RemoteDir>Contents\MacOS</RemoteDir>
  1258. <Operation>1</Operation>
  1259. <Extensions>.dylib</Extensions>
  1260. </Platform>
  1261. <Platform Name="OSX64">
  1262. <RemoteDir>Contents\MacOS</RemoteDir>
  1263. <Operation>1</Operation>
  1264. <Extensions>.dylib</Extensions>
  1265. </Platform>
  1266. <Platform Name="OSXARM64">
  1267. <RemoteDir>Contents\MacOS</RemoteDir>
  1268. <Operation>1</Operation>
  1269. <Extensions>.dylib</Extensions>
  1270. </Platform>
  1271. <Platform Name="Win32">
  1272. <Operation>0</Operation>
  1273. <Extensions>.bpl</Extensions>
  1274. </Platform>
  1275. </DeployClass>
  1276. <DeployClass Name="File">
  1277. <Platform Name="Android">
  1278. <Operation>0</Operation>
  1279. </Platform>
  1280. <Platform Name="Android64">
  1281. <Operation>0</Operation>
  1282. </Platform>
  1283. <Platform Name="iOSDevice32">
  1284. <Operation>0</Operation>
  1285. </Platform>
  1286. <Platform Name="iOSDevice64">
  1287. <Operation>0</Operation>
  1288. </Platform>
  1289. <Platform Name="iOSSimARM64">
  1290. <Operation>0</Operation>
  1291. </Platform>
  1292. <Platform Name="OSX32">
  1293. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1294. <Operation>0</Operation>
  1295. </Platform>
  1296. <Platform Name="OSX64">
  1297. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1298. <Operation>0</Operation>
  1299. </Platform>
  1300. <Platform Name="OSXARM64">
  1301. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1302. <Operation>0</Operation>
  1303. </Platform>
  1304. <Platform Name="Win32">
  1305. <Operation>0</Operation>
  1306. </Platform>
  1307. </DeployClass>
  1308. <DeployClass Name="ProjectAndroidManifest">
  1309. <Platform Name="Android">
  1310. <Operation>1</Operation>
  1311. </Platform>
  1312. <Platform Name="Android64">
  1313. <Operation>1</Operation>
  1314. </Platform>
  1315. </DeployClass>
  1316. <DeployClass Name="ProjectOSXDebug">
  1317. <Platform Name="OSX64">
  1318. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1319. <Operation>1</Operation>
  1320. </Platform>
  1321. <Platform Name="OSXARM64">
  1322. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1323. <Operation>1</Operation>
  1324. </Platform>
  1325. </DeployClass>
  1326. <DeployClass Name="ProjectOSXEntitlements">
  1327. <Platform Name="OSX32">
  1328. <RemoteDir>..\</RemoteDir>
  1329. <Operation>1</Operation>
  1330. </Platform>
  1331. <Platform Name="OSX64">
  1332. <RemoteDir>..\</RemoteDir>
  1333. <Operation>1</Operation>
  1334. </Platform>
  1335. <Platform Name="OSXARM64">
  1336. <RemoteDir>..\</RemoteDir>
  1337. <Operation>1</Operation>
  1338. </Platform>
  1339. </DeployClass>
  1340. <DeployClass Name="ProjectOSXInfoPList">
  1341. <Platform Name="OSX32">
  1342. <RemoteDir>Contents</RemoteDir>
  1343. <Operation>1</Operation>
  1344. </Platform>
  1345. <Platform Name="OSX64">
  1346. <RemoteDir>Contents</RemoteDir>
  1347. <Operation>1</Operation>
  1348. </Platform>
  1349. <Platform Name="OSXARM64">
  1350. <RemoteDir>Contents</RemoteDir>
  1351. <Operation>1</Operation>
  1352. </Platform>
  1353. </DeployClass>
  1354. <DeployClass Name="ProjectOSXResource">
  1355. <Platform Name="OSX32">
  1356. <RemoteDir>Contents\Resources</RemoteDir>
  1357. <Operation>1</Operation>
  1358. </Platform>
  1359. <Platform Name="OSX64">
  1360. <RemoteDir>Contents\Resources</RemoteDir>
  1361. <Operation>1</Operation>
  1362. </Platform>
  1363. <Platform Name="OSXARM64">
  1364. <RemoteDir>Contents\Resources</RemoteDir>
  1365. <Operation>1</Operation>
  1366. </Platform>
  1367. </DeployClass>
  1368. <DeployClass Required="true" Name="ProjectOutput">
  1369. <Platform Name="Android">
  1370. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1371. <Operation>1</Operation>
  1372. </Platform>
  1373. <Platform Name="Android64">
  1374. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1375. <Operation>1</Operation>
  1376. </Platform>
  1377. <Platform Name="iOSDevice32">
  1378. <Operation>1</Operation>
  1379. </Platform>
  1380. <Platform Name="iOSDevice64">
  1381. <Operation>1</Operation>
  1382. </Platform>
  1383. <Platform Name="iOSSimARM64">
  1384. <Operation>1</Operation>
  1385. </Platform>
  1386. <Platform Name="Linux64">
  1387. <Operation>1</Operation>
  1388. </Platform>
  1389. <Platform Name="OSX32">
  1390. <RemoteDir>Contents\MacOS</RemoteDir>
  1391. <Operation>1</Operation>
  1392. </Platform>
  1393. <Platform Name="OSX64">
  1394. <RemoteDir>Contents\MacOS</RemoteDir>
  1395. <Operation>1</Operation>
  1396. </Platform>
  1397. <Platform Name="OSXARM64">
  1398. <RemoteDir>Contents\MacOS</RemoteDir>
  1399. <Operation>1</Operation>
  1400. </Platform>
  1401. <Platform Name="Win32">
  1402. <Operation>0</Operation>
  1403. </Platform>
  1404. </DeployClass>
  1405. <DeployClass Name="ProjectOutput_Android32">
  1406. <Platform Name="Android64">
  1407. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1408. <Operation>1</Operation>
  1409. </Platform>
  1410. </DeployClass>
  1411. <DeployClass Name="ProjectUWPManifest">
  1412. <Platform Name="Win32">
  1413. <Operation>1</Operation>
  1414. </Platform>
  1415. <Platform Name="Win64">
  1416. <Operation>1</Operation>
  1417. </Platform>
  1418. <Platform Name="Win64x">
  1419. <Operation>1</Operation>
  1420. </Platform>
  1421. </DeployClass>
  1422. <DeployClass Name="ProjectiOSDeviceDebug">
  1423. <Platform Name="iOSDevice32">
  1424. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1425. <Operation>1</Operation>
  1426. </Platform>
  1427. <Platform Name="iOSDevice64">
  1428. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1429. <Operation>1</Operation>
  1430. </Platform>
  1431. <Platform Name="iOSSimARM64">
  1432. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1433. <Operation>1</Operation>
  1434. </Platform>
  1435. </DeployClass>
  1436. <DeployClass Name="ProjectiOSEntitlements">
  1437. <Platform Name="iOSDevice32">
  1438. <RemoteDir>..\</RemoteDir>
  1439. <Operation>1</Operation>
  1440. </Platform>
  1441. <Platform Name="iOSDevice64">
  1442. <RemoteDir>..\</RemoteDir>
  1443. <Operation>1</Operation>
  1444. </Platform>
  1445. <Platform Name="iOSSimARM64">
  1446. <RemoteDir>..\</RemoteDir>
  1447. <Operation>1</Operation>
  1448. </Platform>
  1449. </DeployClass>
  1450. <DeployClass Name="ProjectiOSInfoPList">
  1451. <Platform Name="iOSDevice32">
  1452. <Operation>1</Operation>
  1453. </Platform>
  1454. <Platform Name="iOSDevice64">
  1455. <Operation>1</Operation>
  1456. </Platform>
  1457. <Platform Name="iOSSimARM64">
  1458. <Operation>1</Operation>
  1459. </Platform>
  1460. </DeployClass>
  1461. <DeployClass Name="ProjectiOSLaunchScreen">
  1462. <Platform Name="iOSDevice64">
  1463. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1464. <Operation>64</Operation>
  1465. </Platform>
  1466. <Platform Name="iOSSimARM64">
  1467. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1468. <Operation>64</Operation>
  1469. </Platform>
  1470. </DeployClass>
  1471. <DeployClass Name="ProjectiOSResource">
  1472. <Platform Name="iOSDevice32">
  1473. <Operation>1</Operation>
  1474. </Platform>
  1475. <Platform Name="iOSDevice64">
  1476. <Operation>1</Operation>
  1477. </Platform>
  1478. <Platform Name="iOSSimARM64">
  1479. <Operation>1</Operation>
  1480. </Platform>
  1481. </DeployClass>
  1482. <DeployClass Name="UWP_DelphiLogo150">
  1483. <Platform Name="Win32">
  1484. <RemoteDir>Assets</RemoteDir>
  1485. <Operation>1</Operation>
  1486. </Platform>
  1487. <Platform Name="Win64">
  1488. <RemoteDir>Assets</RemoteDir>
  1489. <Operation>1</Operation>
  1490. </Platform>
  1491. </DeployClass>
  1492. <DeployClass Name="UWP_DelphiLogo44">
  1493. <Platform Name="Win32">
  1494. <RemoteDir>Assets</RemoteDir>
  1495. <Operation>1</Operation>
  1496. </Platform>
  1497. <Platform Name="Win64">
  1498. <RemoteDir>Assets</RemoteDir>
  1499. <Operation>1</Operation>
  1500. </Platform>
  1501. </DeployClass>
  1502. <DeployClass Name="iOS_AppStore1024">
  1503. <Platform Name="iOSDevice64">
  1504. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1505. <Operation>1</Operation>
  1506. </Platform>
  1507. <Platform Name="iOSSimARM64">
  1508. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1509. <Operation>1</Operation>
  1510. </Platform>
  1511. </DeployClass>
  1512. <DeployClass Name="iPad_AppIcon152">
  1513. <Platform Name="iOSDevice64">
  1514. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1515. <Operation>1</Operation>
  1516. </Platform>
  1517. <Platform Name="iOSSimARM64">
  1518. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1519. <Operation>1</Operation>
  1520. </Platform>
  1521. </DeployClass>
  1522. <DeployClass Name="iPad_AppIcon167">
  1523. <Platform Name="iOSDevice64">
  1524. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1525. <Operation>1</Operation>
  1526. </Platform>
  1527. <Platform Name="iOSSimARM64">
  1528. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1529. <Operation>1</Operation>
  1530. </Platform>
  1531. </DeployClass>
  1532. <DeployClass Name="iPad_Launch2x">
  1533. <Platform Name="iOSDevice64">
  1534. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1535. <Operation>1</Operation>
  1536. </Platform>
  1537. <Platform Name="iOSSimARM64">
  1538. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1539. <Operation>1</Operation>
  1540. </Platform>
  1541. </DeployClass>
  1542. <DeployClass Name="iPad_LaunchDark2x">
  1543. <Platform Name="iOSDevice64">
  1544. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1545. <Operation>1</Operation>
  1546. </Platform>
  1547. <Platform Name="iOSSimARM64">
  1548. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1549. <Operation>1</Operation>
  1550. </Platform>
  1551. </DeployClass>
  1552. <DeployClass Name="iPad_Notification40">
  1553. <Platform Name="iOSDevice64">
  1554. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1555. <Operation>1</Operation>
  1556. </Platform>
  1557. <Platform Name="iOSSimARM64">
  1558. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1559. <Operation>1</Operation>
  1560. </Platform>
  1561. </DeployClass>
  1562. <DeployClass Name="iPad_Setting58">
  1563. <Platform Name="iOSDevice64">
  1564. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1565. <Operation>1</Operation>
  1566. </Platform>
  1567. <Platform Name="iOSSimARM64">
  1568. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1569. <Operation>1</Operation>
  1570. </Platform>
  1571. </DeployClass>
  1572. <DeployClass Name="iPad_SpotLight80">
  1573. <Platform Name="iOSDevice64">
  1574. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1575. <Operation>1</Operation>
  1576. </Platform>
  1577. <Platform Name="iOSSimARM64">
  1578. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1579. <Operation>1</Operation>
  1580. </Platform>
  1581. </DeployClass>
  1582. <DeployClass Name="iPhone_AppIcon120">
  1583. <Platform Name="iOSDevice64">
  1584. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1585. <Operation>1</Operation>
  1586. </Platform>
  1587. <Platform Name="iOSSimARM64">
  1588. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1589. <Operation>1</Operation>
  1590. </Platform>
  1591. </DeployClass>
  1592. <DeployClass Name="iPhone_AppIcon180">
  1593. <Platform Name="iOSDevice64">
  1594. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1595. <Operation>1</Operation>
  1596. </Platform>
  1597. <Platform Name="iOSSimARM64">
  1598. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1599. <Operation>1</Operation>
  1600. </Platform>
  1601. </DeployClass>
  1602. <DeployClass Name="iPhone_Launch2x">
  1603. <Platform Name="iOSDevice64">
  1604. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1605. <Operation>1</Operation>
  1606. </Platform>
  1607. <Platform Name="iOSSimARM64">
  1608. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1609. <Operation>1</Operation>
  1610. </Platform>
  1611. </DeployClass>
  1612. <DeployClass Name="iPhone_Launch3x">
  1613. <Platform Name="iOSDevice64">
  1614. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1615. <Operation>1</Operation>
  1616. </Platform>
  1617. <Platform Name="iOSSimARM64">
  1618. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1619. <Operation>1</Operation>
  1620. </Platform>
  1621. </DeployClass>
  1622. <DeployClass Name="iPhone_LaunchDark2x">
  1623. <Platform Name="iOSDevice64">
  1624. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1625. <Operation>1</Operation>
  1626. </Platform>
  1627. <Platform Name="iOSSimARM64">
  1628. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1629. <Operation>1</Operation>
  1630. </Platform>
  1631. </DeployClass>
  1632. <DeployClass Name="iPhone_LaunchDark3x">
  1633. <Platform Name="iOSDevice64">
  1634. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1635. <Operation>1</Operation>
  1636. </Platform>
  1637. <Platform Name="iOSSimARM64">
  1638. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1639. <Operation>1</Operation>
  1640. </Platform>
  1641. </DeployClass>
  1642. <DeployClass Name="iPhone_Notification40">
  1643. <Platform Name="iOSDevice64">
  1644. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1645. <Operation>1</Operation>
  1646. </Platform>
  1647. <Platform Name="iOSSimARM64">
  1648. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1649. <Operation>1</Operation>
  1650. </Platform>
  1651. </DeployClass>
  1652. <DeployClass Name="iPhone_Notification60">
  1653. <Platform Name="iOSDevice64">
  1654. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1655. <Operation>1</Operation>
  1656. </Platform>
  1657. <Platform Name="iOSSimARM64">
  1658. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1659. <Operation>1</Operation>
  1660. </Platform>
  1661. </DeployClass>
  1662. <DeployClass Name="iPhone_Setting58">
  1663. <Platform Name="iOSDevice64">
  1664. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1665. <Operation>1</Operation>
  1666. </Platform>
  1667. <Platform Name="iOSSimARM64">
  1668. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1669. <Operation>1</Operation>
  1670. </Platform>
  1671. </DeployClass>
  1672. <DeployClass Name="iPhone_Setting87">
  1673. <Platform Name="iOSDevice64">
  1674. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1675. <Operation>1</Operation>
  1676. </Platform>
  1677. <Platform Name="iOSSimARM64">
  1678. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1679. <Operation>1</Operation>
  1680. </Platform>
  1681. </DeployClass>
  1682. <DeployClass Name="iPhone_Spotlight120">
  1683. <Platform Name="iOSDevice64">
  1684. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1685. <Operation>1</Operation>
  1686. </Platform>
  1687. <Platform Name="iOSSimARM64">
  1688. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1689. <Operation>1</Operation>
  1690. </Platform>
  1691. </DeployClass>
  1692. <DeployClass Name="iPhone_Spotlight80">
  1693. <Platform Name="iOSDevice64">
  1694. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1695. <Operation>1</Operation>
  1696. </Platform>
  1697. <Platform Name="iOSSimARM64">
  1698. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1699. <Operation>1</Operation>
  1700. </Platform>
  1701. </DeployClass>
  1702. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1703. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1704. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1705. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1706. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1707. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1708. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1709. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1710. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1711. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1712. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1713. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1714. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1715. </Deployment>
  1716. <Platforms>
  1717. <Platform value="Android">True</Platform>
  1718. <Platform value="Android64">True</Platform>
  1719. <Platform value="OSX64">True</Platform>
  1720. <Platform value="OSXARM64">True</Platform>
  1721. <Platform value="Win32">True</Platform>
  1722. <Platform value="Win64">True</Platform>
  1723. </Platforms>
  1724. <ModelSupport>False</ModelSupport>
  1725. </BorlandProject>
  1726. <ProjectFileVersion>12</ProjectFileVersion>
  1727. </ProjectExtensions>
  1728. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
  1729. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  1730. <Import Condition="Exists('$(MSBuildProjectName).deployproj')" Project="$(MSBuildProjectName).deployproj"/>
  1731. </Project>