2
0

RunBackgroundtask.dproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A89FB0A8-F224-459B-823F-14EF0C24CC1B}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>RunBackgroundtask.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</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>RunBackgroundtask</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;tmswizdXE12;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;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;Jcl;JvCore;emshosting;JvCrypt;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;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;tmsexdXE12;bindcomp;appanalytics;CoolTrayIcon_D210_XE7;DBXInformixDriver;IndyIPClient;bindcompvcl;TeeUI;JvDocking;dbxcds;VclSmp;KernowSoftwareFMX;adortl;FireDACODBCDriver;JvPascalInterpreter;TMSFMXPackPkgDXE12;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;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;emshosting;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;FireDACTDataDriver;DBXOdbcDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;Tee;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;emsserverresource;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;GR32_R;CustomIPTransport;vcldsnap;tmsexdXE12;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. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  128. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  129. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  130. <DCC_Optimize>false</DCC_Optimize>
  131. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  132. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  133. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  136. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  137. <VerInfo_Locale>1033</VerInfo_Locale>
  138. <Manifest_File>(None)</Manifest_File>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  141. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  142. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  143. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  144. <DCC_DebugInformation>0</DCC_DebugInformation>
  145. </PropertyGroup>
  146. <ItemGroup>
  147. <DelphiCompile Include="$(MainSource)">
  148. <MainSource>MainSource</MainSource>
  149. </DelphiCompile>
  150. <BuildConfiguration Include="Release">
  151. <Key>Cfg_2</Key>
  152. <CfgParent>Base</CfgParent>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Base">
  155. <Key>Base</Key>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Debug">
  158. <Key>Cfg_1</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. </ItemGroup>
  162. <ProjectExtensions>
  163. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  164. <Borland.ProjectType>Application</Borland.ProjectType>
  165. <BorlandProject>
  166. <Delphi.Personality>
  167. <Source>
  168. <Source Name="MainSource">RunBackgroundtask.dpr</Source>
  169. </Source>
  170. <Excluded_Packages>
  171. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  172. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  173. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  174. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  175. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  176. <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>
  177. <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>
  178. <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>
  179. <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>
  180. <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>
  181. </Excluded_Packages>
  182. </Delphi.Personality>
  183. <Deployment Version="3">
  184. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  185. <Platform Name="OSX64">
  186. <Overwrite>true</Overwrite>
  187. </Platform>
  188. </DeployFile>
  189. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  190. <Platform Name="OSX32">
  191. <Overwrite>true</Overwrite>
  192. </Platform>
  193. </DeployFile>
  194. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  195. <Platform Name="iOSSimulator">
  196. <Overwrite>true</Overwrite>
  197. </Platform>
  198. </DeployFile>
  199. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  200. <Platform Name="iOSSimulator">
  201. <Overwrite>true</Overwrite>
  202. </Platform>
  203. </DeployFile>
  204. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  205. <Platform Name="OSX32">
  206. <Overwrite>true</Overwrite>
  207. </Platform>
  208. </DeployFile>
  209. <DeployFile LocalName="Win32\Debug\RunBackgroundtask.exe" Configuration="Debug" Class="ProjectOutput">
  210. <Platform Name="Win32">
  211. <RemoteName>RunBackgroundtask.exe</RemoteName>
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployClass Name="AdditionalDebugSymbols">
  216. <Platform Name="iOSSimulator">
  217. <Operation>1</Operation>
  218. </Platform>
  219. <Platform Name="OSX32">
  220. <RemoteDir>Contents\MacOS</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. <Platform Name="Win32">
  224. <Operation>0</Operation>
  225. </Platform>
  226. </DeployClass>
  227. <DeployClass Name="AndroidClassesDexFile">
  228. <Platform Name="Android">
  229. <RemoteDir>classes</RemoteDir>
  230. <Operation>1</Operation>
  231. </Platform>
  232. </DeployClass>
  233. <DeployClass Name="AndroidFileProvider">
  234. <Platform Name="Android">
  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. </DeployClass>
  251. <DeployClass Name="AndroidLibnativeMipsFile">
  252. <Platform Name="Android">
  253. <RemoteDir>library\lib\mips</RemoteDir>
  254. <Operation>1</Operation>
  255. </Platform>
  256. </DeployClass>
  257. <DeployClass Name="AndroidServiceOutput">
  258. <Platform Name="Android">
  259. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  260. <Operation>1</Operation>
  261. </Platform>
  262. </DeployClass>
  263. <DeployClass Name="AndroidSplashImageDef">
  264. <Platform Name="Android">
  265. <RemoteDir>res\drawable</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="AndroidSplashStyles">
  270. <Platform Name="Android">
  271. <RemoteDir>res\values</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidSplashStylesV21">
  276. <Platform Name="Android">
  277. <RemoteDir>res\values-v21</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="Android_Colors">
  282. <Platform Name="Android">
  283. <RemoteDir>res\values</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="Android_DefaultAppIcon">
  288. <Platform Name="Android">
  289. <RemoteDir>res\drawable</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. </DeployClass>
  293. <DeployClass Name="Android_LauncherIcon144">
  294. <Platform Name="Android">
  295. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="Android_LauncherIcon36">
  300. <Platform Name="Android">
  301. <RemoteDir>res\drawable-ldpi</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="Android_LauncherIcon48">
  306. <Platform Name="Android">
  307. <RemoteDir>res\drawable-mdpi</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="Android_LauncherIcon72">
  312. <Platform Name="Android">
  313. <RemoteDir>res\drawable-hdpi</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="Android_LauncherIcon96">
  318. <Platform Name="Android">
  319. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="Android_NotificationIcon24">
  324. <Platform Name="Android">
  325. <RemoteDir>res\drawable-mdpi</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="Android_NotificationIcon36">
  330. <Platform Name="Android">
  331. <RemoteDir>res\drawable-hdpi</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="Android_NotificationIcon48">
  336. <Platform Name="Android">
  337. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. </DeployClass>
  341. <DeployClass Name="Android_NotificationIcon72">
  342. <Platform Name="Android">
  343. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="Android_NotificationIcon96">
  348. <Platform Name="Android">
  349. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="Android_SplashImage426">
  354. <Platform Name="Android">
  355. <RemoteDir>res\drawable-small</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="Android_SplashImage470">
  360. <Platform Name="Android">
  361. <RemoteDir>res\drawable-normal</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="Android_SplashImage640">
  366. <Platform Name="Android">
  367. <RemoteDir>res\drawable-large</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. </DeployClass>
  371. <DeployClass Name="Android_SplashImage960">
  372. <Platform Name="Android">
  373. <RemoteDir>res\drawable-xlarge</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="Android_Strings">
  378. <Platform Name="Android">
  379. <RemoteDir>res\values</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="DebugSymbols">
  384. <Platform Name="iOSSimulator">
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="OSX32">
  388. <RemoteDir>Contents\MacOS</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. <Platform Name="Win32">
  392. <Operation>0</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="DependencyFramework">
  396. <Platform Name="OSX32">
  397. <RemoteDir>Contents\MacOS</RemoteDir>
  398. <Operation>1</Operation>
  399. <Extensions>.framework</Extensions>
  400. </Platform>
  401. <Platform Name="OSX64">
  402. <RemoteDir>Contents\MacOS</RemoteDir>
  403. <Operation>1</Operation>
  404. <Extensions>.framework</Extensions>
  405. </Platform>
  406. <Platform Name="Win32">
  407. <Operation>0</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="DependencyModule">
  411. <Platform Name="iOSDevice32">
  412. <Operation>1</Operation>
  413. <Extensions>.dylib</Extensions>
  414. </Platform>
  415. <Platform Name="iOSDevice64">
  416. <Operation>1</Operation>
  417. <Extensions>.dylib</Extensions>
  418. </Platform>
  419. <Platform Name="iOSSimulator">
  420. <Operation>1</Operation>
  421. <Extensions>.dylib</Extensions>
  422. </Platform>
  423. <Platform Name="OSX32">
  424. <RemoteDir>Contents\MacOS</RemoteDir>
  425. <Operation>1</Operation>
  426. <Extensions>.dylib</Extensions>
  427. </Platform>
  428. <Platform Name="OSX64">
  429. <RemoteDir>Contents\MacOS</RemoteDir>
  430. <Operation>1</Operation>
  431. <Extensions>.dylib</Extensions>
  432. </Platform>
  433. <Platform Name="Win32">
  434. <Operation>0</Operation>
  435. <Extensions>.dll;.bpl</Extensions>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Required="true" Name="DependencyPackage">
  439. <Platform Name="iOSDevice32">
  440. <Operation>1</Operation>
  441. <Extensions>.dylib</Extensions>
  442. </Platform>
  443. <Platform Name="iOSDevice64">
  444. <Operation>1</Operation>
  445. <Extensions>.dylib</Extensions>
  446. </Platform>
  447. <Platform Name="iOSSimulator">
  448. <Operation>1</Operation>
  449. <Extensions>.dylib</Extensions>
  450. </Platform>
  451. <Platform Name="OSX32">
  452. <RemoteDir>Contents\MacOS</RemoteDir>
  453. <Operation>1</Operation>
  454. <Extensions>.dylib</Extensions>
  455. </Platform>
  456. <Platform Name="OSX64">
  457. <RemoteDir>Contents\MacOS</RemoteDir>
  458. <Operation>1</Operation>
  459. <Extensions>.dylib</Extensions>
  460. </Platform>
  461. <Platform Name="Win32">
  462. <Operation>0</Operation>
  463. <Extensions>.bpl</Extensions>
  464. </Platform>
  465. </DeployClass>
  466. <DeployClass Name="File">
  467. <Platform Name="Android">
  468. <Operation>0</Operation>
  469. </Platform>
  470. <Platform Name="iOSDevice32">
  471. <Operation>0</Operation>
  472. </Platform>
  473. <Platform Name="iOSDevice64">
  474. <Operation>0</Operation>
  475. </Platform>
  476. <Platform Name="iOSSimulator">
  477. <Operation>0</Operation>
  478. </Platform>
  479. <Platform Name="OSX32">
  480. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  481. <Operation>0</Operation>
  482. </Platform>
  483. <Platform Name="OSX64">
  484. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  485. <Operation>0</Operation>
  486. </Platform>
  487. <Platform Name="Win32">
  488. <Operation>0</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="iPad_Launch1024">
  492. <Platform Name="iOSDevice32">
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="iOSDevice64">
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="iOSSimulator">
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="iPad_Launch1024x768">
  503. <Platform Name="iOSDevice32">
  504. <Operation>1</Operation>
  505. </Platform>
  506. <Platform Name="iOSDevice64">
  507. <Operation>1</Operation>
  508. </Platform>
  509. <Platform Name="iOSSimulator">
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="iPad_Launch1536">
  514. <Platform Name="iOSDevice32">
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="iOSDevice64">
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="iOSSimulator">
  521. <Operation>1</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="iPad_Launch1536x2048">
  525. <Platform Name="iOSDevice32">
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="iOSDevice64">
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="iOSSimulator">
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="iPad_Launch1668">
  536. <Platform Name="iOSDevice32">
  537. <Operation>1</Operation>
  538. </Platform>
  539. <Platform Name="iOSDevice64">
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="iOSSimulator">
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="iPad_Launch1668x2388">
  547. <Platform Name="iOSDevice32">
  548. <Operation>1</Operation>
  549. </Platform>
  550. <Platform Name="iOSDevice64">
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="iOSSimulator">
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="iPad_Launch2048">
  558. <Platform Name="iOSDevice32">
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="iOSDevice64">
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="iOSSimulator">
  565. <Operation>1</Operation>
  566. </Platform>
  567. </DeployClass>
  568. <DeployClass Name="iPad_Launch2048x1536">
  569. <Platform Name="iOSDevice32">
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="iOSDevice64">
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="iOSSimulator">
  576. <Operation>1</Operation>
  577. </Platform>
  578. </DeployClass>
  579. <DeployClass Name="iPad_Launch2048x2732">
  580. <Platform Name="iOSDevice32">
  581. <Operation>1</Operation>
  582. </Platform>
  583. <Platform Name="iOSDevice64">
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="iOSSimulator">
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="iPad_Launch2224">
  591. <Platform Name="iOSDevice32">
  592. <Operation>1</Operation>
  593. </Platform>
  594. <Platform Name="iOSDevice64">
  595. <Operation>1</Operation>
  596. </Platform>
  597. <Platform Name="iOSSimulator">
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="iPad_Launch2388x1668">
  602. <Platform Name="iOSDevice32">
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="iOSDevice64">
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="iOSSimulator">
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="iPad_Launch2732x2048">
  613. <Platform Name="iOSDevice32">
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="iOSDevice64">
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSSimulator">
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="iPad_Launch768">
  624. <Platform Name="iOSDevice32">
  625. <Operation>1</Operation>
  626. </Platform>
  627. <Platform Name="iOSDevice64">
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSSimulator">
  631. <Operation>1</Operation>
  632. </Platform>
  633. </DeployClass>
  634. <DeployClass Name="iPad_Launch768x1024">
  635. <Platform Name="iOSDevice32">
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="iOSDevice64">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="iOSSimulator">
  642. <Operation>1</Operation>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Name="iPhone_Launch1125">
  646. <Platform Name="iOSDevice32">
  647. <Operation>1</Operation>
  648. </Platform>
  649. <Platform Name="iOSDevice64">
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="iOSSimulator">
  653. <Operation>1</Operation>
  654. </Platform>
  655. </DeployClass>
  656. <DeployClass Name="iPhone_Launch1136x640">
  657. <Platform Name="iOSDevice32">
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="iOSDevice64">
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="iOSSimulator">
  664. <Operation>1</Operation>
  665. </Platform>
  666. </DeployClass>
  667. <DeployClass Name="iPhone_Launch1242">
  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="iPhone_Launch1242x2688">
  679. <Platform Name="iOSDevice32">
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="iOSDevice64">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="iOSSimulator">
  686. <Operation>1</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="iPhone_Launch1334">
  690. <Platform Name="iOSDevice32">
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSDevice64">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSSimulator">
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="iPhone_Launch1792">
  701. <Platform Name="iOSDevice32">
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="iOSDevice64">
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSSimulator">
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="iPhone_Launch2208">
  712. <Platform Name="iOSDevice32">
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="iOSDevice64">
  716. <Operation>1</Operation>
  717. </Platform>
  718. <Platform Name="iOSSimulator">
  719. <Operation>1</Operation>
  720. </Platform>
  721. </DeployClass>
  722. <DeployClass Name="iPhone_Launch2436">
  723. <Platform Name="iOSDevice32">
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSDevice64">
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="iOSSimulator">
  730. <Operation>1</Operation>
  731. </Platform>
  732. </DeployClass>
  733. <DeployClass Name="iPhone_Launch2688x1242">
  734. <Platform Name="iOSDevice32">
  735. <Operation>1</Operation>
  736. </Platform>
  737. <Platform Name="iOSDevice64">
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="iOSSimulator">
  741. <Operation>1</Operation>
  742. </Platform>
  743. </DeployClass>
  744. <DeployClass Name="iPhone_Launch320">
  745. <Platform Name="iOSDevice32">
  746. <Operation>1</Operation>
  747. </Platform>
  748. <Platform Name="iOSDevice64">
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="iOSSimulator">
  752. <Operation>1</Operation>
  753. </Platform>
  754. </DeployClass>
  755. <DeployClass Name="iPhone_Launch640">
  756. <Platform Name="iOSDevice32">
  757. <Operation>1</Operation>
  758. </Platform>
  759. <Platform Name="iOSDevice64">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSSimulator">
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="iPhone_Launch640x1136">
  767. <Platform Name="iOSDevice32">
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSDevice64">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSSimulator">
  774. <Operation>1</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="iPhone_Launch750">
  778. <Platform Name="iOSDevice32">
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="iOSDevice64">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSSimulator">
  785. <Operation>1</Operation>
  786. </Platform>
  787. </DeployClass>
  788. <DeployClass Name="iPhone_Launch828">
  789. <Platform Name="iOSDevice32">
  790. <Operation>1</Operation>
  791. </Platform>
  792. <Platform Name="iOSDevice64">
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="iOSSimulator">
  796. <Operation>1</Operation>
  797. </Platform>
  798. </DeployClass>
  799. <DeployClass Name="ProjectAndroidManifest">
  800. <Platform Name="Android">
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="ProjectiOSDeviceDebug">
  805. <Platform Name="iOSDevice32">
  806. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="iOSDevice64">
  810. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="ProjectiOSDeviceResourceRules">
  815. <Platform Name="iOSDevice32">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSDevice64">
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="ProjectiOSEntitlements">
  823. <Platform Name="iOSDevice32">
  824. <RemoteDir>..\</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSDevice64">
  828. <RemoteDir>..\</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. </DeployClass>
  832. <DeployClass Name="ProjectiOSInfoPList">
  833. <Platform Name="iOSDevice32">
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSDevice64">
  837. <Operation>1</Operation>
  838. </Platform>
  839. <Platform Name="iOSSimulator">
  840. <Operation>1</Operation>
  841. </Platform>
  842. </DeployClass>
  843. <DeployClass Name="ProjectiOSResource">
  844. <Platform Name="iOSDevice32">
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="iOSDevice64">
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="iOSSimulator">
  851. <Operation>1</Operation>
  852. </Platform>
  853. </DeployClass>
  854. <DeployClass Name="ProjectOSXDebug">
  855. <Platform Name="OSX64">
  856. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  857. <Operation>1</Operation>
  858. </Platform>
  859. </DeployClass>
  860. <DeployClass Name="ProjectOSXEntitlements">
  861. <Platform Name="OSX32">
  862. <RemoteDir>..\</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="OSX64">
  866. <RemoteDir>..\</RemoteDir>
  867. <Operation>1</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="ProjectOSXInfoPList">
  871. <Platform Name="OSX32">
  872. <RemoteDir>Contents</RemoteDir>
  873. <Operation>1</Operation>
  874. </Platform>
  875. <Platform Name="OSX64">
  876. <RemoteDir>Contents</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectOSXResource">
  881. <Platform Name="OSX32">
  882. <RemoteDir>Contents\Resources</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="OSX64">
  886. <RemoteDir>Contents\Resources</RemoteDir>
  887. <Operation>1</Operation>
  888. </Platform>
  889. </DeployClass>
  890. <DeployClass Required="true" Name="ProjectOutput">
  891. <Platform Name="Android">
  892. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSDevice32">
  896. <Operation>1</Operation>
  897. </Platform>
  898. <Platform Name="iOSDevice64">
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="iOSSimulator">
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="Linux64">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="OSX32">
  908. <RemoteDir>Contents\MacOS</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="OSX64">
  912. <RemoteDir>Contents\MacOS</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="Win32">
  916. <Operation>0</Operation>
  917. </Platform>
  918. </DeployClass>
  919. <DeployClass Name="ProjectUWPManifest">
  920. <Platform Name="Win32">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="Win64">
  924. <Operation>1</Operation>
  925. </Platform>
  926. </DeployClass>
  927. <DeployClass Name="UWP_DelphiLogo150">
  928. <Platform Name="Win32">
  929. <RemoteDir>Assets</RemoteDir>
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="Win64">
  933. <RemoteDir>Assets</RemoteDir>
  934. <Operation>1</Operation>
  935. </Platform>
  936. </DeployClass>
  937. <DeployClass Name="UWP_DelphiLogo44">
  938. <Platform Name="Win32">
  939. <RemoteDir>Assets</RemoteDir>
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="Win64">
  943. <RemoteDir>Assets</RemoteDir>
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  948. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  949. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  950. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  951. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  952. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  953. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  954. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  955. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  956. </Deployment>
  957. <Platforms>
  958. <Platform value="Android">False</Platform>
  959. <Platform value="iOSDevice32">False</Platform>
  960. <Platform value="iOSDevice64">False</Platform>
  961. <Platform value="iOSSimulator">False</Platform>
  962. <Platform value="OSX32">False</Platform>
  963. <Platform value="Win32">True</Platform>
  964. <Platform value="Win64">False</Platform>
  965. </Platforms>
  966. </BorlandProject>
  967. <ProjectFileVersion>12</ProjectFileVersion>
  968. </ProjectExtensions>
  969. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  970. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  971. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  972. </Project>