RESTDebugger.dproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{EAAEC73B-CF16-46C3-A598-65374DE332E9}</ProjectGuid>
  4. <ProjectVersion>18.2</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <MainSource>RESTDebugger.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Release</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>2</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>RESTDebugger</SanitizedProjectName>
  62. <VerInfo_Locale>2055</VerInfo_Locale>
  63. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  64. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  65. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  66. <DCC_DcuOutput>..\dcu</DCC_DcuOutput>
  67. <DCC_ExeOutput>..\</DCC_ExeOutput>
  68. <DCC_E>false</DCC_E>
  69. <DCC_N>false</DCC_N>
  70. <DCC_S>false</DCC_S>
  71. <DCC_F>false</DCC_F>
  72. <DCC_K>false</DCC_K>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  75. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  76. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  77. <VerInfo_Release>5</VerInfo_Release>
  78. <VerInfo_Build>15</VerInfo_Build>
  79. <DCC_UsePackage>DBXSqliteDriver;dxSkinBlueprintRS24;dxSpreadSheetConditionalFormattingDialogsRS24;DBXDb2Driver;dxPSDBTeeChartRS24;dxPSdxGaugeControlLnkRS24;vclactnband;dxSpreadSheetRS24;vclFireDAC;fs24;vcl.gtxControlsD101;DragDropDR101B;dxDockingRS24;tethering;dxSkinVisualStudio2013BlueRS24;dxPScxTLLnkRS24;dxBarExtItemsRS24;FireDACADSDriver;dxFireDACServerModeRS24;dxSkinOffice2007BlackRS24;dxPSTeeChartRS24;FireDACMSSQLDriver;vcltouch;vcldb;Intraweb;svn;dxSkinXmas2008BlueRS24;dxSkinscxSchedulerPainterRS24;dxSkinsdxBarPainterRS24;dxSkinOffice2010BlackRS24;dacfmx240;dxADOServerModeRS24;pgprovider240;dxGDIPlusRS24;dxPSdxDBTVLnkRS24;frx24;frxDBX24;dxSkinLilianRS24;crcontrols240;FireDACDBXDriver;dxNavBarRS24;vclx;cxTreeListRS24;dxSkinDevExpressDarkStyleRS24;dxtrmdRS24;RESTBackendComponents;dxRibbonRS24;VCLRESTComponents;cxExportRS24;dxSkinOffice2013LightGrayRS24;cxTreeListdxBarPopupMenuRS24;cxPivotGridChartRS24;dxTabbedMDIRS24;vclie;dxSkinVisualStudio2013LightRS24;bindengine;CloudService;FireDACMySQLDriver;fsDB24;kbmMemRunD101Std;cxPivotGridOLAPRS24;rRwWebBrowserVCL240;dxSkinSharpRS24;dxSkinBlackRS24;DataSnapClient;frxcs24;aseprovider240;db2provider240;dxPSLnksRS24;bindcompdbx;dxSkinCoffeeRS24;rRwEasyMAPI240;DBXSybaseASEDriver;IndyIPServer;dxSkinsdxRibbonPainterRS24;dxCoreRS24;IndySystem;dxSkinOffice2013DarkGrayRS24;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;BCEditor.Delphi.Berlin.Runtime;vcl.gtxReportExportD101;emshosting;dxBarDBNavRS24;dxSkinDarkSideRS24;dxSkinOffice2013WhiteRS24;DBXOdbcDriver;FireDACTDataDriver;FMXTee;dxPScxExtCommonRS24;dxPSdxLCLnkRS24;soaprtl;DbxCommonDriver;dxPScxPivotGridLnkRS24;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;odbcprovider240;dxSkinMcSkinRS24;rtl;vcl.gtxDBControlsD101;DbxClientDriver;dxLayoutControlRS24;DBXSybaseASADriver;cxGridRS24;dxSkinBlueRS24;dxSpellCheckerRS24;cxLibraryRS24;dxSkinStardustRS24;dxSkinCaramelRS24;appanalytics;dRwWebBrowserVCL240;dxDBXServerModeRS24;fsTee24;dxSkinsCoreRS24;IndyIPClient;dxSkinHighContrastRS24;dxMapControlRS24;bindcompvcl;dxPSdxMapControlLnkRS24;dxSkinTheAsphaltWorldRS24;TeeUI;frxe24;cxPageControlRS24;cxEditorsRS24;dxSkinSevenClassicRS24;dxPsPrVwAdvRS24;VclSmp;cxSchedulerRibbonStyleEventEditorRS24;FireDACODBCDriver;dxSkinPumpkinRS24;DataSnapIndy10ServerTransport;dxSkinscxPCPainterRS24;dxPSPrVwRibbonRS24;DataSnapProviderClient;FireDACMongoDBDriver;dxSkinSevenRS24;dxdborRS24;dxmdsRS24;DataSnapServerMidas;RESTComponents;oraprovider240;rRwIPC240;dxHttpIndyRequestRS24;DBXInterBaseDriver;cxPivotGridRS24;cxSchedulerGridRS24;emsclientfiredac;rRwControlsVCL240;DataSnapFireDAC;svnui;fmx.gtxControlsD101;dxdbtrRS24;dxSkinMetropolisRS24;FMX.dclgtxControlsD101;dxSkinMoneyTwinsRS24;dxPScxPCProdRS24;DBXMSSQLDriver;DatasnapConnectorsFreePascal;unidacfmx240;dxWizardControlRS24;rRwNetwork240;bindcompfmx;dRwWebBrowserFMX240;dxBarExtDBItemsRS24;DBXOracleDriver;unidacvcl240;dxPSdxOCLnkRS24;inetdb;dxSkinOffice2016ColorfulRS24;dxPSdxFCLnkRS24;cxSchedulerTreeBrowserRS24;frxADO24;FmxTeeUI;emsedge;unidac240;FireDACIBDriver;fmx;fmxdae;dxSkinSpringTimeRS24;dxSkinValentineRS24;dxSkinLondonLiquidSkyRS24;dxSkinWhiteprintRS24;dbexpress;IndyCore;dxSkiniMaginaryRS24;dxTileControlRS24;dxSkinOffice2016DarkRS24;dsnap;DataSnapCommon;emsclient;fsADO24;FireDACCommon;cxDataRS24;dxSkinOffice2007PinkRS24;dxPSdxSpreadSheetLnkRS24;DataSnapConnectors;rRwCodeEditorVCL240;dxSkinDevExpressStyleRS24;soapserver;dac240;dxOfficeCoreRS24;dxBarRS24;ibprovider240;dxSkinMetropolisDarkRS24;FireDACOracleDriver;DBXMySQLDriver;dxPSRichEditControlLnkRS24;DBXFirebirdDriver;dxPScxCommonRS24;dbfprovider240;FireDACCommonODBC;FireDACCommonDriver;liteprovider240;inet;IndyIPCommon;dxSkinVS2010RS24;TsiLang_XE101r;vcl;dxSkinSharpPlusRS24;dxPSdxDBOCLnkRS24;FireDACDb2Driver;rRwEasyXML240;dxThemeRS24;dxSkinOffice2007GreenRS24;myprovider240;rRwControlsFMX240;TeeDB;FireDAC;dxPScxVGridLnkRS24;dxPScxGridLnkRS24;tdsprovider240;FireDACSqliteDriver;FireDACPgDriver;rRwCommon240;FireDACASADriver;rRwEasyMAPIFMX240;dxSkinOffice2010BlueRS24;dxServerModeRS24;Tee;dacvcl240;DataSnapServer;accessprovider240;rRwEasyCrypt240;cxSchedulerRS24;vclwinx;FireDACDSDriver;rRwWebBrowserFMX240;dxSkinOffice2007BlueRS24;dxPSCoreRS24;dxSkinsdxDLPainterRS24;frxTee24;CustomIPTransport;vcldsnap;dxSkinGlassOceansRS24;dxRibbonCustomizationFormRS24;dxPScxSchedulerLnkRS24;dxSkinSummer2008RS24;dxSkinDarkRoomRS24;bindcomp;dxSkinFoggyRS24;DBXInformixDriver;Vcl.gtxStdCtrlsD101;dxorgcRS24;dxPDFViewerRS24;WPViewPDF_pack;dxSkinOffice2010SilverRS24;adsprovider240;dxRichEditControlRS24;dxSkinsdxNavBarPainterRS24;dbxcds;rRwEasyMAPIVCL240;adortl;dxSkinSilverRS24;dxSkinVisualStudio2013DarkRS24;dxComnRS24;cxVerticalGridRS24;dxFlowChartRS24;frxDB24;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;dxSkinOffice2007SilverRS24;dxGaugeControlRS24;dxSkinLiquidSkyRS24;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  80. <VerInfo_Locale>1033</VerInfo_Locale>
  81. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  87. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  88. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  89. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  90. <VerInfo_Release>5</VerInfo_Release>
  91. <VerInfo_Build>15</VerInfo_Build>
  92. <Icon_MainIcon>RESTDebugger_Icon.ico</Icon_MainIcon>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  96. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  97. <DCC_UsePackage>DBXSqliteDriver;dxSkinBlueprintRS24;dxSpreadSheetConditionalFormattingDialogsRS24;DBXDb2Driver;dxPSDBTeeChartRS24;dxPSdxGaugeControlLnkRS24;vclactnband;dxSpreadSheetRS24;vclFireDAC;DragDropDR101B;dxDockingRS24;tethering;dxSkinVisualStudio2013BlueRS24;dxPScxTLLnkRS24;dxBarExtItemsRS24;FireDACADSDriver;dxFireDACServerModeRS24;dxSkinOffice2007BlackRS24;dxPSTeeChartRS24;FireDACMSSQLDriver;vcltouch;vcldb;Intraweb;dxSkinXmas2008BlueRS24;dxSkinscxSchedulerPainterRS24;dxSkinsdxBarPainterRS24;dxSkinOffice2010BlackRS24;dxADOServerModeRS24;pgprovider240;dxGDIPlusRS24;dxPSdxDBTVLnkRS24;dxSkinLilianRS24;crcontrols240;FireDACDBXDriver;dxNavBarRS24;vclx;cxTreeListRS24;dxSkinDevExpressDarkStyleRS24;dxtrmdRS24;RESTBackendComponents;dxRibbonRS24;VCLRESTComponents;cxExportRS24;dxSkinOffice2013LightGrayRS24;cxTreeListdxBarPopupMenuRS24;cxPivotGridChartRS24;dxTabbedMDIRS24;vclie;dxSkinVisualStudio2013LightRS24;bindengine;CloudService;FireDACMySQLDriver;cxPivotGridOLAPRS24;dxSkinSharpRS24;dxSkinBlackRS24;DataSnapClient;dxPSLnksRS24;bindcompdbx;dxSkinCoffeeRS24;DBXSybaseASEDriver;IndyIPServer;dxSkinsdxRibbonPainterRS24;dxCoreRS24;IndySystem;dxSkinOffice2013DarkGrayRS24;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;BCEditor.Delphi.Berlin.Runtime;emshosting;dxBarDBNavRS24;dxSkinDarkSideRS24;dxSkinOffice2013WhiteRS24;DBXOdbcDriver;FireDACTDataDriver;FMXTee;dxPScxExtCommonRS24;dxPSdxLCLnkRS24;soaprtl;DbxCommonDriver;dxPScxPivotGridLnkRS24;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;dxSkinMcSkinRS24;rtl;DbxClientDriver;dxLayoutControlRS24;DBXSybaseASADriver;cxGridRS24;dxSkinBlueRS24;dxSpellCheckerRS24;cxLibraryRS24;dxSkinStardustRS24;dxSkinCaramelRS24;appanalytics;dxDBXServerModeRS24;dxSkinsCoreRS24;IndyIPClient;dxSkinHighContrastRS24;dxMapControlRS24;bindcompvcl;dxPSdxMapControlLnkRS24;dxSkinTheAsphaltWorldRS24;TeeUI;cxPageControlRS24;cxEditorsRS24;dxSkinSevenClassicRS24;dxPsPrVwAdvRS24;VclSmp;cxSchedulerRibbonStyleEventEditorRS24;FireDACODBCDriver;dxSkinPumpkinRS24;DataSnapIndy10ServerTransport;dxSkinscxPCPainterRS24;dxPSPrVwRibbonRS24;DataSnapProviderClient;FireDACMongoDBDriver;dxSkinSevenRS24;dxdborRS24;dxmdsRS24;DataSnapServerMidas;RESTComponents;dxHttpIndyRequestRS24;DBXInterBaseDriver;cxPivotGridRS24;cxSchedulerGridRS24;emsclientfiredac;DataSnapFireDAC;dxdbtrRS24;dxSkinMetropolisRS24;dxSkinMoneyTwinsRS24;dxPScxPCProdRS24;DBXMSSQLDriver;DatasnapConnectorsFreePascal;unidacfmx240;dxWizardControlRS24;bindcompfmx;dxBarExtDBItemsRS24;DBXOracleDriver;unidacvcl240;dxPSdxOCLnkRS24;inetdb;dxSkinOffice2016ColorfulRS24;dxPSdxFCLnkRS24;cxSchedulerTreeBrowserRS24;FmxTeeUI;emsedge;unidac240;FireDACIBDriver;fmx;fmxdae;dxSkinSpringTimeRS24;dxSkinValentineRS24;dxSkinLondonLiquidSkyRS24;dxSkinWhiteprintRS24;dbexpress;IndyCore;dxSkiniMaginaryRS24;dxTileControlRS24;dxSkinOffice2016DarkRS24;dsnap;DataSnapCommon;emsclient;FireDACCommon;cxDataRS24;dxSkinOffice2007PinkRS24;dxPSdxSpreadSheetLnkRS24;DataSnapConnectors;dxSkinDevExpressStyleRS24;soapserver;dac240;dxOfficeCoreRS24;dxBarRS24;dxSkinMetropolisDarkRS24;FireDACOracleDriver;DBXMySQLDriver;dxPSRichEditControlLnkRS24;DBXFirebirdDriver;dxPScxCommonRS24;FireDACCommonODBC;FireDACCommonDriver;liteprovider240;inet;IndyIPCommon;dxSkinVS2010RS24;vcl;dxSkinSharpPlusRS24;dxPSdxDBOCLnkRS24;FireDACDb2Driver;dxThemeRS24;dxSkinOffice2007GreenRS24;TeeDB;FireDAC;dxPScxVGridLnkRS24;dxPScxGridLnkRS24;FireDACSqliteDriver;FireDACPgDriver;FireDACASADriver;dxSkinOffice2010BlueRS24;dxServerModeRS24;Tee;DataSnapServer;cxSchedulerRS24;vclwinx;FireDACDSDriver;dxSkinOffice2007BlueRS24;dxPSCoreRS24;dxSkinsdxDLPainterRS24;CustomIPTransport;vcldsnap;dxSkinGlassOceansRS24;dxRibbonCustomizationFormRS24;dxPScxSchedulerLnkRS24;dxSkinSummer2008RS24;dxSkinDarkRoomRS24;bindcomp;dxSkinFoggyRS24;DBXInformixDriver;dxorgcRS24;dxPDFViewerRS24;dxSkinOffice2010SilverRS24;dxRichEditControlRS24;dxSkinsdxNavBarPainterRS24;dbxcds;adortl;dxSkinSilverRS24;dxSkinVisualStudio2013DarkRS24;dxComnRS24;cxVerticalGridRS24;dxFlowChartRS24;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;dxSkinOffice2007SilverRS24;dxGaugeControlRS24;dxSkinLiquidSkyRS24;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  100. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  101. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  102. <DCC_Optimize>false</DCC_Optimize>
  103. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  108. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  109. <VerInfo_Release>5</VerInfo_Release>
  110. <VerInfo_Build>15</VerInfo_Build>
  111. <AppEnableHighDPI>true</AppEnableHighDPI>
  112. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  113. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  116. <BT_BuildType>Debug</BT_BuildType>
  117. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  118. <VerInfo_Build>15</VerInfo_Build>
  119. <VerInfo_Release>5</VerInfo_Release>
  120. <VerInfo_Locale>1033</VerInfo_Locale>
  121. <AppEnableHighDPI>true</AppEnableHighDPI>
  122. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  123. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  126. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  127. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  128. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  129. <DCC_DebugInformation>0</DCC_DebugInformation>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  132. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  133. <VerInfo_Release>5</VerInfo_Release>
  134. <VerInfo_Build>15</VerInfo_Build>
  135. <AppEnableHighDPI>true</AppEnableHighDPI>
  136. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  139. <BT_BuildType>Debug</BT_BuildType>
  140. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  141. <VerInfo_Release>5</VerInfo_Release>
  142. <VerInfo_Build>15</VerInfo_Build>
  143. <AppEnableHighDPI>true</AppEnableHighDPI>
  144. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  145. </PropertyGroup>
  146. <ItemGroup>
  147. <DelphiCompile Include="$(MainSource)">
  148. <MainSource>MainSource</MainSource>
  149. </DelphiCompile>
  150. <DCCReference Include="..\src\_frmMain.pas">
  151. <Form>frmMain</Form>
  152. <FormType>dfm</FormType>
  153. </DCCReference>
  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">RESTDebugger.dpr</Source>
  173. </Source>
  174. <Excluded_Packages>
  175. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\DCLgtDocEngD24.bpl">Gnostice eDocEngine</Excluded_Packages>
  176. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAdvGridExpD24.bpl">Gnostice AdvGrid Interface</Excluded_Packages>
  177. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRichVwExpD24.bpl">Gnostice RichView Interface</Excluded_Packages>
  178. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRBExpD24.bpl">Gnostice ReportBuilder Export Interface</Excluded_Packages>
  179. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRaveExpD24.bpl">Gnostice RaveReport Export Interface</Excluded_Packages>
  180. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtHtmVwExpD24.bpl">Gnostice HTMLView Interface</Excluded_Packages>
  181. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtQRExpD24.bpl">Gnostice QuickReport Export Interface</Excluded_Packages>
  182. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtFRExpD24.bpl">Gnostice FastReport Export Interface</Excluded_Packages>
  183. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtXPressExpD24.bpl">Gnostice DevExpress Interface</Excluded_Packages>
  184. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAceExpD24.bpl">Gnostice AceExportInterface</Excluded_Packages>
  185. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtScaleRichVwExpD24.bpl">Gnostice ScaleRichView Interface</Excluded_Packages>
  186. <Excluded_Packages Name="C:\dev\_components\Gnostice\PDFtoolkit\Lib\RAD10.1\Win32\DCLgtPDFkitD101ProP.bpl">Gnostice PDFtoolkit</Excluded_Packages>
  187. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
  188. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
  189. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfrxIBX24.bpl">FastReport 5.0 IBX Components</Excluded_Packages>
  190. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfsIBX24.bpl">FastScript 1.9 IBX Components</Excluded_Packages>
  191. </Excluded_Packages>
  192. </Delphi.Personality>
  193. <Deployment Version="3">
  194. <DeployFile LocalName="Win32\Debug\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  195. <Platform Name="Win32">
  196. <RemoteName>RESTDebugger.exe</RemoteName>
  197. <Overwrite>true</Overwrite>
  198. </Platform>
  199. </DeployFile>
  200. <DeployClass Name="ProjectiOSDeviceResourceRules">
  201. <Platform Name="iOSDevice64">
  202. <Operation>1</Operation>
  203. </Platform>
  204. <Platform Name="iOSDevice32">
  205. <Operation>1</Operation>
  206. </Platform>
  207. </DeployClass>
  208. <DeployClass Name="ProjectOSXResource">
  209. <Platform Name="OSX32">
  210. <RemoteDir>Contents\Resources</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidClassesDexFile">
  215. <Platform Name="Android">
  216. <RemoteDir>classes</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. </DeployClass>
  220. <DeployClass Name="AdditionalDebugSymbols">
  221. <Platform Name="Win32">
  222. <RemoteDir>Contents\MacOS</RemoteDir>
  223. <Operation>0</Operation>
  224. </Platform>
  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. </DeployClass>
  233. <DeployClass Name="iPad_Launch768">
  234. <Platform Name="iOSSimulator">
  235. <Operation>1</Operation>
  236. </Platform>
  237. <Platform Name="iOSDevice64">
  238. <Operation>1</Operation>
  239. </Platform>
  240. <Platform Name="iOSDevice32">
  241. <Operation>1</Operation>
  242. </Platform>
  243. </DeployClass>
  244. <DeployClass Name="Android_LauncherIcon144">
  245. <Platform Name="Android">
  246. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidLibnativeMipsFile">
  251. <Platform Name="Android">
  252. <RemoteDir>library\lib\mips</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Required="true" Name="ProjectOutput">
  257. <Platform Name="iOSDevice64">
  258. <Operation>1</Operation>
  259. </Platform>
  260. <Platform Name="iOSDevice32">
  261. <Operation>1</Operation>
  262. </Platform>
  263. <Platform Name="Win32">
  264. <Operation>0</Operation>
  265. </Platform>
  266. <Platform Name="Linux64">
  267. <Operation>1</Operation>
  268. </Platform>
  269. <Platform Name="OSX32">
  270. <RemoteDir>Contents\MacOS</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. <Platform Name="Android">
  274. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. <Platform Name="iOSSimulator">
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="DependencyFramework">
  282. <Platform Name="Win32">
  283. <Operation>0</Operation>
  284. </Platform>
  285. <Platform Name="OSX32">
  286. <RemoteDir>Contents\MacOS</RemoteDir>
  287. <Operation>1</Operation>
  288. <Extensions>.framework</Extensions>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Name="ProjectUWPManifest">
  292. <Platform Name="Win32">
  293. <Operation>1</Operation>
  294. </Platform>
  295. <Platform Name="Win64">
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="iPhone_Launch640">
  300. <Platform Name="iOSSimulator">
  301. <Operation>1</Operation>
  302. </Platform>
  303. <Platform Name="iOSDevice64">
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="iOSDevice32">
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="iPad_Launch1024">
  311. <Platform Name="iOSSimulator">
  312. <Operation>1</Operation>
  313. </Platform>
  314. <Platform Name="iOSDevice64">
  315. <Operation>1</Operation>
  316. </Platform>
  317. <Platform Name="iOSDevice32">
  318. <Operation>1</Operation>
  319. </Platform>
  320. </DeployClass>
  321. <DeployClass Name="ProjectiOSDeviceDebug">
  322. <Platform Name="iOSDevice64">
  323. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. <Platform Name="iOSDevice32">
  327. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="iPhone_Launch320">
  332. <Platform Name="iOSSimulator">
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="iOSDevice64">
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="iOSDevice32">
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="ProjectiOSInfoPList">
  343. <Platform Name="iOSSimulator">
  344. <Operation>1</Operation>
  345. </Platform>
  346. <Platform Name="iOSDevice64">
  347. <Operation>1</Operation>
  348. </Platform>
  349. <Platform Name="iOSDevice32">
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="AndroidLibnativeArmeabiFile">
  354. <Platform Name="Android">
  355. <RemoteDir>library\lib\armeabi</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="DebugSymbols">
  360. <Platform Name="Win32">
  361. <Operation>0</Operation>
  362. </Platform>
  363. <Platform Name="iOSSimulator">
  364. <Operation>1</Operation>
  365. </Platform>
  366. <Platform Name="OSX32">
  367. <RemoteDir>Contents\MacOS</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. </DeployClass>
  371. <DeployClass Name="iPad_Launch1536">
  372. <Platform Name="iOSSimulator">
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="iOSDevice64">
  376. <Operation>1</Operation>
  377. </Platform>
  378. <Platform Name="iOSDevice32">
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="Android_SplashImage470">
  383. <Platform Name="Android">
  384. <RemoteDir>res\drawable-normal</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="Android_LauncherIcon96">
  389. <Platform Name="Android">
  390. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. </DeployClass>
  394. <DeployClass Name="Android_SplashImage640">
  395. <Platform Name="Android">
  396. <RemoteDir>res\drawable-large</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="iPhone_Launch640x1136">
  401. <Platform Name="iOSSimulator">
  402. <Operation>1</Operation>
  403. </Platform>
  404. <Platform Name="iOSDevice64">
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="iOSDevice32">
  408. <Operation>1</Operation>
  409. </Platform>
  410. </DeployClass>
  411. <DeployClass Name="UWP_DelphiLogo44">
  412. <Platform Name="Win32">
  413. <RemoteDir>Assets</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. <Platform Name="Win64">
  417. <RemoteDir>Assets</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="ProjectiOSEntitlements">
  422. <Platform Name="iOSDevice64">
  423. <RemoteDir>..\</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. <Platform Name="iOSDevice32">
  427. <RemoteDir>..\</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="Android_LauncherIcon72">
  432. <Platform Name="Android">
  433. <RemoteDir>res\drawable-hdpi</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="AndroidGDBServer">
  438. <Platform Name="Android">
  439. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="ProjectOSXInfoPList">
  444. <Platform Name="OSX32">
  445. <RemoteDir>Contents</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. </DeployClass>
  449. <DeployClass Name="ProjectOSXEntitlements">
  450. <Platform Name="OSX32">
  451. <RemoteDir>..\</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="UWP_DelphiLogo150">
  456. <Platform Name="Win32">
  457. <RemoteDir>Assets</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="Win64">
  461. <RemoteDir>Assets</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="iPad_Launch2048">
  466. <Platform Name="iOSSimulator">
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="iOSDevice64">
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="iOSDevice32">
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="AndroidSplashStyles">
  477. <Platform Name="Android">
  478. <RemoteDir>res\values</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_SplashImage426">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-small</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="AndroidSplashImageDef">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. </DeployClass>
  494. <DeployClass Name="ProjectiOSResource">
  495. <Platform Name="iOSSimulator">
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="iOSDevice64">
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="iOSDevice32">
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="ProjectAndroidManifest">
  506. <Platform Name="Android">
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_DefaultAppIcon">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="File">
  517. <Platform Name="Win32">
  518. <Operation>0</Operation>
  519. </Platform>
  520. <Platform Name="iOSDevice64">
  521. <Operation>0</Operation>
  522. </Platform>
  523. <Platform Name="OSX32">
  524. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  525. <Operation>0</Operation>
  526. </Platform>
  527. <Platform Name="iOSDevice32">
  528. <Operation>0</Operation>
  529. </Platform>
  530. <Platform Name="Android">
  531. <Operation>0</Operation>
  532. </Platform>
  533. <Platform Name="iOSSimulator">
  534. <Operation>0</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="AndroidServiceOutput">
  538. <Platform Name="Android">
  539. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. </DeployClass>
  543. <DeployClass Required="true" Name="DependencyPackage">
  544. <Platform Name="Win32">
  545. <Operation>0</Operation>
  546. <Extensions>.bpl</Extensions>
  547. </Platform>
  548. <Platform Name="iOSDevice64">
  549. <Operation>1</Operation>
  550. <Extensions>.dylib</Extensions>
  551. </Platform>
  552. <Platform Name="OSX32">
  553. <RemoteDir>Contents\MacOS</RemoteDir>
  554. <Operation>1</Operation>
  555. <Extensions>.dylib</Extensions>
  556. </Platform>
  557. <Platform Name="iOSDevice32">
  558. <Operation>1</Operation>
  559. <Extensions>.dylib</Extensions>
  560. </Platform>
  561. <Platform Name="iOSSimulator">
  562. <Operation>1</Operation>
  563. <Extensions>.dylib</Extensions>
  564. </Platform>
  565. </DeployClass>
  566. <DeployClass Name="Android_LauncherIcon48">
  567. <Platform Name="Android">
  568. <RemoteDir>res\drawable-mdpi</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="Android_SplashImage960">
  573. <Platform Name="Android">
  574. <RemoteDir>res\drawable-xlarge</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="Android_LauncherIcon36">
  579. <Platform Name="Android">
  580. <RemoteDir>res\drawable-ldpi</RemoteDir>
  581. <Operation>1</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="DependencyModule">
  585. <Platform Name="Win32">
  586. <Operation>0</Operation>
  587. <Extensions>.dll;.bpl</Extensions>
  588. </Platform>
  589. <Platform Name="iOSDevice64">
  590. <Operation>1</Operation>
  591. <Extensions>.dylib</Extensions>
  592. </Platform>
  593. <Platform Name="OSX32">
  594. <RemoteDir>Contents\MacOS</RemoteDir>
  595. <Operation>1</Operation>
  596. <Extensions>.dylib</Extensions>
  597. </Platform>
  598. <Platform Name="iOSDevice32">
  599. <Operation>1</Operation>
  600. <Extensions>.dylib</Extensions>
  601. </Platform>
  602. <Platform Name="iOSSimulator">
  603. <Operation>1</Operation>
  604. <Extensions>.dylib</Extensions>
  605. </Platform>
  606. </DeployClass>
  607. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  608. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  609. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  610. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  611. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  612. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  613. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  614. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  615. </Deployment>
  616. <Platforms>
  617. <Platform value="Win32">False</Platform>
  618. <Platform value="Win64">True</Platform>
  619. </Platforms>
  620. </BorlandProject>
  621. <ProjectFileVersion>12</ProjectFileVersion>
  622. </ProjectExtensions>
  623. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  624. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  625. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  626. </Project>