RunScheduledtask.dproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A89FB0A8-F224-459B-823F-14EF0C24CC1B}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>RunScheduledtask.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>3</TargetedPlatforms>
  11. <AppType>Console</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  22. <Base_iOSDevice32>true</Base_iOSDevice32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  27. <Base_iOSDevice64>true</Base_iOSDevice64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  32. <Base_iOSSimulator>true</Base_iOSSimulator>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  37. <Base_OSX32>true</Base_OSX32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  42. <Base_Win32>true</Base_Win32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  47. <Base_Win64>true</Base_Win64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  52. <Cfg_1>true</Cfg_1>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  57. <Cfg_1_Win32>true</Cfg_1_Win32>
  58. <CfgParent>Cfg_1</CfgParent>
  59. <Cfg_1>true</Cfg_1>
  60. <Base>true</Base>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  63. <Cfg_2>true</Cfg_2>
  64. <CfgParent>Base</CfgParent>
  65. <Base>true</Base>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base)'!=''">
  68. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  69. <DCC_ExeOutput>.\$(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>RunScheduledtask</SanitizedProjectName>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android)'!=''">
  79. <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>
  80. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  81. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  82. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  83. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  84. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  85. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  86. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  87. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  88. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  89. <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>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  92. <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>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  95. <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>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  98. <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>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  101. <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>
  102. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  105. <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>
  106. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  107. <BT_BuildType>Debug</BT_BuildType>
  108. <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>
  109. <VerInfo_Locale>1033</VerInfo_Locale>
  110. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  111. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  112. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  115. <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>
  116. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  117. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  118. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  119. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  120. <BT_BuildType>Debug</BT_BuildType>
  121. <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>
  122. <VerInfo_Locale>1033</VerInfo_Locale>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  125. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  126. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  127. <DCC_Optimize>false</DCC_Optimize>
  128. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  129. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  130. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  133. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  136. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  137. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  138. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  139. <DCC_DebugInformation>0</DCC_DebugInformation>
  140. </PropertyGroup>
  141. <ItemGroup>
  142. <DelphiCompile Include="$(MainSource)">
  143. <MainSource>MainSource</MainSource>
  144. </DelphiCompile>
  145. <BuildConfiguration Include="Release">
  146. <Key>Cfg_2</Key>
  147. <CfgParent>Base</CfgParent>
  148. </BuildConfiguration>
  149. <BuildConfiguration Include="Base">
  150. <Key>Base</Key>
  151. </BuildConfiguration>
  152. <BuildConfiguration Include="Debug">
  153. <Key>Cfg_1</Key>
  154. <CfgParent>Base</CfgParent>
  155. </BuildConfiguration>
  156. </ItemGroup>
  157. <ProjectExtensions>
  158. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  159. <Borland.ProjectType>Application</Borland.ProjectType>
  160. <BorlandProject>
  161. <Delphi.Personality>
  162. <Source>
  163. <Source Name="MainSource">RunScheduledtask.dpr</Source>
  164. </Source>
  165. </Delphi.Personality>
  166. <Deployment Version="3">
  167. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  168. <Platform Name="OSX64">
  169. <Overwrite>true</Overwrite>
  170. </Platform>
  171. </DeployFile>
  172. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  173. <Platform Name="OSX32">
  174. <Overwrite>true</Overwrite>
  175. </Platform>
  176. </DeployFile>
  177. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  178. <Platform Name="iOSSimulator">
  179. <Overwrite>true</Overwrite>
  180. </Platform>
  181. </DeployFile>
  182. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  183. <Platform Name="iOSSimulator">
  184. <Overwrite>true</Overwrite>
  185. </Platform>
  186. </DeployFile>
  187. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  188. <Platform Name="OSX32">
  189. <Overwrite>true</Overwrite>
  190. </Platform>
  191. </DeployFile>
  192. <DeployFile LocalName="Win32\Debug\RunScheduledtask.exe" Configuration="Debug" Class="ProjectOutput">
  193. <Platform Name="Win32">
  194. <RemoteName>RunScheduledtask.exe</RemoteName>
  195. <Overwrite>true</Overwrite>
  196. </Platform>
  197. </DeployFile>
  198. <DeployClass Name="AdditionalDebugSymbols">
  199. <Platform Name="iOSSimulator">
  200. <Operation>1</Operation>
  201. </Platform>
  202. <Platform Name="OSX32">
  203. <RemoteDir>Contents\MacOS</RemoteDir>
  204. <Operation>1</Operation>
  205. </Platform>
  206. <Platform Name="Win32">
  207. <Operation>0</Operation>
  208. </Platform>
  209. </DeployClass>
  210. <DeployClass Name="AndroidClassesDexFile">
  211. <Platform Name="Android">
  212. <RemoteDir>classes</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. </DeployClass>
  216. <DeployClass Name="AndroidFileProvider">
  217. <Platform Name="Android">
  218. <RemoteDir>res\xml</RemoteDir>
  219. <Operation>1</Operation>
  220. </Platform>
  221. </DeployClass>
  222. <DeployClass Name="AndroidGDBServer">
  223. <Platform Name="Android">
  224. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  225. <Operation>1</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="AndroidLibnativeArmeabiFile">
  229. <Platform Name="Android">
  230. <RemoteDir>library\lib\armeabi</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AndroidLibnativeMipsFile">
  235. <Platform Name="Android">
  236. <RemoteDir>library\lib\mips</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidServiceOutput">
  241. <Platform Name="Android">
  242. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. </DeployClass>
  246. <DeployClass Name="AndroidSplashImageDef">
  247. <Platform Name="Android">
  248. <RemoteDir>res\drawable</RemoteDir>
  249. <Operation>1</Operation>
  250. </Platform>
  251. </DeployClass>
  252. <DeployClass Name="AndroidSplashStyles">
  253. <Platform Name="Android">
  254. <RemoteDir>res\values</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="AndroidSplashStylesV21">
  259. <Platform Name="Android">
  260. <RemoteDir>res\values-v21</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="Android_DefaultAppIcon">
  265. <Platform Name="Android">
  266. <RemoteDir>res\drawable</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="Android_LauncherIcon144">
  271. <Platform Name="Android">
  272. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="Android_LauncherIcon36">
  277. <Platform Name="Android">
  278. <RemoteDir>res\drawable-ldpi</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="Android_LauncherIcon48">
  283. <Platform Name="Android">
  284. <RemoteDir>res\drawable-mdpi</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="Android_LauncherIcon72">
  289. <Platform Name="Android">
  290. <RemoteDir>res\drawable-hdpi</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. </DeployClass>
  294. <DeployClass Name="Android_LauncherIcon96">
  295. <Platform Name="Android">
  296. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="Android_SplashImage426">
  301. <Platform Name="Android">
  302. <RemoteDir>res\drawable-small</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="Android_SplashImage470">
  307. <Platform Name="Android">
  308. <RemoteDir>res\drawable-normal</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="Android_SplashImage640">
  313. <Platform Name="Android">
  314. <RemoteDir>res\drawable-large</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="Android_SplashImage960">
  319. <Platform Name="Android">
  320. <RemoteDir>res\drawable-xlarge</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="DebugSymbols">
  325. <Platform Name="iOSSimulator">
  326. <Operation>1</Operation>
  327. </Platform>
  328. <Platform Name="OSX32">
  329. <RemoteDir>Contents\MacOS</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="Win32">
  333. <Operation>0</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="DependencyFramework">
  337. <Platform Name="OSX32">
  338. <RemoteDir>Contents\MacOS</RemoteDir>
  339. <Operation>1</Operation>
  340. <Extensions>.framework</Extensions>
  341. </Platform>
  342. <Platform Name="OSX64">
  343. <RemoteDir>Contents\MacOS</RemoteDir>
  344. <Operation>1</Operation>
  345. <Extensions>.framework</Extensions>
  346. </Platform>
  347. <Platform Name="Win32">
  348. <Operation>0</Operation>
  349. </Platform>
  350. </DeployClass>
  351. <DeployClass Name="DependencyModule">
  352. <Platform Name="iOSDevice32">
  353. <Operation>1</Operation>
  354. <Extensions>.dylib</Extensions>
  355. </Platform>
  356. <Platform Name="iOSDevice64">
  357. <Operation>1</Operation>
  358. <Extensions>.dylib</Extensions>
  359. </Platform>
  360. <Platform Name="iOSSimulator">
  361. <Operation>1</Operation>
  362. <Extensions>.dylib</Extensions>
  363. </Platform>
  364. <Platform Name="OSX32">
  365. <RemoteDir>Contents\MacOS</RemoteDir>
  366. <Operation>1</Operation>
  367. <Extensions>.dylib</Extensions>
  368. </Platform>
  369. <Platform Name="OSX64">
  370. <RemoteDir>Contents\MacOS</RemoteDir>
  371. <Operation>1</Operation>
  372. <Extensions>.dylib</Extensions>
  373. </Platform>
  374. <Platform Name="Win32">
  375. <Operation>0</Operation>
  376. <Extensions>.dll;.bpl</Extensions>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Required="true" Name="DependencyPackage">
  380. <Platform Name="iOSDevice32">
  381. <Operation>1</Operation>
  382. <Extensions>.dylib</Extensions>
  383. </Platform>
  384. <Platform Name="iOSDevice64">
  385. <Operation>1</Operation>
  386. <Extensions>.dylib</Extensions>
  387. </Platform>
  388. <Platform Name="iOSSimulator">
  389. <Operation>1</Operation>
  390. <Extensions>.dylib</Extensions>
  391. </Platform>
  392. <Platform Name="OSX32">
  393. <RemoteDir>Contents\MacOS</RemoteDir>
  394. <Operation>1</Operation>
  395. <Extensions>.dylib</Extensions>
  396. </Platform>
  397. <Platform Name="OSX64">
  398. <RemoteDir>Contents\MacOS</RemoteDir>
  399. <Operation>1</Operation>
  400. <Extensions>.dylib</Extensions>
  401. </Platform>
  402. <Platform Name="Win32">
  403. <Operation>0</Operation>
  404. <Extensions>.bpl</Extensions>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="File">
  408. <Platform Name="Android">
  409. <Operation>0</Operation>
  410. </Platform>
  411. <Platform Name="iOSDevice32">
  412. <Operation>0</Operation>
  413. </Platform>
  414. <Platform Name="iOSDevice64">
  415. <Operation>0</Operation>
  416. </Platform>
  417. <Platform Name="iOSSimulator">
  418. <Operation>0</Operation>
  419. </Platform>
  420. <Platform Name="OSX32">
  421. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  422. <Operation>0</Operation>
  423. </Platform>
  424. <Platform Name="OSX64">
  425. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  426. <Operation>0</Operation>
  427. </Platform>
  428. <Platform Name="Win32">
  429. <Operation>0</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="iPad_Launch1024">
  433. <Platform Name="iOSDevice32">
  434. <Operation>1</Operation>
  435. </Platform>
  436. <Platform Name="iOSDevice64">
  437. <Operation>1</Operation>
  438. </Platform>
  439. <Platform Name="iOSSimulator">
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="iPad_Launch1536">
  444. <Platform Name="iOSDevice32">
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="iOSDevice64">
  448. <Operation>1</Operation>
  449. </Platform>
  450. <Platform Name="iOSSimulator">
  451. <Operation>1</Operation>
  452. </Platform>
  453. </DeployClass>
  454. <DeployClass Name="iPad_Launch2048">
  455. <Platform Name="iOSDevice32">
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="iOSDevice64">
  459. <Operation>1</Operation>
  460. </Platform>
  461. <Platform Name="iOSSimulator">
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="iPad_Launch768">
  466. <Platform Name="iOSDevice32">
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="iOSDevice64">
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="iOSSimulator">
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="iPhone_Launch320">
  477. <Platform Name="iOSDevice32">
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="iOSDevice64">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="iOSSimulator">
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="iPhone_Launch640">
  488. <Platform Name="iOSDevice32">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="iOSDevice64">
  492. <Operation>1</Operation>
  493. </Platform>
  494. <Platform Name="iOSSimulator">
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="iPhone_Launch640x1136">
  499. <Platform Name="iOSDevice32">
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="iOSDevice64">
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="iOSSimulator">
  506. <Operation>1</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="ProjectAndroidManifest">
  510. <Platform Name="Android">
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="ProjectiOSDeviceDebug">
  515. <Platform Name="iOSDevice32">
  516. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. <Platform Name="iOSDevice64">
  520. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  521. <Operation>1</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="ProjectiOSDeviceResourceRules">
  525. <Platform Name="iOSDevice32">
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="iOSDevice64">
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="ProjectiOSEntitlements">
  533. <Platform Name="iOSDevice32">
  534. <RemoteDir>..\</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="iOSDevice64">
  538. <RemoteDir>..\</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="ProjectiOSInfoPList">
  543. <Platform Name="iOSDevice32">
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="iOSDevice64">
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="iOSSimulator">
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="ProjectiOSResource">
  554. <Platform Name="iOSDevice32">
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="iOSDevice64">
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="iOSSimulator">
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="ProjectOSXDebug">
  565. <Platform Name="OSX64">
  566. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="ProjectOSXEntitlements">
  571. <Platform Name="OSX32">
  572. <RemoteDir>..\</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="OSX64">
  576. <RemoteDir>..\</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="ProjectOSXInfoPList">
  581. <Platform Name="OSX32">
  582. <RemoteDir>Contents</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="OSX64">
  586. <RemoteDir>Contents</RemoteDir>
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="ProjectOSXResource">
  591. <Platform Name="OSX32">
  592. <RemoteDir>Contents\Resources</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="OSX64">
  596. <RemoteDir>Contents\Resources</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Required="true" Name="ProjectOutput">
  601. <Platform Name="Android">
  602. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="iOSDevice32">
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="iOSDevice64">
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="iOSSimulator">
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="Linux64">
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="OSX32">
  618. <RemoteDir>Contents\MacOS</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="OSX64">
  622. <RemoteDir>Contents\MacOS</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="Win32">
  626. <Operation>0</Operation>
  627. </Platform>
  628. </DeployClass>
  629. <DeployClass Name="ProjectUWPManifest">
  630. <Platform Name="Win32">
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="Win64">
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="UWP_DelphiLogo150">
  638. <Platform Name="Win32">
  639. <RemoteDir>Assets</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="Win64">
  643. <RemoteDir>Assets</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="UWP_DelphiLogo44">
  648. <Platform Name="Win32">
  649. <RemoteDir>Assets</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="Win64">
  653. <RemoteDir>Assets</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. </DeployClass>
  657. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  658. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  659. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  660. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  661. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  662. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  663. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  664. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  665. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  666. </Deployment>
  667. <Platforms>
  668. <Platform value="Android">False</Platform>
  669. <Platform value="iOSDevice32">False</Platform>
  670. <Platform value="iOSDevice64">False</Platform>
  671. <Platform value="iOSSimulator">False</Platform>
  672. <Platform value="OSX32">False</Platform>
  673. <Platform value="Win32">True</Platform>
  674. <Platform value="Win64">True</Platform>
  675. </Platforms>
  676. </BorlandProject>
  677. <ProjectFileVersion>12</ProjectFileVersion>
  678. </ProjectExtensions>
  679. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  680. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  681. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  682. </Project>