BenchD.dproj 58 KB

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