RESTDebugger.dproj 38 KB

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