ChronoDemo.dproj 55 KB

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