RunTask_Httpclient.dproj 54 KB

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