2
0

InterfacedLists.dproj 58 KB

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