ConfigToYAML.dproj 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CDEBAD41-A241-457F-96FD-E367D8E3B0AE}</ProjectGuid>
  4. <ProjectVersion>19.2</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <MainSource>ConfigToYAML.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>ConfigToYAML</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">ConfigToYAML.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\ConfigToYAML.exe" Configuration="Debug" Class="ProjectOutput">
  171. <Platform Name="Win64">
  172. <RemoteName>ConfigToYAML.exe</RemoteName>
  173. <Overwrite>true</Overwrite>
  174. </Platform>
  175. </DeployFile>
  176. <DeployFile LocalName="Win32\Debug\ConfigToYAML.exe" Configuration="Debug" Class="ProjectOutput">
  177. <Platform Name="Win32">
  178. <RemoteName>ConfigToYAML.exe</RemoteName>
  179. <Overwrite>true</Overwrite>
  180. </Platform>
  181. </DeployFile>
  182. <DeployFile LocalName="bin\Win64\Debug\ConfigToYAML.rsm" Configuration="Debug" Class="DebugSymbols">
  183. <Platform Name="Win64">
  184. <RemoteName>ConfigToYAML.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_LauncherIcon192">
  329. <Platform Name="Android">
  330. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. <Platform Name="Android64">
  334. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="Android_LauncherIcon36">
  339. <Platform Name="Android">
  340. <RemoteDir>res\drawable-ldpi</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Android64">
  344. <RemoteDir>res\drawable-ldpi</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="Android_LauncherIcon48">
  349. <Platform Name="Android">
  350. <RemoteDir>res\drawable-mdpi</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. <Platform Name="Android64">
  354. <RemoteDir>res\drawable-mdpi</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="Android_LauncherIcon72">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable-hdpi</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. <Platform Name="Android64">
  364. <RemoteDir>res\drawable-hdpi</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="Android_LauncherIcon96">
  369. <Platform Name="Android">
  370. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. <Platform Name="Android64">
  374. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="Android_NotificationIcon24">
  379. <Platform Name="Android">
  380. <RemoteDir>res\drawable-mdpi</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="Android64">
  384. <RemoteDir>res\drawable-mdpi</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="Android_NotificationIcon36">
  389. <Platform Name="Android">
  390. <RemoteDir>res\drawable-hdpi</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="Android64">
  394. <RemoteDir>res\drawable-hdpi</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="Android_NotificationIcon48">
  399. <Platform Name="Android">
  400. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. <Platform Name="Android64">
  404. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_NotificationIcon72">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="Android64">
  414. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="Android_NotificationIcon96">
  419. <Platform Name="Android">
  420. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="Android64">
  424. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_SplashImage426">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable-small</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="Android64">
  434. <RemoteDir>res\drawable-small</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_SplashImage470">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable-normal</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. <Platform Name="Android64">
  444. <RemoteDir>res\drawable-normal</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. </DeployClass>
  448. <DeployClass Name="Android_SplashImage640">
  449. <Platform Name="Android">
  450. <RemoteDir>res\drawable-large</RemoteDir>
  451. <Operation>1</Operation>
  452. </Platform>
  453. <Platform Name="Android64">
  454. <RemoteDir>res\drawable-large</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_SplashImage960">
  459. <Platform Name="Android">
  460. <RemoteDir>res\drawable-xlarge</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="Android64">
  464. <RemoteDir>res\drawable-xlarge</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_Strings">
  469. <Platform Name="Android">
  470. <RemoteDir>res\values</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="Android64">
  474. <RemoteDir>res\values</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. </DeployClass>
  478. <DeployClass Name="DebugSymbols">
  479. <Platform Name="iOSSimulator">
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="OSX32">
  483. <RemoteDir>Contents\MacOS</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="Win32">
  487. <Operation>0</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="DependencyFramework">
  491. <Platform Name="OSX32">
  492. <RemoteDir>Contents\MacOS</RemoteDir>
  493. <Operation>1</Operation>
  494. <Extensions>.framework</Extensions>
  495. </Platform>
  496. <Platform Name="OSX64">
  497. <RemoteDir>Contents\MacOS</RemoteDir>
  498. <Operation>1</Operation>
  499. <Extensions>.framework</Extensions>
  500. </Platform>
  501. <Platform Name="Win32">
  502. <Operation>0</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="DependencyModule">
  506. <Platform Name="iOSDevice32">
  507. <Operation>1</Operation>
  508. <Extensions>.dylib</Extensions>
  509. </Platform>
  510. <Platform Name="iOSDevice64">
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="iOSSimulator">
  515. <Operation>1</Operation>
  516. <Extensions>.dylib</Extensions>
  517. </Platform>
  518. <Platform Name="OSX32">
  519. <RemoteDir>Contents\MacOS</RemoteDir>
  520. <Operation>1</Operation>
  521. <Extensions>.dylib</Extensions>
  522. </Platform>
  523. <Platform Name="OSX64">
  524. <RemoteDir>Contents\MacOS</RemoteDir>
  525. <Operation>1</Operation>
  526. <Extensions>.dylib</Extensions>
  527. </Platform>
  528. <Platform Name="Win32">
  529. <Operation>0</Operation>
  530. <Extensions>.dll;.bpl</Extensions>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Required="true" Name="DependencyPackage">
  534. <Platform Name="iOSDevice32">
  535. <Operation>1</Operation>
  536. <Extensions>.dylib</Extensions>
  537. </Platform>
  538. <Platform Name="iOSDevice64">
  539. <Operation>1</Operation>
  540. <Extensions>.dylib</Extensions>
  541. </Platform>
  542. <Platform Name="iOSSimulator">
  543. <Operation>1</Operation>
  544. <Extensions>.dylib</Extensions>
  545. </Platform>
  546. <Platform Name="OSX32">
  547. <RemoteDir>Contents\MacOS</RemoteDir>
  548. <Operation>1</Operation>
  549. <Extensions>.dylib</Extensions>
  550. </Platform>
  551. <Platform Name="OSX64">
  552. <RemoteDir>Contents\MacOS</RemoteDir>
  553. <Operation>1</Operation>
  554. <Extensions>.dylib</Extensions>
  555. </Platform>
  556. <Platform Name="Win32">
  557. <Operation>0</Operation>
  558. <Extensions>.bpl</Extensions>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="File">
  562. <Platform Name="Android">
  563. <Operation>0</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <Operation>0</Operation>
  567. </Platform>
  568. <Platform Name="iOSDevice32">
  569. <Operation>0</Operation>
  570. </Platform>
  571. <Platform Name="iOSDevice64">
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="iOSSimulator">
  575. <Operation>0</Operation>
  576. </Platform>
  577. <Platform Name="OSX32">
  578. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  579. <Operation>0</Operation>
  580. </Platform>
  581. <Platform Name="OSX64">
  582. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  583. <Operation>0</Operation>
  584. </Platform>
  585. <Platform Name="Win32">
  586. <Operation>0</Operation>
  587. </Platform>
  588. </DeployClass>
  589. <DeployClass Name="iOS_AppStore1024">
  590. <Platform Name="iOSDevice64">
  591. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="iPad_AppIcon152">
  596. <Platform Name="iOSDevice64">
  597. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="iOSSimulator">
  601. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPad_AppIcon167">
  606. <Platform Name="iOSDevice64">
  607. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="iOSSimulator">
  611. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="iPad_Launch1024">
  616. <Platform Name="iOSDevice32">
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSDevice64">
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="iOSSimulator">
  623. <Operation>1</Operation>
  624. </Platform>
  625. </DeployClass>
  626. <DeployClass Name="iPad_Launch1536">
  627. <Platform Name="iOSDevice32">
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSDevice64">
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="iOSSimulator">
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="iPad_Launch2048">
  638. <Platform Name="iOSDevice32">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="iOSDevice64">
  642. <Operation>1</Operation>
  643. </Platform>
  644. <Platform Name="iOSSimulator">
  645. <Operation>1</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="iPad_Launch2x">
  649. <Platform Name="iOSDevice64">
  650. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="iOSSimulator">
  654. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  655. <Operation>1</Operation>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="iPad_Launch768">
  659. <Platform Name="iOSDevice32">
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="iOSDevice64">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSSimulator">
  666. <Operation>1</Operation>
  667. </Platform>
  668. </DeployClass>
  669. <DeployClass Name="iPad_LaunchDark2x">
  670. <Platform Name="iOSDevice64">
  671. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="iOSSimulator">
  675. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  676. <Operation>1</Operation>
  677. </Platform>
  678. </DeployClass>
  679. <DeployClass Name="iPad_Notification40">
  680. <Platform Name="iOSDevice64">
  681. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="iOSSimulator">
  685. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  686. <Operation>1</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="iPad_Setting58">
  690. <Platform Name="iOSDevice64">
  691. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="iOSSimulator">
  695. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="iPad_SpotLight80">
  700. <Platform Name="iOSDevice64">
  701. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="iOSSimulator">
  705. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="iPhone_AppIcon120">
  710. <Platform Name="iOSDevice64">
  711. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSSimulator">
  715. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  716. <Operation>1</Operation>
  717. </Platform>
  718. </DeployClass>
  719. <DeployClass Name="iPhone_AppIcon180">
  720. <Platform Name="iOSDevice64">
  721. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="iOSSimulator">
  725. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="iPhone_Launch2x">
  730. <Platform Name="iOSDevice64">
  731. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSSimulator">
  735. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  736. <Operation>1</Operation>
  737. </Platform>
  738. </DeployClass>
  739. <DeployClass Name="iPhone_Launch320">
  740. <Platform Name="iOSDevice32">
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSDevice64">
  744. <Operation>1</Operation>
  745. </Platform>
  746. <Platform Name="iOSSimulator">
  747. <Operation>1</Operation>
  748. </Platform>
  749. </DeployClass>
  750. <DeployClass Name="iPhone_Launch3x">
  751. <Platform Name="iOSDevice64">
  752. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="iOSSimulator">
  756. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  757. <Operation>1</Operation>
  758. </Platform>
  759. </DeployClass>
  760. <DeployClass Name="iPhone_Launch640">
  761. <Platform Name="iOSDevice32">
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSDevice64">
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <Operation>1</Operation>
  769. </Platform>
  770. </DeployClass>
  771. <DeployClass Name="iPhone_Launch640x1136">
  772. <Platform Name="iOSDevice32">
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="iOSDevice64">
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="iOSSimulator">
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="iPhone_LaunchDark2x">
  783. <Platform Name="iOSDevice64">
  784. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimulator">
  788. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="iPhone_LaunchDark3x">
  793. <Platform Name="iOSDevice64">
  794. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  795. <Operation>1</Operation>
  796. </Platform>
  797. <Platform Name="iOSSimulator">
  798. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="iPhone_Notification40">
  803. <Platform Name="iOSDevice64">
  804. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. </DeployClass>
  812. <DeployClass Name="iPhone_Notification60">
  813. <Platform Name="iOSDevice64">
  814. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="iOSSimulator">
  818. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="iPhone_Setting58">
  823. <Platform Name="iOSDevice64">
  824. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSSimulator">
  828. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. </DeployClass>
  832. <DeployClass Name="iPhone_Setting87">
  833. <Platform Name="iOSDevice64">
  834. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimulator">
  838. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="iPhone_Spotlight120">
  843. <Platform Name="iOSDevice64">
  844. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="iOSSimulator">
  848. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="iPhone_Spotlight80">
  853. <Platform Name="iOSDevice64">
  854. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="iOSSimulator">
  858. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. </DeployClass>
  862. <DeployClass Name="ProjectAndroidManifest">
  863. <Platform Name="Android">
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="Android64">
  867. <Operation>1</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="ProjectiOSDeviceDebug">
  871. <Platform Name="iOSDevice32">
  872. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  873. <Operation>1</Operation>
  874. </Platform>
  875. <Platform Name="iOSDevice64">
  876. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectiOSDeviceResourceRules">
  881. <Platform Name="iOSDevice32">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="iOSDevice64">
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="ProjectiOSEntitlements">
  889. <Platform Name="iOSDevice32">
  890. <RemoteDir>..\</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSDevice64">
  894. <RemoteDir>..\</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. </DeployClass>
  898. <DeployClass Name="ProjectiOSInfoPList">
  899. <Platform Name="iOSDevice32">
  900. <Operation>1</Operation>
  901. </Platform>
  902. <Platform Name="iOSDevice64">
  903. <Operation>1</Operation>
  904. </Platform>
  905. <Platform Name="iOSSimulator">
  906. <Operation>1</Operation>
  907. </Platform>
  908. </DeployClass>
  909. <DeployClass Name="ProjectiOSLaunchScreen">
  910. <Platform Name="iOSDevice64">
  911. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  912. <Operation>64</Operation>
  913. </Platform>
  914. <Platform Name="iOSSimulator">
  915. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  916. <Operation>64</Operation>
  917. </Platform>
  918. </DeployClass>
  919. <DeployClass Name="ProjectiOSResource">
  920. <Platform Name="iOSDevice32">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="iOSDevice64">
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimulator">
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Name="ProjectOSXDebug">
  931. <Platform Name="OSX64">
  932. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="ProjectOSXEntitlements">
  937. <Platform Name="OSX32">
  938. <RemoteDir>..\</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="OSX64">
  942. <RemoteDir>..\</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="ProjectOSXInfoPList">
  947. <Platform Name="OSX32">
  948. <RemoteDir>Contents</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="OSX64">
  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. </DeployClass>
  966. <DeployClass Required="true" Name="ProjectOutput">
  967. <Platform Name="Android">
  968. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="Android64">
  972. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="iOSDevice32">
  976. <Operation>1</Operation>
  977. </Platform>
  978. <Platform Name="iOSDevice64">
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSSimulator">
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="Linux64">
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="OSX32">
  988. <RemoteDir>Contents\MacOS</RemoteDir>
  989. <Operation>1</Operation>
  990. </Platform>
  991. <Platform Name="OSX64">
  992. <RemoteDir>Contents\MacOS</RemoteDir>
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="Win32">
  996. <Operation>0</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="ProjectOutput_Android32">
  1000. <Platform Name="Android64">
  1001. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. </DeployClass>
  1005. <DeployClass Name="ProjectUWPManifest">
  1006. <Platform Name="Win32">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="Win64">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="UWP_DelphiLogo150">
  1014. <Platform Name="Win32">
  1015. <RemoteDir>Assets</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="Win64">
  1019. <RemoteDir>Assets</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="UWP_DelphiLogo44">
  1024. <Platform Name="Win32">
  1025. <RemoteDir>Assets</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="Win64">
  1029. <RemoteDir>Assets</RemoteDir>
  1030. <Operation>1</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1034. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1035. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1036. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1037. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1038. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1039. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1040. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1041. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1042. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1043. </Deployment>
  1044. <Platforms>
  1045. <Platform value="Win32">True</Platform>
  1046. <Platform value="Win64">True</Platform>
  1047. </Platforms>
  1048. <ModelSupport>False</ModelSupport>
  1049. </BorlandProject>
  1050. <ProjectFileVersion>12</ProjectFileVersion>
  1051. </ProjectExtensions>
  1052. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1053. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1054. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1055. </Project>