GLSViewerD.dproj 57 KB

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