ArchipelagoD.dproj 56 KB

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