SubdivideD.dproj 53 KB

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