GuidemoD.dproj 56 KB

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