RunScheduledtask.dproj 42 KB

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