ConfigToJSON.dproj 53 KB

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