KeymapD.dproj 53 KB

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