HTFViewerD.dproj 53 KB

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