MatScriptD.dproj 57 KB

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