TriangleBoxD.dproj 55 KB

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