URLRouter_Example.dproj 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E707F6EC-D0C2-4BA2-B6F7-CEA77283E1F8}</ProjectGuid>
  4. <ProjectVersion>19.1</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>URLRouter_Example.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</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>.\$(Platform)\$(Config)</DCC_DcuOutput>
  62. <DCC_ExeOutput>.\$(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;emsclientfiredac;DataSnapFireDAC;FireDACIBDriver;emsclient;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;FireDAC;FireDACSqliteDriver;soaprtl;soapmidas;$(DCC_UsePackage)</DCC_UsePackage>
  69. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  70. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  71. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  72. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  73. <AUP_CAMERA>true</AUP_CAMERA>
  74. <AUP_INTERNET>true</AUP_INTERNET>
  75. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  76. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  77. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  78. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  79. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  80. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  81. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  82. <SanitizedProjectName>URLRouter_Example</SanitizedProjectName>
  83. <DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  86. <DCC_UsePackage>DBXSqliteDriver;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;svnui;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;svn;DBXOracleDriver;inetdb;emsedge;fmx;fmxdae;vclib;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;DataSnapConnectors;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;DataSnapClient;bindcompdbx;IndyIPCommon;vcl;DBXSybaseASEDriver;IndyIPServer;IndySystem;FireDACDb2Driver;dsnapcon;BrookFramework40;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;emshosting;FireDACPgDriver;ibmonitor;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;DbxCommonDriver;ibxpress;DataSnapServer;xmlrtl;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;FireDACDSDriver;DbxClientDriver;dclFFMSource250;DBXSybaseASADriver;CustomIPTransport;vcldsnap;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  87. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  88. <BT_BuildType>Debug</BT_BuildType>
  89. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  90. <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>
  91. <VerInfo_Locale>1033</VerInfo_Locale>
  92. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  93. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  94. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  97. <DCC_UsePackage>DBXSqliteDriver;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;DBXOracleDriver;inetdb;emsedge;fmx;fmxdae;vclib;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;DataSnapConnectors;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;DataSnapClient;bindcompdbx;IndyIPCommon;vcl;DBXSybaseASEDriver;IndyIPServer;IndySystem;FireDACDb2Driver;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;emshosting;FireDACPgDriver;ibmonitor;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;DbxCommonDriver;ibxpress;DataSnapServer;xmlrtl;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;FireDACDSDriver;DbxClientDriver;DBXSybaseASADriver;CustomIPTransport;vcldsnap;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  98. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  99. <BT_BuildType>Debug</BT_BuildType>
  100. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  101. <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>
  102. <VerInfo_Locale>1033</VerInfo_Locale>
  103. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  104. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  105. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  108. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  109. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  110. <DCC_Optimize>false</DCC_Optimize>
  111. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  112. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  113. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  116. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  117. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  118. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  119. <VerInfo_Locale>1033</VerInfo_Locale>
  120. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  123. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  127. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  128. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  129. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  130. <DCC_DebugInformation>0</DCC_DebugInformation>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  133. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  134. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  137. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  138. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <DelphiCompile Include="$(MainSource)">
  142. <MainSource>MainSource</MainSource>
  143. </DelphiCompile>
  144. <DCCReference Include="URLRouter_frMain.pas">
  145. <Form>frMain</Form>
  146. <FormType>fmx</FormType>
  147. </DCCReference>
  148. <BuildConfiguration Include="Release">
  149. <Key>Cfg_2</Key>
  150. <CfgParent>Base</CfgParent>
  151. </BuildConfiguration>
  152. <BuildConfiguration Include="Base">
  153. <Key>Base</Key>
  154. </BuildConfiguration>
  155. <BuildConfiguration Include="Debug">
  156. <Key>Cfg_1</Key>
  157. <CfgParent>Base</CfgParent>
  158. </BuildConfiguration>
  159. </ItemGroup>
  160. <ProjectExtensions>
  161. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  162. <Borland.ProjectType>Application</Borland.ProjectType>
  163. <BorlandProject>
  164. <Delphi.Personality>
  165. <Source>
  166. <Source Name="MainSource">URLRouter_Example.dpr</Source>
  167. </Source>
  168. <Excluded_Packages>
  169. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  170. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  171. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  172. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  173. </Excluded_Packages>
  174. </Delphi.Personality>
  175. <Deployment Version="3">
  176. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  177. <Platform Name="OSX32">
  178. <Overwrite>true</Overwrite>
  179. </Platform>
  180. </DeployFile>
  181. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  182. <Platform Name="iOSSimulator">
  183. <Overwrite>true</Overwrite>
  184. </Platform>
  185. </DeployFile>
  186. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  187. <Platform Name="iOSSimulator">
  188. <Overwrite>true</Overwrite>
  189. </Platform>
  190. </DeployFile>
  191. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  192. <Platform Name="OSX32">
  193. <Overwrite>true</Overwrite>
  194. </Platform>
  195. </DeployFile>
  196. <DeployFile LocalName="Win32\Debug\URLRouter_Example.exe" Configuration="Debug" Class="ProjectOutput">
  197. <Platform Name="Win32">
  198. <RemoteName>URLRouter_Example.exe</RemoteName>
  199. <Overwrite>true</Overwrite>
  200. </Platform>
  201. </DeployFile>
  202. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  203. <Platform Name="iOSSimulator">
  204. <Overwrite>true</Overwrite>
  205. </Platform>
  206. </DeployFile>
  207. <DeployClass Name="AdditionalDebugSymbols">
  208. <Platform Name="iOSSimulator">
  209. <Operation>1</Operation>
  210. </Platform>
  211. <Platform Name="OSX32">
  212. <RemoteDir>Contents\MacOS</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. <Platform Name="Win32">
  216. <Operation>0</Operation>
  217. </Platform>
  218. </DeployClass>
  219. <DeployClass Name="AndroidClassesDexFile">
  220. <Platform Name="Android">
  221. <RemoteDir>classes</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. <Platform Name="Android64">
  225. <RemoteDir>classes</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidFileProvider">
  230. <Platform Name="Android">
  231. <RemoteDir>res\xml</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. <Platform Name="Android64">
  235. <RemoteDir>res\xml</RemoteDir>
  236. <Operation>1</Operation>
  237. </Platform>
  238. </DeployClass>
  239. <DeployClass Name="AndroidGDBServer">
  240. <Platform Name="Android">
  241. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="AndroidLibnativeArmeabiFile">
  246. <Platform Name="Android">
  247. <RemoteDir>library\lib\armeabi</RemoteDir>
  248. <Operation>1</Operation>
  249. </Platform>
  250. <Platform Name="Android64">
  251. <RemoteDir>library\lib\armeabi</RemoteDir>
  252. <Operation>1</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  256. <Platform Name="Android64">
  257. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. </DeployClass>
  261. <DeployClass Name="AndroidLibnativeMipsFile">
  262. <Platform Name="Android">
  263. <RemoteDir>library\lib\mips</RemoteDir>
  264. <Operation>1</Operation>
  265. </Platform>
  266. <Platform Name="Android64">
  267. <RemoteDir>library\lib\mips</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="AndroidServiceOutput">
  272. <Platform Name="Android">
  273. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. <Platform Name="Android64">
  277. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="AndroidServiceOutput_Android32">
  282. <Platform Name="Android64">
  283. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="AndroidSplashImageDef">
  288. <Platform Name="Android">
  289. <RemoteDir>res\drawable</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="Android64">
  293. <RemoteDir>res\drawable</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. </DeployClass>
  297. <DeployClass Name="AndroidSplashStyles">
  298. <Platform Name="Android">
  299. <RemoteDir>res\values</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. <Platform Name="Android64">
  303. <RemoteDir>res\values</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidSplashStylesV21">
  308. <Platform Name="Android">
  309. <RemoteDir>res\values-v21</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. <Platform Name="Android64">
  313. <RemoteDir>res\values-v21</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="Android_Colors">
  318. <Platform Name="Android">
  319. <RemoteDir>res\values</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. <Platform Name="Android64">
  323. <RemoteDir>res\values</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="Android_DefaultAppIcon">
  328. <Platform Name="Android">
  329. <RemoteDir>res\drawable</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="Android64">
  333. <RemoteDir>res\drawable</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_LauncherIcon144">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Android64">
  343. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="Android_LauncherIcon36">
  348. <Platform Name="Android">
  349. <RemoteDir>res\drawable-ldpi</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Android64">
  353. <RemoteDir>res\drawable-ldpi</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="Android_LauncherIcon48">
  358. <Platform Name="Android">
  359. <RemoteDir>res\drawable-mdpi</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. <Platform Name="Android64">
  363. <RemoteDir>res\drawable-mdpi</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_LauncherIcon72">
  368. <Platform Name="Android">
  369. <RemoteDir>res\drawable-hdpi</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. <Platform Name="Android64">
  373. <RemoteDir>res\drawable-hdpi</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="Android_LauncherIcon96">
  378. <Platform Name="Android">
  379. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="Android64">
  383. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="Android_NotificationIcon24">
  388. <Platform Name="Android">
  389. <RemoteDir>res\drawable-mdpi</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Android64">
  393. <RemoteDir>res\drawable-mdpi</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_NotificationIcon36">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-hdpi</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>res\drawable-hdpi</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_NotificationIcon48">
  408. <Platform Name="Android">
  409. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="Android64">
  413. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_NotificationIcon72">
  418. <Platform Name="Android">
  419. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="Android64">
  423. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_NotificationIcon96">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="Android64">
  433. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_SplashImage426">
  438. <Platform Name="Android">
  439. <RemoteDir>res\drawable-small</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. <Platform Name="Android64">
  443. <RemoteDir>res\drawable-small</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_SplashImage470">
  448. <Platform Name="Android">
  449. <RemoteDir>res\drawable-normal</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>res\drawable-normal</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_SplashImage640">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-large</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>res\drawable-large</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_SplashImage960">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-xlarge</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="Android64">
  473. <RemoteDir>res\drawable-xlarge</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_Strings">
  478. <Platform Name="Android">
  479. <RemoteDir>res\values</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="Android64">
  483. <RemoteDir>res\values</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="DebugSymbols">
  488. <Platform Name="iOSSimulator">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="OSX32">
  492. <RemoteDir>Contents\MacOS</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Win32">
  496. <Operation>0</Operation>
  497. </Platform>
  498. </DeployClass>
  499. <DeployClass Name="DependencyFramework">
  500. <Platform Name="OSX32">
  501. <RemoteDir>Contents\MacOS</RemoteDir>
  502. <Operation>1</Operation>
  503. <Extensions>.framework</Extensions>
  504. </Platform>
  505. <Platform Name="OSX64">
  506. <RemoteDir>Contents\MacOS</RemoteDir>
  507. <Operation>1</Operation>
  508. <Extensions>.framework</Extensions>
  509. </Platform>
  510. <Platform Name="Win32">
  511. <Operation>0</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="DependencyModule">
  515. <Platform Name="iOSDevice32">
  516. <Operation>1</Operation>
  517. <Extensions>.dylib</Extensions>
  518. </Platform>
  519. <Platform Name="iOSDevice64">
  520. <Operation>1</Operation>
  521. <Extensions>.dylib</Extensions>
  522. </Platform>
  523. <Platform Name="iOSSimulator">
  524. <Operation>1</Operation>
  525. <Extensions>.dylib</Extensions>
  526. </Platform>
  527. <Platform Name="OSX32">
  528. <RemoteDir>Contents\MacOS</RemoteDir>
  529. <Operation>1</Operation>
  530. <Extensions>.dylib</Extensions>
  531. </Platform>
  532. <Platform Name="OSX64">
  533. <RemoteDir>Contents\MacOS</RemoteDir>
  534. <Operation>1</Operation>
  535. <Extensions>.dylib</Extensions>
  536. </Platform>
  537. <Platform Name="Win32">
  538. <Operation>0</Operation>
  539. <Extensions>.dll;.bpl</Extensions>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Required="true" Name="DependencyPackage">
  543. <Platform Name="iOSDevice32">
  544. <Operation>1</Operation>
  545. <Extensions>.dylib</Extensions>
  546. </Platform>
  547. <Platform Name="iOSDevice64">
  548. <Operation>1</Operation>
  549. <Extensions>.dylib</Extensions>
  550. </Platform>
  551. <Platform Name="iOSSimulator">
  552. <Operation>1</Operation>
  553. <Extensions>.dylib</Extensions>
  554. </Platform>
  555. <Platform Name="OSX32">
  556. <RemoteDir>Contents\MacOS</RemoteDir>
  557. <Operation>1</Operation>
  558. <Extensions>.dylib</Extensions>
  559. </Platform>
  560. <Platform Name="OSX64">
  561. <RemoteDir>Contents\MacOS</RemoteDir>
  562. <Operation>1</Operation>
  563. <Extensions>.dylib</Extensions>
  564. </Platform>
  565. <Platform Name="Win32">
  566. <Operation>0</Operation>
  567. <Extensions>.bpl</Extensions>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="File">
  571. <Platform Name="Android">
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="Android64">
  575. <Operation>0</Operation>
  576. </Platform>
  577. <Platform Name="iOSDevice32">
  578. <Operation>0</Operation>
  579. </Platform>
  580. <Platform Name="iOSDevice64">
  581. <Operation>0</Operation>
  582. </Platform>
  583. <Platform Name="iOSSimulator">
  584. <Operation>0</Operation>
  585. </Platform>
  586. <Platform Name="OSX32">
  587. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  588. <Operation>0</Operation>
  589. </Platform>
  590. <Platform Name="OSX64">
  591. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  592. <Operation>0</Operation>
  593. </Platform>
  594. <Platform Name="Win32">
  595. <Operation>0</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="iOS_AppStore1024">
  599. <Platform Name="iOSDevice64">
  600. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  601. <Operation>1</Operation>
  602. </Platform>
  603. </DeployClass>
  604. <DeployClass Name="iPad_AppIcon152">
  605. <Platform Name="iOSDevice64">
  606. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="iOSSimulator">
  610. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  611. <Operation>1</Operation>
  612. </Platform>
  613. </DeployClass>
  614. <DeployClass Name="iPad_AppIcon167">
  615. <Platform Name="iOSDevice64">
  616. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSSimulator">
  620. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. </DeployClass>
  624. <DeployClass Name="iPad_Launch1024">
  625. <Platform Name="iOSDevice32">
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="iOSDevice64">
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="iOSSimulator">
  632. <Operation>1</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="iPad_Launch1536">
  636. <Platform Name="iOSDevice32">
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="iOSDevice64">
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="iOSSimulator">
  643. <Operation>1</Operation>
  644. </Platform>
  645. </DeployClass>
  646. <DeployClass Name="iPad_Launch2048">
  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_Launch2x">
  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_Launch768">
  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_LaunchDark2x">
  679. <Platform Name="iOSDevice64">
  680. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  681. <Operation>1</Operation>
  682. </Platform>
  683. <Platform Name="iOSSimulator">
  684. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="iPad_Notification40">
  689. <Platform Name="iOSDevice64">
  690. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSSimulator">
  694. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="iPad_Setting58">
  699. <Platform Name="iOSDevice64">
  700. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSSimulator">
  704. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. </DeployClass>
  708. <DeployClass Name="iPad_SpotLight80">
  709. <Platform Name="iOSDevice64">
  710. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  711. <Operation>1</Operation>
  712. </Platform>
  713. <Platform Name="iOSSimulator">
  714. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  715. <Operation>1</Operation>
  716. </Platform>
  717. </DeployClass>
  718. <DeployClass Name="iPhone_AppIcon120">
  719. <Platform Name="iOSDevice64">
  720. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSSimulator">
  724. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  725. <Operation>1</Operation>
  726. </Platform>
  727. </DeployClass>
  728. <DeployClass Name="iPhone_AppIcon180">
  729. <Platform Name="iOSDevice64">
  730. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="iOSSimulator">
  734. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="iPhone_Launch2x">
  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_Launch320">
  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_Launch3x">
  760. <Platform Name="iOSDevice64">
  761. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSSimulator">
  765. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  766. <Operation>1</Operation>
  767. </Platform>
  768. </DeployClass>
  769. <DeployClass Name="iPhone_Launch640">
  770. <Platform Name="iOSDevice32">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSDevice64">
  774. <Operation>1</Operation>
  775. </Platform>
  776. <Platform Name="iOSSimulator">
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="iPhone_Launch640x1136">
  781. <Platform Name="iOSDevice32">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSDevice64">
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimulator">
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="iPhone_LaunchDark2x">
  792. <Platform Name="iOSDevice64">
  793. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSSimulator">
  797. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. </DeployClass>
  801. <DeployClass Name="iPhone_LaunchDark3x">
  802. <Platform Name="iOSDevice64">
  803. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  804. <Operation>1</Operation>
  805. </Platform>
  806. <Platform Name="iOSSimulator">
  807. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iPhone_Notification40">
  812. <Platform Name="iOSDevice64">
  813. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="iPhone_Notification60">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPhone_Setting58">
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimulator">
  837. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPhone_Setting87">
  842. <Platform Name="iOSDevice64">
  843. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimulator">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="iPhone_Spotlight120">
  852. <Platform Name="iOSDevice64">
  853. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSSimulator">
  857. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="iPhone_Spotlight80">
  862. <Platform Name="iOSDevice64">
  863. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimulator">
  867. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="ProjectAndroidManifest">
  872. <Platform Name="Android">
  873. <Operation>1</Operation>
  874. </Platform>
  875. <Platform Name="Android64">
  876. <Operation>1</Operation>
  877. </Platform>
  878. </DeployClass>
  879. <DeployClass Name="ProjectiOSDeviceDebug">
  880. <Platform Name="iOSDevice32">
  881. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="iOSDevice64">
  885. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  886. <Operation>1</Operation>
  887. </Platform>
  888. </DeployClass>
  889. <DeployClass Name="ProjectiOSDeviceResourceRules">
  890. <Platform Name="iOSDevice32">
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSDevice64">
  894. <Operation>1</Operation>
  895. </Platform>
  896. </DeployClass>
  897. <DeployClass Name="ProjectiOSEntitlements">
  898. <Platform Name="iOSDevice32">
  899. <RemoteDir>..\</RemoteDir>
  900. <Operation>1</Operation>
  901. </Platform>
  902. <Platform Name="iOSDevice64">
  903. <RemoteDir>..\</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSLaunchScreen">
  919. <Platform Name="iOSDevice64">
  920. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  921. <Operation>64</Operation>
  922. </Platform>
  923. <Platform Name="iOSSimulator">
  924. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  925. <Operation>64</Operation>
  926. </Platform>
  927. </DeployClass>
  928. <DeployClass Name="ProjectiOSResource">
  929. <Platform Name="iOSDevice32">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSDevice64">
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="iOSSimulator">
  936. <Operation>1</Operation>
  937. </Platform>
  938. </DeployClass>
  939. <DeployClass Name="ProjectOSXDebug">
  940. <Platform Name="OSX64">
  941. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  942. <Operation>1</Operation>
  943. </Platform>
  944. </DeployClass>
  945. <DeployClass Name="ProjectOSXEntitlements">
  946. <Platform Name="OSX32">
  947. <RemoteDir>..\</RemoteDir>
  948. <Operation>1</Operation>
  949. </Platform>
  950. <Platform Name="OSX64">
  951. <RemoteDir>..\</RemoteDir>
  952. <Operation>1</Operation>
  953. </Platform>
  954. </DeployClass>
  955. <DeployClass Name="ProjectOSXInfoPList">
  956. <Platform Name="OSX32">
  957. <RemoteDir>Contents</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="OSX64">
  961. <RemoteDir>Contents</RemoteDir>
  962. <Operation>1</Operation>
  963. </Platform>
  964. </DeployClass>
  965. <DeployClass Name="ProjectOSXResource">
  966. <Platform Name="OSX32">
  967. <RemoteDir>Contents\Resources</RemoteDir>
  968. <Operation>1</Operation>
  969. </Platform>
  970. <Platform Name="OSX64">
  971. <RemoteDir>Contents\Resources</RemoteDir>
  972. <Operation>1</Operation>
  973. </Platform>
  974. </DeployClass>
  975. <DeployClass Required="true" Name="ProjectOutput">
  976. <Platform Name="Android">
  977. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. <Platform Name="Android64">
  981. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="iOSDevice32">
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSDevice64">
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="iOSSimulator">
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="Linux64">
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="OSX32">
  997. <RemoteDir>Contents\MacOS</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="OSX64">
  1001. <RemoteDir>Contents\MacOS</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="Win32">
  1005. <Operation>0</Operation>
  1006. </Platform>
  1007. </DeployClass>
  1008. <DeployClass Name="ProjectOutput_Android32">
  1009. <Platform Name="Android64">
  1010. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. </DeployClass>
  1014. <DeployClass Name="ProjectUWPManifest">
  1015. <Platform Name="Win32">
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="Win64">
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. </DeployClass>
  1022. <DeployClass Name="UWP_DelphiLogo150">
  1023. <Platform Name="Win32">
  1024. <RemoteDir>Assets</RemoteDir>
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. <Platform Name="Win64">
  1028. <RemoteDir>Assets</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. </DeployClass>
  1032. <DeployClass Name="UWP_DelphiLogo44">
  1033. <Platform Name="Win32">
  1034. <RemoteDir>Assets</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="Win64">
  1038. <RemoteDir>Assets</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. </DeployClass>
  1042. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1043. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1044. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1045. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1046. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1047. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1048. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1049. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1050. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1051. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1052. </Deployment>
  1053. <Platforms>
  1054. <Platform value="Win32">True</Platform>
  1055. <Platform value="Win64">True</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>