RESTDebugger.dproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  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. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  117. <VerInfo_Build>15</VerInfo_Build>
  118. <VerInfo_Release>5</VerInfo_Release>
  119. <VerInfo_Locale>1033</VerInfo_Locale>
  120. <AppEnableHighDPI>true</AppEnableHighDPI>
  121. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  122. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  125. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  126. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  127. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  128. <DCC_DebugInformation>0</DCC_DebugInformation>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  131. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  132. <VerInfo_Release>5</VerInfo_Release>
  133. <VerInfo_Build>15</VerInfo_Build>
  134. <AppEnableHighDPI>true</AppEnableHighDPI>
  135. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  138. <BT_BuildType>Debug</BT_BuildType>
  139. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  140. <VerInfo_Release>5</VerInfo_Release>
  141. <VerInfo_Build>15</VerInfo_Build>
  142. <AppEnableHighDPI>true</AppEnableHighDPI>
  143. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  144. </PropertyGroup>
  145. <ItemGroup>
  146. <DelphiCompile Include="$(MainSource)">
  147. <MainSource>MainSource</MainSource>
  148. </DelphiCompile>
  149. <DCCReference Include="..\src\_frmMain.pas">
  150. <Form>frmMain</Form>
  151. <FormType>dfm</FormType>
  152. </DCCReference>
  153. <BuildConfiguration Include="Release">
  154. <Key>Cfg_2</Key>
  155. <CfgParent>Base</CfgParent>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Base">
  158. <Key>Base</Key>
  159. </BuildConfiguration>
  160. <BuildConfiguration Include="Debug">
  161. <Key>Cfg_1</Key>
  162. <CfgParent>Base</CfgParent>
  163. </BuildConfiguration>
  164. </ItemGroup>
  165. <ProjectExtensions>
  166. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  167. <Borland.ProjectType>Application</Borland.ProjectType>
  168. <BorlandProject>
  169. <Delphi.Personality>
  170. <Source>
  171. <Source Name="MainSource">RESTDebugger.dpr</Source>
  172. </Source>
  173. <Excluded_Packages>
  174. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\DCLgtDocEngD24.bpl">Gnostice eDocEngine</Excluded_Packages>
  175. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAdvGridExpD24.bpl">Gnostice AdvGrid Interface</Excluded_Packages>
  176. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRichVwExpD24.bpl">Gnostice RichView Interface</Excluded_Packages>
  177. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRBExpD24.bpl">Gnostice ReportBuilder Export Interface</Excluded_Packages>
  178. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRaveExpD24.bpl">Gnostice RaveReport Export Interface</Excluded_Packages>
  179. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtHtmVwExpD24.bpl">Gnostice HTMLView Interface</Excluded_Packages>
  180. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtQRExpD24.bpl">Gnostice QuickReport Export Interface</Excluded_Packages>
  181. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtFRExpD24.bpl">Gnostice FastReport Export Interface</Excluded_Packages>
  182. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtXPressExpD24.bpl">Gnostice DevExpress Interface</Excluded_Packages>
  183. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAceExpD24.bpl">Gnostice AceExportInterface</Excluded_Packages>
  184. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtScaleRichVwExpD24.bpl">Gnostice ScaleRichView Interface</Excluded_Packages>
  185. <Excluded_Packages Name="C:\dev\_components\Gnostice\PDFtoolkit\Lib\RAD10.1\Win32\DCLgtPDFkitD101ProP.bpl">Gnostice PDFtoolkit</Excluded_Packages>
  186. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
  187. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
  188. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfrxIBX24.bpl">FastReport 5.0 IBX Components</Excluded_Packages>
  189. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfsIBX24.bpl">FastScript 1.9 IBX Components</Excluded_Packages>
  190. </Excluded_Packages>
  191. </Delphi.Personality>
  192. <Deployment Version="3">
  193. <DeployFile LocalName="Win32\Debug\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  194. <Platform Name="Win32">
  195. <RemoteName>RESTDebugger.exe</RemoteName>
  196. <Overwrite>true</Overwrite>
  197. </Platform>
  198. </DeployFile>
  199. <DeployClass Name="DependencyModule">
  200. <Platform Name="Win32">
  201. <Operation>0</Operation>
  202. <Extensions>.dll;.bpl</Extensions>
  203. </Platform>
  204. <Platform Name="iOSDevice64">
  205. <Operation>1</Operation>
  206. <Extensions>.dylib</Extensions>
  207. </Platform>
  208. <Platform Name="OSX32">
  209. <RemoteDir>Contents\MacOS</RemoteDir>
  210. <Operation>1</Operation>
  211. <Extensions>.dylib</Extensions>
  212. </Platform>
  213. <Platform Name="iOSDevice32">
  214. <Operation>1</Operation>
  215. <Extensions>.dylib</Extensions>
  216. </Platform>
  217. <Platform Name="iOSSimulator">
  218. <Operation>1</Operation>
  219. <Extensions>.dylib</Extensions>
  220. </Platform>
  221. </DeployClass>
  222. <DeployClass Name="ProjectOSXResource">
  223. <Platform Name="OSX32">
  224. <RemoteDir>Contents\Resources</RemoteDir>
  225. <Operation>1</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="AndroidClassesDexFile">
  229. <Platform Name="Android">
  230. <RemoteDir>classes</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AdditionalDebugSymbols">
  235. <Platform Name="Win32">
  236. <RemoteDir>Contents\MacOS</RemoteDir>
  237. <Operation>0</Operation>
  238. </Platform>
  239. <Platform Name="iOSSimulator">
  240. <Operation>1</Operation>
  241. </Platform>
  242. <Platform Name="OSX32">
  243. <RemoteDir>Contents\MacOS</RemoteDir>
  244. <Operation>1</Operation>
  245. </Platform>
  246. </DeployClass>
  247. <DeployClass Name="iPad_Launch768">
  248. <Platform Name="iOSSimulator">
  249. <Operation>1</Operation>
  250. </Platform>
  251. <Platform Name="iOSDevice64">
  252. <Operation>1</Operation>
  253. </Platform>
  254. <Platform Name="iOSDevice32">
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="Android_LauncherIcon144">
  259. <Platform Name="Android">
  260. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="AndroidLibnativeMipsFile">
  265. <Platform Name="Android">
  266. <RemoteDir>library\lib\mips</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Required="true" Name="ProjectOutput">
  271. <Platform Name="iOSDevice64">
  272. <Operation>1</Operation>
  273. </Platform>
  274. <Platform Name="iOSDevice32">
  275. <Operation>1</Operation>
  276. </Platform>
  277. <Platform Name="Win32">
  278. <Operation>0</Operation>
  279. </Platform>
  280. <Platform Name="Linux64">
  281. <Operation>1</Operation>
  282. </Platform>
  283. <Platform Name="OSX32">
  284. <RemoteDir>Contents\MacOS</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. <Platform Name="Android">
  288. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. <Platform Name="iOSSimulator">
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="DependencyFramework">
  296. <Platform Name="Win32">
  297. <Operation>0</Operation>
  298. </Platform>
  299. <Platform Name="OSX32">
  300. <RemoteDir>Contents\MacOS</RemoteDir>
  301. <Operation>1</Operation>
  302. <Extensions>.framework</Extensions>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="ProjectUWPManifest">
  306. <Platform Name="Win32">
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="Win64">
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="iPhone_Launch640">
  314. <Platform Name="iOSSimulator">
  315. <Operation>1</Operation>
  316. </Platform>
  317. <Platform Name="iOSDevice64">
  318. <Operation>1</Operation>
  319. </Platform>
  320. <Platform Name="iOSDevice32">
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="iPad_Launch1024">
  325. <Platform Name="iOSSimulator">
  326. <Operation>1</Operation>
  327. </Platform>
  328. <Platform Name="iOSDevice64">
  329. <Operation>1</Operation>
  330. </Platform>
  331. <Platform Name="iOSDevice32">
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="ProjectiOSDeviceDebug">
  336. <Platform Name="iOSDevice64">
  337. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. <Platform Name="iOSDevice32">
  341. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="iPhone_Launch320">
  346. <Platform Name="iOSSimulator">
  347. <Operation>1</Operation>
  348. </Platform>
  349. <Platform Name="iOSDevice64">
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="iOSDevice32">
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="ProjectiOSInfoPList">
  357. <Platform Name="iOSSimulator">
  358. <Operation>1</Operation>
  359. </Platform>
  360. <Platform Name="iOSDevice64">
  361. <Operation>1</Operation>
  362. </Platform>
  363. <Platform Name="iOSDevice32">
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="AndroidLibnativeArmeabiFile">
  368. <Platform Name="Android">
  369. <RemoteDir>library\lib\armeabi</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="DebugSymbols">
  374. <Platform Name="Win32">
  375. <Operation>0</Operation>
  376. </Platform>
  377. <Platform Name="iOSSimulator">
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="OSX32">
  381. <RemoteDir>Contents\MacOS</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="iPad_Launch1536">
  386. <Platform Name="iOSSimulator">
  387. <Operation>1</Operation>
  388. </Platform>
  389. <Platform Name="iOSDevice64">
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="iOSDevice32">
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_SplashImage470">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable-normal</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_LauncherIcon96">
  403. <Platform Name="Android">
  404. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_SplashImage640">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-large</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Name="iPhone_Launch640x1136">
  415. <Platform Name="iOSSimulator">
  416. <Operation>1</Operation>
  417. </Platform>
  418. <Platform Name="iOSDevice64">
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="iOSDevice32">
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="UWP_DelphiLogo44">
  426. <Platform Name="Win32">
  427. <RemoteDir>Assets</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. <Platform Name="Win64">
  431. <RemoteDir>Assets</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. </DeployClass>
  435. <DeployClass Name="ProjectiOSEntitlements">
  436. <Platform Name="iOSDevice64">
  437. <RemoteDir>..\</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. <Platform Name="iOSDevice32">
  441. <RemoteDir>..\</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="Android_LauncherIcon72">
  446. <Platform Name="Android">
  447. <RemoteDir>res\drawable-hdpi</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="AndroidGDBServer">
  452. <Platform Name="Android">
  453. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="ProjectOSXInfoPList">
  458. <Platform Name="OSX32">
  459. <RemoteDir>Contents</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="ProjectOSXEntitlements">
  464. <Platform Name="OSX32">
  465. <RemoteDir>..\</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="UWP_DelphiLogo150">
  470. <Platform Name="Win32">
  471. <RemoteDir>Assets</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. <Platform Name="Win64">
  475. <RemoteDir>Assets</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="iPad_Launch2048">
  480. <Platform Name="iOSSimulator">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="iOSDevice64">
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="iOSDevice32">
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="AndroidSplashStyles">
  491. <Platform Name="Android">
  492. <RemoteDir>res\values</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="Android_SplashImage426">
  497. <Platform Name="Android">
  498. <RemoteDir>res\drawable-small</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="AndroidSplashImageDef">
  503. <Platform Name="Android">
  504. <RemoteDir>res\drawable</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="ProjectiOSResource">
  509. <Platform Name="iOSSimulator">
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="iOSDevice64">
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="iOSDevice32">
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="ProjectAndroidManifest">
  520. <Platform Name="Android">
  521. <Operation>1</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="Android_DefaultAppIcon">
  525. <Platform Name="Android">
  526. <RemoteDir>res\drawable</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="File">
  531. <Platform Name="Win32">
  532. <Operation>0</Operation>
  533. </Platform>
  534. <Platform Name="iOSDevice64">
  535. <Operation>0</Operation>
  536. </Platform>
  537. <Platform Name="OSX32">
  538. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  539. <Operation>0</Operation>
  540. </Platform>
  541. <Platform Name="iOSDevice32">
  542. <Operation>0</Operation>
  543. </Platform>
  544. <Platform Name="Android">
  545. <Operation>0</Operation>
  546. </Platform>
  547. <Platform Name="iOSSimulator">
  548. <Operation>0</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="AndroidServiceOutput">
  552. <Platform Name="Android">
  553. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Required="true" Name="DependencyPackage">
  558. <Platform Name="Win32">
  559. <Operation>0</Operation>
  560. <Extensions>.bpl</Extensions>
  561. </Platform>
  562. <Platform Name="iOSDevice64">
  563. <Operation>1</Operation>
  564. <Extensions>.dylib</Extensions>
  565. </Platform>
  566. <Platform Name="OSX32">
  567. <RemoteDir>Contents\MacOS</RemoteDir>
  568. <Operation>1</Operation>
  569. <Extensions>.dylib</Extensions>
  570. </Platform>
  571. <Platform Name="iOSDevice32">
  572. <Operation>1</Operation>
  573. <Extensions>.dylib</Extensions>
  574. </Platform>
  575. <Platform Name="iOSSimulator">
  576. <Operation>1</Operation>
  577. <Extensions>.dylib</Extensions>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="Android_LauncherIcon48">
  581. <Platform Name="Android">
  582. <RemoteDir>res\drawable-mdpi</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="Android_SplashImage960">
  587. <Platform Name="Android">
  588. <RemoteDir>res\drawable-xlarge</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. </DeployClass>
  592. <DeployClass Name="Android_LauncherIcon36">
  593. <Platform Name="Android">
  594. <RemoteDir>res\drawable-ldpi</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="ProjectiOSDeviceResourceRules">
  599. <Platform Name="iOSDevice64">
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="iOSDevice32">
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  607. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  608. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  609. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  610. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  611. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  612. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  613. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  614. </Deployment>
  615. <Platforms>
  616. <Platform value="Win32">False</Platform>
  617. <Platform value="Win64">True</Platform>
  618. </Platforms>
  619. </BorlandProject>
  620. <ProjectFileVersion>12</ProjectFileVersion>
  621. </ProjectExtensions>
  622. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  623. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  624. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  625. </Project>