RunTask.dproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977
  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.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>RunTask</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. </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>..\AnonymousThread\(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">RunTask.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\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  185. <Platform Name="OSX32">
  186. <Overwrite>true</Overwrite>
  187. </Platform>
  188. </DeployFile>
  189. <DeployFile LocalName="bin\Win32\Debug\RunTask.exe" Configuration="Debug" Class="ProjectOutput">
  190. <Platform Name="Win32">
  191. <RemoteName>RunTask.exe</RemoteName>
  192. <Overwrite>true</Overwrite>
  193. </Platform>
  194. </DeployFile>
  195. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  196. <Platform Name="OSX64">
  197. <Overwrite>true</Overwrite>
  198. </Platform>
  199. </DeployFile>
  200. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  201. <Platform Name="iOSSimulator">
  202. <Overwrite>true</Overwrite>
  203. </Platform>
  204. </DeployFile>
  205. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  206. <Platform Name="iOSSimulator">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  211. <Platform Name="iOSSimulator">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  216. <Platform Name="OSX32">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployClass Name="AdditionalDebugSymbols">
  221. <Platform Name="iOSSimulator">
  222. <Operation>1</Operation>
  223. </Platform>
  224. <Platform Name="OSX32">
  225. <RemoteDir>Contents\MacOS</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. <Platform Name="Win32">
  229. <Operation>0</Operation>
  230. </Platform>
  231. </DeployClass>
  232. <DeployClass Name="AndroidClassesDexFile">
  233. <Platform Name="Android">
  234. <RemoteDir>classes</RemoteDir>
  235. <Operation>1</Operation>
  236. </Platform>
  237. </DeployClass>
  238. <DeployClass Name="AndroidFileProvider">
  239. <Platform Name="Android">
  240. <RemoteDir>res\xml</RemoteDir>
  241. <Operation>1</Operation>
  242. </Platform>
  243. </DeployClass>
  244. <DeployClass Name="AndroidGDBServer">
  245. <Platform Name="Android">
  246. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidLibnativeArmeabiFile">
  251. <Platform Name="Android">
  252. <RemoteDir>library\lib\armeabi</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="AndroidLibnativeMipsFile">
  257. <Platform Name="Android">
  258. <RemoteDir>library\lib\mips</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="AndroidServiceOutput">
  263. <Platform Name="Android">
  264. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="AndroidSplashImageDef">
  269. <Platform Name="Android">
  270. <RemoteDir>res\drawable</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. </DeployClass>
  274. <DeployClass Name="AndroidSplashStyles">
  275. <Platform Name="Android">
  276. <RemoteDir>res\values</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="AndroidSplashStylesV21">
  281. <Platform Name="Android">
  282. <RemoteDir>res\values-v21</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="Android_Colors">
  287. <Platform Name="Android">
  288. <RemoteDir>res\values</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="Android_DefaultAppIcon">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="Android_LauncherIcon144">
  299. <Platform Name="Android">
  300. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="Android_LauncherIcon36">
  305. <Platform Name="Android">
  306. <RemoteDir>res\drawable-ldpi</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_LauncherIcon48">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable-mdpi</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="Android_LauncherIcon72">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable-hdpi</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_LauncherIcon96">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="Android_NotificationIcon24">
  329. <Platform Name="Android">
  330. <RemoteDir>res\drawable-mdpi</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="Android_NotificationIcon36">
  335. <Platform Name="Android">
  336. <RemoteDir>res\drawable-hdpi</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="Android_NotificationIcon48">
  341. <Platform Name="Android">
  342. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="Android_NotificationIcon72">
  347. <Platform Name="Android">
  348. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="Android_NotificationIcon96">
  353. <Platform Name="Android">
  354. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="Android_SplashImage426">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable-small</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="Android_SplashImage470">
  365. <Platform Name="Android">
  366. <RemoteDir>res\drawable-normal</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_SplashImage640">
  371. <Platform Name="Android">
  372. <RemoteDir>res\drawable-large</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="Android_SplashImage960">
  377. <Platform Name="Android">
  378. <RemoteDir>res\drawable-xlarge</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="Android_Strings">
  383. <Platform Name="Android">
  384. <RemoteDir>res\values</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="DebugSymbols">
  389. <Platform Name="iOSSimulator">
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="OSX32">
  393. <RemoteDir>Contents\MacOS</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. <Platform Name="Win32">
  397. <Operation>0</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="DependencyFramework">
  401. <Platform Name="OSX32">
  402. <RemoteDir>Contents\MacOS</RemoteDir>
  403. <Operation>1</Operation>
  404. <Extensions>.framework</Extensions>
  405. </Platform>
  406. <Platform Name="OSX64">
  407. <RemoteDir>Contents\MacOS</RemoteDir>
  408. <Operation>1</Operation>
  409. <Extensions>.framework</Extensions>
  410. </Platform>
  411. <Platform Name="Win32">
  412. <Operation>0</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="DependencyModule">
  416. <Platform Name="iOSDevice32">
  417. <Operation>1</Operation>
  418. <Extensions>.dylib</Extensions>
  419. </Platform>
  420. <Platform Name="iOSDevice64">
  421. <Operation>1</Operation>
  422. <Extensions>.dylib</Extensions>
  423. </Platform>
  424. <Platform Name="iOSSimulator">
  425. <Operation>1</Operation>
  426. <Extensions>.dylib</Extensions>
  427. </Platform>
  428. <Platform Name="OSX32">
  429. <RemoteDir>Contents\MacOS</RemoteDir>
  430. <Operation>1</Operation>
  431. <Extensions>.dylib</Extensions>
  432. </Platform>
  433. <Platform Name="OSX64">
  434. <RemoteDir>Contents\MacOS</RemoteDir>
  435. <Operation>1</Operation>
  436. <Extensions>.dylib</Extensions>
  437. </Platform>
  438. <Platform Name="Win32">
  439. <Operation>0</Operation>
  440. <Extensions>.dll;.bpl</Extensions>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Required="true" Name="DependencyPackage">
  444. <Platform Name="iOSDevice32">
  445. <Operation>1</Operation>
  446. <Extensions>.dylib</Extensions>
  447. </Platform>
  448. <Platform Name="iOSDevice64">
  449. <Operation>1</Operation>
  450. <Extensions>.dylib</Extensions>
  451. </Platform>
  452. <Platform Name="iOSSimulator">
  453. <Operation>1</Operation>
  454. <Extensions>.dylib</Extensions>
  455. </Platform>
  456. <Platform Name="OSX32">
  457. <RemoteDir>Contents\MacOS</RemoteDir>
  458. <Operation>1</Operation>
  459. <Extensions>.dylib</Extensions>
  460. </Platform>
  461. <Platform Name="OSX64">
  462. <RemoteDir>Contents\MacOS</RemoteDir>
  463. <Operation>1</Operation>
  464. <Extensions>.dylib</Extensions>
  465. </Platform>
  466. <Platform Name="Win32">
  467. <Operation>0</Operation>
  468. <Extensions>.bpl</Extensions>
  469. </Platform>
  470. </DeployClass>
  471. <DeployClass Name="File">
  472. <Platform Name="Android">
  473. <Operation>0</Operation>
  474. </Platform>
  475. <Platform Name="iOSDevice32">
  476. <Operation>0</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice64">
  479. <Operation>0</Operation>
  480. </Platform>
  481. <Platform Name="iOSSimulator">
  482. <Operation>0</Operation>
  483. </Platform>
  484. <Platform Name="OSX32">
  485. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  486. <Operation>0</Operation>
  487. </Platform>
  488. <Platform Name="OSX64">
  489. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  490. <Operation>0</Operation>
  491. </Platform>
  492. <Platform Name="Win32">
  493. <Operation>0</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="iPad_Launch1024">
  497. <Platform Name="iOSDevice32">
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="iOSDevice64">
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="iOSSimulator">
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="iPad_Launch1024x768">
  508. <Platform Name="iOSDevice32">
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="iOSDevice64">
  512. <Operation>1</Operation>
  513. </Platform>
  514. <Platform Name="iOSSimulator">
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="iPad_Launch1536">
  519. <Platform Name="iOSDevice32">
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="iOSDevice64">
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="iOSSimulator">
  526. <Operation>1</Operation>
  527. </Platform>
  528. </DeployClass>
  529. <DeployClass Name="iPad_Launch1536x2048">
  530. <Platform Name="iOSDevice32">
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="iOSDevice64">
  534. <Operation>1</Operation>
  535. </Platform>
  536. <Platform Name="iOSSimulator">
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="iPad_Launch1668">
  541. <Platform Name="iOSDevice32">
  542. <Operation>1</Operation>
  543. </Platform>
  544. <Platform Name="iOSDevice64">
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="iOSSimulator">
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="iPad_Launch1668x2388">
  552. <Platform Name="iOSDevice32">
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="iOSDevice64">
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="iOSSimulator">
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="iPad_Launch2048">
  563. <Platform Name="iOSDevice32">
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSDevice64">
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="iOSSimulator">
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="iPad_Launch2048x1536">
  574. <Platform Name="iOSDevice32">
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="iOSDevice64">
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="iOSSimulator">
  581. <Operation>1</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="iPad_Launch2048x2732">
  585. <Platform Name="iOSDevice32">
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="iOSDevice64">
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="iOSSimulator">
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="iPad_Launch2224">
  596. <Platform Name="iOSDevice32">
  597. <Operation>1</Operation>
  598. </Platform>
  599. <Platform Name="iOSDevice64">
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="iOSSimulator">
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="iPad_Launch2388x1668">
  607. <Platform Name="iOSDevice32">
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="iOSDevice64">
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="iOSSimulator">
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="iPad_Launch2732x2048">
  618. <Platform Name="iOSDevice32">
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="iOSDevice64">
  622. <Operation>1</Operation>
  623. </Platform>
  624. <Platform Name="iOSSimulator">
  625. <Operation>1</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="iPad_Launch768">
  629. <Platform Name="iOSDevice32">
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="iOSDevice64">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="iOSSimulator">
  636. <Operation>1</Operation>
  637. </Platform>
  638. </DeployClass>
  639. <DeployClass Name="iPad_Launch768x1024">
  640. <Platform Name="iOSDevice32">
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="iOSDevice64">
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="iPhone_Launch1125">
  651. <Platform Name="iOSDevice32">
  652. <Operation>1</Operation>
  653. </Platform>
  654. <Platform Name="iOSDevice64">
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="iOSSimulator">
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPhone_Launch1136x640">
  662. <Platform Name="iOSDevice32">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="iPhone_Launch1242">
  673. <Platform Name="iOSDevice32">
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSSimulator">
  680. <Operation>1</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <DeployClass Name="iPhone_Launch1242x2688">
  684. <Platform Name="iOSDevice32">
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSDevice64">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSSimulator">
  691. <Operation>1</Operation>
  692. </Platform>
  693. </DeployClass>
  694. <DeployClass Name="iPhone_Launch1334">
  695. <Platform Name="iOSDevice32">
  696. <Operation>1</Operation>
  697. </Platform>
  698. <Platform Name="iOSDevice64">
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="iOSSimulator">
  702. <Operation>1</Operation>
  703. </Platform>
  704. </DeployClass>
  705. <DeployClass Name="iPhone_Launch1792">
  706. <Platform Name="iOSDevice32">
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="iOSDevice64">
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSSimulator">
  713. <Operation>1</Operation>
  714. </Platform>
  715. </DeployClass>
  716. <DeployClass Name="iPhone_Launch2208">
  717. <Platform Name="iOSDevice32">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSDevice64">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSSimulator">
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Name="iPhone_Launch2436">
  728. <Platform Name="iOSDevice32">
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="iOSDevice64">
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSSimulator">
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="iPhone_Launch2688x1242">
  739. <Platform Name="iOSDevice32">
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="iOSDevice64">
  743. <Operation>1</Operation>
  744. </Platform>
  745. <Platform Name="iOSSimulator">
  746. <Operation>1</Operation>
  747. </Platform>
  748. </DeployClass>
  749. <DeployClass Name="iPhone_Launch320">
  750. <Platform Name="iOSDevice32">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSSimulator">
  757. <Operation>1</Operation>
  758. </Platform>
  759. </DeployClass>
  760. <DeployClass Name="iPhone_Launch640">
  761. <Platform Name="iOSDevice32">
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSDevice64">
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <Operation>1</Operation>
  769. </Platform>
  770. </DeployClass>
  771. <DeployClass Name="iPhone_Launch640x1136">
  772. <Platform Name="iOSDevice32">
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="iOSDevice64">
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="iOSSimulator">
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="iPhone_Launch750">
  783. <Platform Name="iOSDevice32">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSDevice64">
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="iOSSimulator">
  790. <Operation>1</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Name="iPhone_Launch828">
  794. <Platform Name="iOSDevice32">
  795. <Operation>1</Operation>
  796. </Platform>
  797. <Platform Name="iOSDevice64">
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="iOSSimulator">
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="ProjectAndroidManifest">
  805. <Platform Name="Android">
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="ProjectiOSDeviceDebug">
  810. <Platform Name="iOSDevice32">
  811. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSDevice64">
  815. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Name="ProjectiOSDeviceResourceRules">
  820. <Platform Name="iOSDevice32">
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="iOSDevice64">
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="ProjectiOSEntitlements">
  828. <Platform Name="iOSDevice32">
  829. <RemoteDir>..\</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="ProjectiOSInfoPList">
  838. <Platform Name="iOSDevice32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimulator">
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="ProjectiOSResource">
  849. <Platform Name="iOSDevice32">
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="iOSDevice64">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="iOSSimulator">
  856. <Operation>1</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="ProjectOSXDebug">
  860. <Platform Name="OSX64">
  861. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  862. <Operation>1</Operation>
  863. </Platform>
  864. </DeployClass>
  865. <DeployClass Name="ProjectOSXEntitlements">
  866. <Platform Name="OSX32">
  867. <RemoteDir>..\</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="OSX64">
  871. <RemoteDir>..\</RemoteDir>
  872. <Operation>1</Operation>
  873. </Platform>
  874. </DeployClass>
  875. <DeployClass Name="ProjectOSXInfoPList">
  876. <Platform Name="OSX32">
  877. <RemoteDir>Contents</RemoteDir>
  878. <Operation>1</Operation>
  879. </Platform>
  880. <Platform Name="OSX64">
  881. <RemoteDir>Contents</RemoteDir>
  882. <Operation>1</Operation>
  883. </Platform>
  884. </DeployClass>
  885. <DeployClass Name="ProjectOSXResource">
  886. <Platform Name="OSX32">
  887. <RemoteDir>Contents\Resources</RemoteDir>
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="OSX64">
  891. <RemoteDir>Contents\Resources</RemoteDir>
  892. <Operation>1</Operation>
  893. </Platform>
  894. </DeployClass>
  895. <DeployClass Required="true" Name="ProjectOutput">
  896. <Platform Name="Android">
  897. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSDevice32">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSDevice64">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimulator">
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="Linux64">
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="OSX32">
  913. <RemoteDir>Contents\MacOS</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="OSX64">
  917. <RemoteDir>Contents\MacOS</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="Win32">
  921. <Operation>0</Operation>
  922. </Platform>
  923. </DeployClass>
  924. <DeployClass Name="ProjectUWPManifest">
  925. <Platform Name="Win32">
  926. <Operation>1</Operation>
  927. </Platform>
  928. <Platform Name="Win64">
  929. <Operation>1</Operation>
  930. </Platform>
  931. </DeployClass>
  932. <DeployClass Name="UWP_DelphiLogo150">
  933. <Platform Name="Win32">
  934. <RemoteDir>Assets</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="Win64">
  938. <RemoteDir>Assets</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. </DeployClass>
  942. <DeployClass Name="UWP_DelphiLogo44">
  943. <Platform Name="Win32">
  944. <RemoteDir>Assets</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="Win64">
  948. <RemoteDir>Assets</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  953. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  954. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  955. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  956. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  957. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  958. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  959. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  960. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  961. </Deployment>
  962. <Platforms>
  963. <Platform value="Android">False</Platform>
  964. <Platform value="iOSDevice32">False</Platform>
  965. <Platform value="iOSDevice64">False</Platform>
  966. <Platform value="iOSSimulator">False</Platform>
  967. <Platform value="OSX32">False</Platform>
  968. <Platform value="Win32">True</Platform>
  969. <Platform value="Win64">False</Platform>
  970. </Platforms>
  971. </BorlandProject>
  972. <ProjectFileVersion>12</ProjectFileVersion>
  973. </ProjectExtensions>
  974. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  975. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  976. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  977. </Project>