IntensityMeshD.dproj 54 KB

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