RunScheduledtask.dproj 55 KB

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