JoystickD.dproj 52 KB

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