GLSViewerD.dproj 54 KB

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