HTFPackD.dproj 54 KB

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