ImGui_SDL2_OpenGL3_Demo.dproj 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{B77F45C3-3CEB-4E07-9F00-8AFFDA8F2C9C}</ProjectGuid>
  4. <MainSource>ImGui_SDL2_OpenGL3_Demo.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>2</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.1</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  17. <Base_iOSDevice64>true</Base_iOSDevice64>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Linux64' and '$(Base)'=='true') or '$(Base_Linux64)'!=''">
  22. <Base_Linux64>true</Base_Linux64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  27. <Base_OSX64>true</Base_OSX64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  32. <Base_Win32>true</Base_Win32>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  37. <Base_Win64>true</Base_Win64>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  42. <Cfg_1>true</Cfg_1>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  47. <Cfg_1_Win64>true</Cfg_1_Win64>
  48. <CfgParent>Cfg_1</CfgParent>
  49. <Cfg_1>true</Cfg_1>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  53. <Cfg_2>true</Cfg_2>
  54. <CfgParent>Base</CfgParent>
  55. <Base>true</Base>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  58. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  59. <CfgParent>Cfg_2</CfgParent>
  60. <Cfg_2>true</Cfg_2>
  61. <Base>true</Base>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
  64. <Cfg_2_OSX64>true</Cfg_2_OSX64>
  65. <CfgParent>Cfg_2</CfgParent>
  66. <Cfg_2>true</Cfg_2>
  67. <Base>true</Base>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''">
  70. <Cfg_2_OSXARM64>true</Cfg_2_OSXARM64>
  71. <CfgParent>Cfg_2</CfgParent>
  72. <Cfg_2>true</Cfg_2>
  73. <Base>true</Base>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  76. <Cfg_2_Win32>true</Cfg_2_Win32>
  77. <CfgParent>Cfg_2</CfgParent>
  78. <Cfg_2>true</Cfg_2>
  79. <Base>true</Base>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  82. <Cfg_2_Win64>true</Cfg_2_Win64>
  83. <CfgParent>Cfg_2</CfgParent>
  84. <Cfg_2>true</Cfg_2>
  85. <Base>true</Base>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Base)'!=''">
  88. <DCC_E>false</DCC_E>
  89. <DCC_F>false</DCC_F>
  90. <DCC_K>false</DCC_K>
  91. <DCC_N>false</DCC_N>
  92. <DCC_S>false</DCC_S>
  93. <DCC_ImageBase>00400000</DCC_ImageBase>
  94. <SanitizedProjectName>ImGui_SDL2_OpenGL3_Demo</SanitizedProjectName>
  95. <VerInfo_Locale>1033</VerInfo_Locale>
  96. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  97. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  98. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  99. <DCC_ExeOutput>.\</DCC_ExeOutput>
  100. <DCC_DcuOutput>.\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
  101. <DCC_UnitSearchPath>..\src;..\impl;..\OpenGL3;..\SDL2-for-Pascal\units;..\examples;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  104. <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Base_Linux64)'!=''">
  107. <DCC_ExeOutput>.\Linux64\</DCC_ExeOutput>
  108. <Debugger_Launcher>/usr/bin/gnome-terminal -- &quot;%debuggee%&quot;</Debugger_Launcher>
  109. <Manifest_File>(None)</Manifest_File>
  110. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  113. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  114. <Manifest_File>(None)</Manifest_File>
  115. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  118. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  119. <BT_BuildType>Debug</BT_BuildType>
  120. <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>
  121. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  122. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  123. <DCC_ExeOutput>.\Win32\</DCC_ExeOutput>
  124. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  125. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  128. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  129. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  130. <BT_BuildType>Debug</BT_BuildType>
  131. <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>
  132. <DCC_UnitSearchPath>..\libs\Delphi\win64;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  133. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  134. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  135. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  136. <DCC_ExeOutput>E:\github\Pascal-imGUI\ImGui-Pascal\PasImGui_SDL2_OpenGL3_Demo\Win64\</DCC_ExeOutput>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  139. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  140. <DCC_DebugInformation>0</DCC_DebugInformation>
  141. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  142. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  145. <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>
  146. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  149. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  150. <DCC_Optimize>false</DCC_Optimize>
  151. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  152. <DCC_RangeChecking>true</DCC_RangeChecking>
  153. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  156. <BT_BuildType>Debug</BT_BuildType>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
  159. <BT_BuildType>Debug</BT_BuildType>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''">
  162. <BT_BuildType>Debug</BT_BuildType>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  165. <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>
  166. <DCC_NXCompat>false</DCC_NXCompat>
  167. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  168. <DCC_LargeAddressAware>true</DCC_LargeAddressAware>
  169. <DCC_GenerateStackFrames>false</DCC_GenerateStackFrames>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  172. <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>
  173. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  174. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  175. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  176. <DCC_MinimumEnumSize>4</DCC_MinimumEnumSize>
  177. </PropertyGroup>
  178. <ItemGroup>
  179. <DelphiCompile Include="$(MainSource)">
  180. <MainSource>MainSource</MainSource>
  181. </DelphiCompile>
  182. <BuildConfiguration Include="Base">
  183. <Key>Base</Key>
  184. </BuildConfiguration>
  185. <BuildConfiguration Include="Release">
  186. <Key>Cfg_1</Key>
  187. <CfgParent>Base</CfgParent>
  188. </BuildConfiguration>
  189. <BuildConfiguration Include="Debug">
  190. <Key>Cfg_2</Key>
  191. <CfgParent>Base</CfgParent>
  192. </BuildConfiguration>
  193. </ItemGroup>
  194. <ProjectExtensions>
  195. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  196. <Borland.ProjectType/>
  197. <BorlandProject>
  198. <Delphi.Personality>
  199. <Source>
  200. <Source Name="MainSource">ImGui_SDL2_OpenGL3_Demo.dpr</Source>
  201. </Source>
  202. <Excluded_Packages/>
  203. </Delphi.Personality>
  204. <Platforms>
  205. <Platform value="iOSDevice64">False</Platform>
  206. <Platform value="iOSSimARM64">False</Platform>
  207. <Platform value="Linux64">False</Platform>
  208. <Platform value="OSX64">False</Platform>
  209. <Platform value="OSXARM64">False</Platform>
  210. <Platform value="Win32">False</Platform>
  211. <Platform value="Win64">True</Platform>
  212. </Platforms>
  213. <Deployment Version="4">
  214. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  215. <Platform Name="iOSSimulator">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  220. <Platform Name="iOSSimulator">
  221. <Overwrite>true</Overwrite>
  222. </Platform>
  223. </DeployFile>
  224. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  225. <Platform Name="OSX32">
  226. <Overwrite>true</Overwrite>
  227. </Platform>
  228. </DeployFile>
  229. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Debug" Class="UWP_DelphiLogo150">
  230. <Platform Name="Win32">
  231. <RemoteDir>Assets\</RemoteDir>
  232. <RemoteName>Logo150x150.png</RemoteName>
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Debug" Class="UWP_DelphiLogo150">
  237. <Platform Name="Win64">
  238. <RemoteDir>Assets\</RemoteDir>
  239. <RemoteName>Logo150x150.png</RemoteName>
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Debug" Class="UWP_DelphiLogo44">
  244. <Platform Name="Win32">
  245. <RemoteDir>Assets\</RemoteDir>
  246. <RemoteName>Logo44x44.png</RemoteName>
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Debug" Class="UWP_DelphiLogo44">
  251. <Platform Name="Win64">
  252. <RemoteDir>Assets\</RemoteDir>
  253. <RemoteName>Logo44x44.png</RemoteName>
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployClass Name="AdditionalDebugSymbols">
  258. <Platform Name="OSX32">
  259. <Operation>1</Operation>
  260. </Platform>
  261. <Platform Name="Win32">
  262. <Operation>0</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidClasses">
  266. <Platform Name="Android">
  267. <RemoteDir>classes</RemoteDir>
  268. <Operation>64</Operation>
  269. </Platform>
  270. <Platform Name="Android64">
  271. <RemoteDir>classes</RemoteDir>
  272. <Operation>64</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidFileProvider">
  276. <Platform Name="Android">
  277. <RemoteDir>res\xml</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="Android64">
  281. <RemoteDir>res\xml</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="AndroidLibnativeArmeabiFile">
  286. <Platform Name="Android">
  287. <RemoteDir>library\lib\armeabi</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Android64">
  291. <RemoteDir>library\lib\armeabi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  296. <Platform Name="Android64">
  297. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidLibnativeMipsFile">
  302. <Platform Name="Android">
  303. <RemoteDir>library\lib\mips</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="Android64">
  307. <RemoteDir>library\lib\mips</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="AndroidServiceOutput">
  312. <Platform Name="Android">
  313. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. <Platform Name="Android64">
  317. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  318. <Operation>1</Operation>
  319. </Platform>
  320. </DeployClass>
  321. <DeployClass Name="AndroidServiceOutput_Android32">
  322. <Platform Name="Android64">
  323. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="AndroidSplashImageDef">
  328. <Platform Name="Android">
  329. <RemoteDir>res\drawable</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="Android64">
  333. <RemoteDir>res\drawable</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidSplashImageDefV21">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Android64">
  343. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="AndroidSplashStyles">
  348. <Platform Name="Android">
  349. <RemoteDir>res\values</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Android64">
  353. <RemoteDir>res\values</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="AndroidSplashStylesV21">
  358. <Platform Name="Android">
  359. <RemoteDir>res\values-v21</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. <Platform Name="Android64">
  363. <RemoteDir>res\values-v21</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="AndroidSplashStylesV31">
  368. <Platform Name="Android">
  369. <RemoteDir>res\values-v31</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. <Platform Name="Android64">
  373. <RemoteDir>res\values-v31</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="Android_AdaptiveIcon">
  378. <Platform Name="Android">
  379. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="Android64">
  383. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="Android_AdaptiveIconBackground">
  388. <Platform Name="Android">
  389. <RemoteDir>res\drawable</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Android64">
  393. <RemoteDir>res\drawable</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_AdaptiveIconForeground">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>res\drawable</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_AdaptiveIconMonochrome">
  408. <Platform Name="Android">
  409. <RemoteDir>res\drawable</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="Android64">
  413. <RemoteDir>res\drawable</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_AdaptiveIconV33">
  418. <Platform Name="Android">
  419. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="Android64">
  423. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_Colors">
  428. <Platform Name="Android">
  429. <RemoteDir>res\values</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="Android64">
  433. <RemoteDir>res\values</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_ColorsDark">
  438. <Platform Name="Android">
  439. <RemoteDir>res\values-night-v21</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. <Platform Name="Android64">
  443. <RemoteDir>res\values-night-v21</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_DefaultAppIcon">
  448. <Platform Name="Android">
  449. <RemoteDir>res\drawable</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>res\drawable</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_LauncherIcon144">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_LauncherIcon192">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="Android64">
  473. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_LauncherIcon36">
  478. <Platform Name="Android">
  479. <RemoteDir>res\drawable-ldpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="Android64">
  483. <RemoteDir>res\drawable-ldpi</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="Android_LauncherIcon48">
  488. <Platform Name="Android">
  489. <RemoteDir>res\drawable-mdpi</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="Android64">
  493. <RemoteDir>res\drawable-mdpi</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="Android_LauncherIcon72">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable-hdpi</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="Android64">
  503. <RemoteDir>res\drawable-hdpi</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="Android_LauncherIcon96">
  508. <Platform Name="Android">
  509. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="Android64">
  513. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="Android_NotificationIcon24">
  518. <Platform Name="Android">
  519. <RemoteDir>res\drawable-mdpi</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="Android64">
  523. <RemoteDir>res\drawable-mdpi</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="Android_NotificationIcon36">
  528. <Platform Name="Android">
  529. <RemoteDir>res\drawable-hdpi</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="Android64">
  533. <RemoteDir>res\drawable-hdpi</RemoteDir>
  534. <Operation>1</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="Android_NotificationIcon48">
  538. <Platform Name="Android">
  539. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="Android64">
  543. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="Android_NotificationIcon72">
  548. <Platform Name="Android">
  549. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="Android64">
  553. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="Android_NotificationIcon96">
  558. <Platform Name="Android">
  559. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  560. <Operation>1</Operation>
  561. </Platform>
  562. <Platform Name="Android64">
  563. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="Android_SplashImage426">
  568. <Platform Name="Android">
  569. <RemoteDir>res\drawable-small</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="Android64">
  573. <RemoteDir>res\drawable-small</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="Android_SplashImage470">
  578. <Platform Name="Android">
  579. <RemoteDir>res\drawable-normal</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="Android64">
  583. <RemoteDir>res\drawable-normal</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="Android_SplashImage640">
  588. <Platform Name="Android">
  589. <RemoteDir>res\drawable-large</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="Android64">
  593. <RemoteDir>res\drawable-large</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. </DeployClass>
  597. <DeployClass Name="Android_SplashImage960">
  598. <Platform Name="Android">
  599. <RemoteDir>res\drawable-xlarge</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="Android64">
  603. <RemoteDir>res\drawable-xlarge</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="Android_Strings">
  608. <Platform Name="Android">
  609. <RemoteDir>res\values</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="Android64">
  613. <RemoteDir>res\values</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="Android_VectorizedNotificationIcon">
  618. <Platform Name="Android">
  619. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="Android64">
  623. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="Android_VectorizedSplash">
  628. <Platform Name="Android">
  629. <RemoteDir>res\drawable</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="Android64">
  633. <RemoteDir>res\drawable</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="Android_VectorizedSplashDark">
  638. <Platform Name="Android">
  639. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="Android64">
  643. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="Android_VectorizedSplashV31">
  648. <Platform Name="Android">
  649. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="Android64">
  653. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. </DeployClass>
  657. <DeployClass Name="Android_VectorizedSplashV31Dark">
  658. <Platform Name="Android">
  659. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="Android64">
  663. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. </DeployClass>
  667. <DeployClass Name="DebugSymbols">
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. <Platform Name="OSX32">
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="Win32">
  675. <Operation>0</Operation>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="DependencyFramework">
  679. <Platform Name="OSX32">
  680. <Operation>1</Operation>
  681. <Extensions>.framework</Extensions>
  682. </Platform>
  683. <Platform Name="OSX64">
  684. <Operation>1</Operation>
  685. <Extensions>.framework</Extensions>
  686. </Platform>
  687. <Platform Name="OSXARM64">
  688. <Operation>1</Operation>
  689. <Extensions>.framework</Extensions>
  690. </Platform>
  691. <Platform Name="Win32">
  692. <Operation>0</Operation>
  693. </Platform>
  694. </DeployClass>
  695. <DeployClass Name="DependencyModule">
  696. <Platform Name="OSX32">
  697. <Operation>1</Operation>
  698. <Extensions>.dylib</Extensions>
  699. </Platform>
  700. <Platform Name="OSX64">
  701. <Operation>1</Operation>
  702. <Extensions>.dylib</Extensions>
  703. </Platform>
  704. <Platform Name="OSXARM64">
  705. <Operation>1</Operation>
  706. <Extensions>.dylib</Extensions>
  707. </Platform>
  708. <Platform Name="Win32">
  709. <Operation>0</Operation>
  710. <Extensions>.dll;.bpl</Extensions>
  711. </Platform>
  712. </DeployClass>
  713. <DeployClass Required="true" Name="DependencyPackage">
  714. <Platform Name="iOSDevice32">
  715. <Operation>1</Operation>
  716. <Extensions>.dylib</Extensions>
  717. </Platform>
  718. <Platform Name="iOSDevice64">
  719. <Operation>1</Operation>
  720. <Extensions>.dylib</Extensions>
  721. </Platform>
  722. <Platform Name="iOSSimARM64">
  723. <Operation>1</Operation>
  724. <Extensions>.dylib</Extensions>
  725. </Platform>
  726. <Platform Name="OSX32">
  727. <Operation>1</Operation>
  728. <Extensions>.dylib</Extensions>
  729. </Platform>
  730. <Platform Name="OSX64">
  731. <Operation>1</Operation>
  732. <Extensions>.dylib</Extensions>
  733. </Platform>
  734. <Platform Name="OSXARM64">
  735. <Operation>1</Operation>
  736. <Extensions>.dylib</Extensions>
  737. </Platform>
  738. <Platform Name="Win32">
  739. <Operation>0</Operation>
  740. <Extensions>.bpl</Extensions>
  741. </Platform>
  742. </DeployClass>
  743. <DeployClass Name="File">
  744. <Platform Name="Android">
  745. <Operation>0</Operation>
  746. </Platform>
  747. <Platform Name="Android64">
  748. <Operation>0</Operation>
  749. </Platform>
  750. <Platform Name="iOSDevice32">
  751. <Operation>0</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <Operation>0</Operation>
  755. </Platform>
  756. <Platform Name="iOSSimARM64">
  757. <Operation>0</Operation>
  758. </Platform>
  759. <Platform Name="OSX32">
  760. <Operation>0</Operation>
  761. </Platform>
  762. <Platform Name="OSX64">
  763. <Operation>0</Operation>
  764. </Platform>
  765. <Platform Name="OSXARM64">
  766. <Operation>0</Operation>
  767. </Platform>
  768. <Platform Name="Win32">
  769. <Operation>0</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="ProjectAndroidManifest">
  773. <Platform Name="Android">
  774. <Operation>1</Operation>
  775. </Platform>
  776. <Platform Name="Android64">
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="ProjectOSXDebug"/>
  781. <DeployClass Name="ProjectOSXEntitlements"/>
  782. <DeployClass Name="ProjectOSXInfoPList"/>
  783. <DeployClass Name="ProjectOSXResource">
  784. <Platform Name="OSX32">
  785. <RemoteDir>Contents\Resources</RemoteDir>
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="OSX64">
  789. <RemoteDir>Contents\Resources</RemoteDir>
  790. <Operation>1</Operation>
  791. </Platform>
  792. <Platform Name="OSXARM64">
  793. <RemoteDir>Contents\Resources</RemoteDir>
  794. <Operation>1</Operation>
  795. </Platform>
  796. </DeployClass>
  797. <DeployClass Required="true" Name="ProjectOutput">
  798. <Platform Name="Android">
  799. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="Android64">
  803. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  804. <Operation>1</Operation>
  805. </Platform>
  806. <Platform Name="iOSDevice32">
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="iOSDevice64">
  810. <Operation>1</Operation>
  811. </Platform>
  812. <Platform Name="iOSSimARM64">
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="Linux64">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="OSX32">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="OSX64">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="OSXARM64">
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="Win32">
  828. <Operation>0</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="ProjectOutput_Android32">
  832. <Platform Name="Android64">
  833. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="ProjectUWPManifest">
  838. <Platform Name="Win32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="Win64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. </DeployClass>
  845. <DeployClass Name="ProjectiOSDeviceDebug">
  846. <Platform Name="iOSDevice32">
  847. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="iOSDevice64">
  851. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="iOSSimARM64">
  855. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  856. <Operation>1</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="ProjectiOSEntitlements"/>
  860. <DeployClass Name="ProjectiOSInfoPList"/>
  861. <DeployClass Name="ProjectiOSLaunchScreen"/>
  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="Linux64" Name="$(PROJECTNAME)"/>
  1099. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1100. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1101. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
  1102. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1103. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1104. </Deployment>
  1105. </BorlandProject>
  1106. <ProjectFileVersion>12</ProjectFileVersion>
  1107. </ProjectExtensions>
  1108. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1109. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1110. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1111. </Project>