CgBlinnSheenD.dproj 54 KB

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