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="DependencyModule">
  201. <Platform Name="Win32">
  202. <Operation>0</Operation>
  203. <Extensions>.dll;.bpl</Extensions>
  204. </Platform>
  205. <Platform Name="iOSDevice64">
  206. <Operation>1</Operation>
  207. <Extensions>.dylib</Extensions>
  208. </Platform>
  209. <Platform Name="OSX32">
  210. <RemoteDir>Contents\MacOS</RemoteDir>
  211. <Operation>1</Operation>
  212. <Extensions>.dylib</Extensions>
  213. </Platform>
  214. <Platform Name="iOSDevice32">
  215. <Operation>1</Operation>
  216. <Extensions>.dylib</Extensions>
  217. </Platform>
  218. <Platform Name="iOSSimulator">
  219. <Operation>1</Operation>
  220. <Extensions>.dylib</Extensions>
  221. </Platform>
  222. </DeployClass>
  223. <DeployClass Name="ProjectOSXResource">
  224. <Platform Name="OSX32">
  225. <RemoteDir>Contents\Resources</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidClassesDexFile">
  230. <Platform Name="Android">
  231. <RemoteDir>classes</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. </DeployClass>
  235. <DeployClass Name="AdditionalDebugSymbols">
  236. <Platform Name="Win32">
  237. <RemoteDir>Contents\MacOS</RemoteDir>
  238. <Operation>0</Operation>
  239. </Platform>
  240. <Platform Name="iOSSimulator">
  241. <Operation>1</Operation>
  242. </Platform>
  243. <Platform Name="OSX32">
  244. <RemoteDir>Contents\MacOS</RemoteDir>
  245. <Operation>1</Operation>
  246. </Platform>
  247. </DeployClass>
  248. <DeployClass Name="iPad_Launch768">
  249. <Platform Name="iOSSimulator">
  250. <Operation>1</Operation>
  251. </Platform>
  252. <Platform Name="iOSDevice64">
  253. <Operation>1</Operation>
  254. </Platform>
  255. <Platform Name="iOSDevice32">
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="Android_LauncherIcon144">
  260. <Platform Name="Android">
  261. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidLibnativeMipsFile">
  266. <Platform Name="Android">
  267. <RemoteDir>library\lib\mips</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Required="true" Name="ProjectOutput">
  272. <Platform Name="iOSDevice64">
  273. <Operation>1</Operation>
  274. </Platform>
  275. <Platform Name="iOSDevice32">
  276. <Operation>1</Operation>
  277. </Platform>
  278. <Platform Name="Win32">
  279. <Operation>0</Operation>
  280. </Platform>
  281. <Platform Name="Linux64">
  282. <Operation>1</Operation>
  283. </Platform>
  284. <Platform Name="OSX32">
  285. <RemoteDir>Contents\MacOS</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. <Platform Name="Android">
  289. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="iOSSimulator">
  293. <Operation>1</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="DependencyFramework">
  297. <Platform Name="Win32">
  298. <Operation>0</Operation>
  299. </Platform>
  300. <Platform Name="OSX32">
  301. <RemoteDir>Contents\MacOS</RemoteDir>
  302. <Operation>1</Operation>
  303. <Extensions>.framework</Extensions>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="ProjectUWPManifest">
  307. <Platform Name="Win32">
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="Win64">
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="iPhone_Launch640">
  315. <Platform Name="iOSSimulator">
  316. <Operation>1</Operation>
  317. </Platform>
  318. <Platform Name="iOSDevice64">
  319. <Operation>1</Operation>
  320. </Platform>
  321. <Platform Name="iOSDevice32">
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="iPad_Launch1024">
  326. <Platform Name="iOSSimulator">
  327. <Operation>1</Operation>
  328. </Platform>
  329. <Platform Name="iOSDevice64">
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="iOSDevice32">
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="ProjectiOSDeviceDebug">
  337. <Platform Name="iOSDevice64">
  338. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="iOSDevice32">
  342. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="iPhone_Launch320">
  347. <Platform Name="iOSSimulator">
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="iOSDevice64">
  351. <Operation>1</Operation>
  352. </Platform>
  353. <Platform Name="iOSDevice32">
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="ProjectiOSInfoPList">
  358. <Platform Name="iOSSimulator">
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="iOSDevice64">
  362. <Operation>1</Operation>
  363. </Platform>
  364. <Platform Name="iOSDevice32">
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="AndroidLibnativeArmeabiFile">
  369. <Platform Name="Android">
  370. <RemoteDir>library\lib\armeabi</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="DebugSymbols">
  375. <Platform Name="Win32">
  376. <Operation>0</Operation>
  377. </Platform>
  378. <Platform Name="iOSSimulator">
  379. <Operation>1</Operation>
  380. </Platform>
  381. <Platform Name="OSX32">
  382. <RemoteDir>Contents\MacOS</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="iPad_Launch1536">
  387. <Platform Name="iOSSimulator">
  388. <Operation>1</Operation>
  389. </Platform>
  390. <Platform Name="iOSDevice64">
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="iOSDevice32">
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_SplashImage470">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-normal</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="Android_LauncherIcon96">
  404. <Platform Name="Android">
  405. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_SplashImage640">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable-large</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="iPhone_Launch640x1136">
  416. <Platform Name="iOSSimulator">
  417. <Operation>1</Operation>
  418. </Platform>
  419. <Platform Name="iOSDevice64">
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="iOSDevice32">
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="UWP_DelphiLogo44">
  427. <Platform Name="Win32">
  428. <RemoteDir>Assets</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. <Platform Name="Win64">
  432. <RemoteDir>Assets</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="ProjectiOSEntitlements">
  437. <Platform Name="iOSDevice64">
  438. <RemoteDir>..\</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. <Platform Name="iOSDevice32">
  442. <RemoteDir>..\</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_LauncherIcon72">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-hdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="AndroidGDBServer">
  453. <Platform Name="Android">
  454. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="ProjectOSXInfoPList">
  459. <Platform Name="OSX32">
  460. <RemoteDir>Contents</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="ProjectOSXEntitlements">
  465. <Platform Name="OSX32">
  466. <RemoteDir>..\</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="UWP_DelphiLogo150">
  471. <Platform Name="Win32">
  472. <RemoteDir>Assets</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="Win64">
  476. <RemoteDir>Assets</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="iPad_Launch2048">
  481. <Platform Name="iOSSimulator">
  482. <Operation>1</Operation>
  483. </Platform>
  484. <Platform Name="iOSDevice64">
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="iOSDevice32">
  488. <Operation>1</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="AndroidSplashStyles">
  492. <Platform Name="Android">
  493. <RemoteDir>res\values</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="Android_SplashImage426">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable-small</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="AndroidSplashImageDef">
  504. <Platform Name="Android">
  505. <RemoteDir>res\drawable</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="ProjectiOSResource">
  510. <Platform Name="iOSSimulator">
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="iOSDevice64">
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="iOSDevice32">
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="ProjectAndroidManifest">
  521. <Platform Name="Android">
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="Android_DefaultAppIcon">
  526. <Platform Name="Android">
  527. <RemoteDir>res\drawable</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. </DeployClass>
  531. <DeployClass Name="File">
  532. <Platform Name="Win32">
  533. <Operation>0</Operation>
  534. </Platform>
  535. <Platform Name="iOSDevice64">
  536. <Operation>0</Operation>
  537. </Platform>
  538. <Platform Name="OSX32">
  539. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  540. <Operation>0</Operation>
  541. </Platform>
  542. <Platform Name="iOSDevice32">
  543. <Operation>0</Operation>
  544. </Platform>
  545. <Platform Name="Android">
  546. <Operation>0</Operation>
  547. </Platform>
  548. <Platform Name="iOSSimulator">
  549. <Operation>0</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="AndroidServiceOutput">
  553. <Platform Name="Android">
  554. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Required="true" Name="DependencyPackage">
  559. <Platform Name="Win32">
  560. <Operation>0</Operation>
  561. <Extensions>.bpl</Extensions>
  562. </Platform>
  563. <Platform Name="iOSDevice64">
  564. <Operation>1</Operation>
  565. <Extensions>.dylib</Extensions>
  566. </Platform>
  567. <Platform Name="OSX32">
  568. <RemoteDir>Contents\MacOS</RemoteDir>
  569. <Operation>1</Operation>
  570. <Extensions>.dylib</Extensions>
  571. </Platform>
  572. <Platform Name="iOSDevice32">
  573. <Operation>1</Operation>
  574. <Extensions>.dylib</Extensions>
  575. </Platform>
  576. <Platform Name="iOSSimulator">
  577. <Operation>1</Operation>
  578. <Extensions>.dylib</Extensions>
  579. </Platform>
  580. </DeployClass>
  581. <DeployClass Name="Android_LauncherIcon48">
  582. <Platform Name="Android">
  583. <RemoteDir>res\drawable-mdpi</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="Android_SplashImage960">
  588. <Platform Name="Android">
  589. <RemoteDir>res\drawable-xlarge</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="Android_LauncherIcon36">
  594. <Platform Name="Android">
  595. <RemoteDir>res\drawable-ldpi</RemoteDir>
  596. <Operation>1</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="ProjectiOSDeviceResourceRules">
  600. <Platform Name="iOSDevice64">
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="iOSDevice32">
  604. <Operation>1</Operation>
  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>