RESTDebugger.dproj 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{EAAEC73B-CF16-46C3-A598-65374DE332E9}</ProjectGuid>
  4. <ProjectVersion>19.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>3</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>23</VerInfo_Release>
  78. <VerInfo_Build>95</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>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.5.23.95;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  85. <BT_BuildType>Debug</BT_BuildType>
  86. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  87. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  91. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  92. <VerInfo_Keys>FileVersion=2.5.23.95;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  93. <VerInfo_Release>23</VerInfo_Release>
  94. <VerInfo_Build>95</VerInfo_Build>
  95. <Icon_MainIcon>RESTDebugger_Icon.ico</Icon_MainIcon>
  96. <VerInfo_Locale>1033</VerInfo_Locale>
  97. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  98. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  99. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  100. <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>
  101. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  102. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  105. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  106. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  107. <DCC_Optimize>false</DCC_Optimize>
  108. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  109. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  110. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  113. <VerInfo_Keys>FileVersion=2.5.23.95;ProductVersion=1.0.0.0</VerInfo_Keys>
  114. <VerInfo_Release>23</VerInfo_Release>
  115. <VerInfo_Build>95</VerInfo_Build>
  116. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  117. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  118. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  119. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  120. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  121. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  122. <VerInfo_Locale>1033</VerInfo_Locale>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  125. <BT_BuildType>Debug</BT_BuildType>
  126. <VerInfo_Keys>FileVersion=2.5.23.95;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  127. <VerInfo_Build>95</VerInfo_Build>
  128. <VerInfo_Release>23</VerInfo_Release>
  129. <VerInfo_Locale>1033</VerInfo_Locale>
  130. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  131. <Icon_MainIcon>RESTDebugger_Icon.ico</Icon_MainIcon>
  132. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  133. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  134. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  135. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  138. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  139. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  140. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  141. <DCC_DebugInformation>0</DCC_DebugInformation>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  144. <VerInfo_Keys>FileVersion=2.5.23.95;ProductVersion=1.0.0.0</VerInfo_Keys>
  145. <VerInfo_Release>23</VerInfo_Release>
  146. <VerInfo_Build>95</VerInfo_Build>
  147. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  148. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  149. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  150. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  151. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  152. <VerInfo_Locale>1033</VerInfo_Locale>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  155. <BT_BuildType>Debug</BT_BuildType>
  156. <VerInfo_Keys>FileVersion=2.5.23.95;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  157. <VerInfo_Release>23</VerInfo_Release>
  158. <VerInfo_Build>95</VerInfo_Build>
  159. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  160. <VerInfo_Locale>1033</VerInfo_Locale>
  161. <Icon_MainIcon>RESTDebugger_Icon.ico</Icon_MainIcon>
  162. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  163. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  164. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  165. <VerInfo_MajorVer>2</VerInfo_MajorVer>
  166. </PropertyGroup>
  167. <ItemGroup>
  168. <DelphiCompile Include="$(MainSource)">
  169. <MainSource>MainSource</MainSource>
  170. </DelphiCompile>
  171. <DCCReference Include="..\src\_frmMain.pas">
  172. <Form>frmMain</Form>
  173. </DCCReference>
  174. <DCCReference Include="..\src\_frmBiggerEditor.pas">
  175. <Form>frmBiggerEditor</Form>
  176. </DCCReference>
  177. <DCCReference Include="..\src\_frmSearch.pas">
  178. <Form>frmSearch</Form>
  179. <FormType>dfm</FormType>
  180. </DCCReference>
  181. <DCCReference Include="..\src\_SearchTextHightlighterSynEditPlugin.pas"/>
  182. <DCCReference Include="..\src\_frmVariables.pas">
  183. <Form>frmVariables</Form>
  184. <FormType>dfm</FormType>
  185. </DCCReference>
  186. <DCCReference Include="..\src\_frmAddEditPreset.pas">
  187. <Form>frmAddEditPreset</Form>
  188. <FormType>dfm</FormType>
  189. </DCCReference>
  190. <DCCReference Include="..\src\_frmWebServicePerformance.pas">
  191. <Form>frmWebServicePerformance</Form>
  192. <FormType>dfm</FormType>
  193. </DCCReference>
  194. <DCCReference Include="..\src\_frmAbout.pas">
  195. <Form>frmAbout</Form>
  196. <FormType>dfm</FormType>
  197. </DCCReference>
  198. <BuildConfiguration Include="Release">
  199. <Key>Cfg_2</Key>
  200. <CfgParent>Base</CfgParent>
  201. </BuildConfiguration>
  202. <BuildConfiguration Include="Base">
  203. <Key>Base</Key>
  204. </BuildConfiguration>
  205. <BuildConfiguration Include="Debug">
  206. <Key>Cfg_1</Key>
  207. <CfgParent>Base</CfgParent>
  208. </BuildConfiguration>
  209. </ItemGroup>
  210. <ProjectExtensions>
  211. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  212. <Borland.ProjectType>Application</Borland.ProjectType>
  213. <BorlandProject>
  214. <Delphi.Personality>
  215. <Source>
  216. <Source Name="MainSource">RESTDebugger.dpr</Source>
  217. </Source>
  218. <Excluded_Packages>
  219. <Excluded_Packages Name="C:\dev\_components\BPL\x86\htmleditfm_xe104.bpl">Datei C:\dev\_components\BPL\x86\htmleditfm_xe104.bpl nicht gefunden</Excluded_Packages>
  220. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
  221. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
  222. <Excluded_Packages Name="C:\Program Files (x86)\FastReport 6 VCL Enterprise\LibD27\dclfrxTee27.bpl">FastReport 6.0 Tee Components</Excluded_Packages>
  223. <Excluded_Packages Name="C:\Program Files (x86)\FastReport 6 VCL Enterprise\LibD27\dclfsTee27.bpl">FastScript 1.9 Tee Components</Excluded_Packages>
  224. <Excluded_Packages Name="C:\Program Files (x86)\FastReport 6 VCL Enterprise\LibD27\dclfrxIBX27.bpl">FastReport 6.0 IBX Components</Excluded_Packages>
  225. <Excluded_Packages Name="C:\Program Files (x86)\FastReport 6 VCL Enterprise\LibD27\dclfsIBX27.bpl">FastScript 1.9 IBX Components</Excluded_Packages>
  226. </Excluded_Packages>
  227. </Delphi.Personality>
  228. <Deployment Version="3">
  229. <DeployFile LocalName="..\RESTDebugger.exe" Configuration="Release" Class="ProjectOutput">
  230. <Platform Name="Win64">
  231. <RemoteName>RESTDebugger.exe</RemoteName>
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile LocalName="Win32\Debug\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  236. <Platform Name="Win32">
  237. <RemoteName>RESTDebugger.exe</RemoteName>
  238. <Overwrite>true</Overwrite>
  239. </Platform>
  240. </DeployFile>
  241. <DeployFile LocalName="..\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  242. <Platform Name="Win64">
  243. <RemoteName>RESTDebugger.exe</RemoteName>
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployClass Name="AdditionalDebugSymbols">
  248. <Platform Name="iOSSimulator">
  249. <Operation>1</Operation>
  250. </Platform>
  251. <Platform Name="OSX32">
  252. <RemoteDir>Contents\MacOS</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. <Platform Name="Win32">
  256. <Operation>0</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="AndroidClassesDexFile">
  260. <Platform Name="Android">
  261. <RemoteDir>classes</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. <Platform Name="Android64">
  265. <RemoteDir>classes</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="AndroidFileProvider">
  270. <Platform Name="Android">
  271. <RemoteDir>res\xml</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. <Platform Name="Android64">
  275. <RemoteDir>res\xml</RemoteDir>
  276. <Operation>1</Operation>
  277. </Platform>
  278. </DeployClass>
  279. <DeployClass Name="AndroidGDBServer">
  280. <Platform Name="Android">
  281. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="AndroidLibnativeArmeabiFile">
  286. <Platform Name="Android">
  287. <RemoteDir>library\lib\armeabi</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Android64">
  291. <RemoteDir>library\lib\armeabi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  296. <Platform Name="Android64">
  297. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidLibnativeMipsFile">
  302. <Platform Name="Android">
  303. <RemoteDir>library\lib\mips</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="Android64">
  307. <RemoteDir>library\lib\mips</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="AndroidServiceOutput">
  312. <Platform Name="Android">
  313. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. <Platform Name="Android64">
  317. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  318. <Operation>1</Operation>
  319. </Platform>
  320. </DeployClass>
  321. <DeployClass Name="AndroidServiceOutput_Android32">
  322. <Platform Name="Android64">
  323. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="AndroidSplashImageDef">
  328. <Platform Name="Android">
  329. <RemoteDir>res\drawable</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="Android64">
  333. <RemoteDir>res\drawable</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidSplashStyles">
  338. <Platform Name="Android">
  339. <RemoteDir>res\values</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Android64">
  343. <RemoteDir>res\values</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="AndroidSplashStylesV21">
  348. <Platform Name="Android">
  349. <RemoteDir>res\values-v21</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Android64">
  353. <RemoteDir>res\values-v21</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="Android_Colors">
  358. <Platform Name="Android">
  359. <RemoteDir>res\values</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. <Platform Name="Android64">
  363. <RemoteDir>res\values</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_DefaultAppIcon">
  368. <Platform Name="Android">
  369. <RemoteDir>res\drawable</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. <Platform Name="Android64">
  373. <RemoteDir>res\drawable</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="Android_LauncherIcon144">
  378. <Platform Name="Android">
  379. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="Android64">
  383. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="Android_LauncherIcon192">
  388. <Platform Name="Android">
  389. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Android64">
  393. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_LauncherIcon36">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-ldpi</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>res\drawable-ldpi</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_LauncherIcon48">
  408. <Platform Name="Android">
  409. <RemoteDir>res\drawable-mdpi</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="Android64">
  413. <RemoteDir>res\drawable-mdpi</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_LauncherIcon72">
  418. <Platform Name="Android">
  419. <RemoteDir>res\drawable-hdpi</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="Android64">
  423. <RemoteDir>res\drawable-hdpi</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_LauncherIcon96">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="Android64">
  433. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_NotificationIcon24">
  438. <Platform Name="Android">
  439. <RemoteDir>res\drawable-mdpi</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. <Platform Name="Android64">
  443. <RemoteDir>res\drawable-mdpi</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_NotificationIcon36">
  448. <Platform Name="Android">
  449. <RemoteDir>res\drawable-hdpi</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>res\drawable-hdpi</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_NotificationIcon48">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_NotificationIcon72">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="Android64">
  473. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_NotificationIcon96">
  478. <Platform Name="Android">
  479. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="Android64">
  483. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="Android_SplashImage426">
  488. <Platform Name="Android">
  489. <RemoteDir>res\drawable-small</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="Android64">
  493. <RemoteDir>res\drawable-small</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="Android_SplashImage470">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable-normal</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="Android64">
  503. <RemoteDir>res\drawable-normal</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="Android_SplashImage640">
  508. <Platform Name="Android">
  509. <RemoteDir>res\drawable-large</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="Android64">
  513. <RemoteDir>res\drawable-large</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="Android_SplashImage960">
  518. <Platform Name="Android">
  519. <RemoteDir>res\drawable-xlarge</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="Android64">
  523. <RemoteDir>res\drawable-xlarge</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="Android_Strings">
  528. <Platform Name="Android">
  529. <RemoteDir>res\values</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="Android64">
  533. <RemoteDir>res\values</RemoteDir>
  534. <Operation>1</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="DebugSymbols">
  538. <Platform Name="iOSSimulator">
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="OSX32">
  542. <RemoteDir>Contents\MacOS</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="Win32">
  546. <Operation>0</Operation>
  547. </Platform>
  548. </DeployClass>
  549. <DeployClass Name="DependencyFramework">
  550. <Platform Name="OSX32">
  551. <RemoteDir>Contents\MacOS</RemoteDir>
  552. <Operation>1</Operation>
  553. <Extensions>.framework</Extensions>
  554. </Platform>
  555. <Platform Name="OSX64">
  556. <RemoteDir>Contents\MacOS</RemoteDir>
  557. <Operation>1</Operation>
  558. <Extensions>.framework</Extensions>
  559. </Platform>
  560. <Platform Name="Win32">
  561. <Operation>0</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="DependencyModule">
  565. <Platform Name="iOSDevice32">
  566. <Operation>1</Operation>
  567. <Extensions>.dylib</Extensions>
  568. </Platform>
  569. <Platform Name="iOSDevice64">
  570. <Operation>1</Operation>
  571. <Extensions>.dylib</Extensions>
  572. </Platform>
  573. <Platform Name="iOSSimulator">
  574. <Operation>1</Operation>
  575. <Extensions>.dylib</Extensions>
  576. </Platform>
  577. <Platform Name="OSX32">
  578. <RemoteDir>Contents\MacOS</RemoteDir>
  579. <Operation>1</Operation>
  580. <Extensions>.dylib</Extensions>
  581. </Platform>
  582. <Platform Name="OSX64">
  583. <RemoteDir>Contents\MacOS</RemoteDir>
  584. <Operation>1</Operation>
  585. <Extensions>.dylib</Extensions>
  586. </Platform>
  587. <Platform Name="Win32">
  588. <Operation>0</Operation>
  589. <Extensions>.dll;.bpl</Extensions>
  590. </Platform>
  591. </DeployClass>
  592. <DeployClass Required="true" Name="DependencyPackage">
  593. <Platform Name="iOSDevice32">
  594. <Operation>1</Operation>
  595. <Extensions>.dylib</Extensions>
  596. </Platform>
  597. <Platform Name="iOSDevice64">
  598. <Operation>1</Operation>
  599. <Extensions>.dylib</Extensions>
  600. </Platform>
  601. <Platform Name="iOSSimulator">
  602. <Operation>1</Operation>
  603. <Extensions>.dylib</Extensions>
  604. </Platform>
  605. <Platform Name="OSX32">
  606. <RemoteDir>Contents\MacOS</RemoteDir>
  607. <Operation>1</Operation>
  608. <Extensions>.dylib</Extensions>
  609. </Platform>
  610. <Platform Name="OSX64">
  611. <RemoteDir>Contents\MacOS</RemoteDir>
  612. <Operation>1</Operation>
  613. <Extensions>.dylib</Extensions>
  614. </Platform>
  615. <Platform Name="Win32">
  616. <Operation>0</Operation>
  617. <Extensions>.bpl</Extensions>
  618. </Platform>
  619. </DeployClass>
  620. <DeployClass Name="File">
  621. <Platform Name="Android">
  622. <Operation>0</Operation>
  623. </Platform>
  624. <Platform Name="Android64">
  625. <Operation>0</Operation>
  626. </Platform>
  627. <Platform Name="iOSDevice32">
  628. <Operation>0</Operation>
  629. </Platform>
  630. <Platform Name="iOSDevice64">
  631. <Operation>0</Operation>
  632. </Platform>
  633. <Platform Name="iOSSimulator">
  634. <Operation>0</Operation>
  635. </Platform>
  636. <Platform Name="OSX32">
  637. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  638. <Operation>0</Operation>
  639. </Platform>
  640. <Platform Name="OSX64">
  641. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  642. <Operation>0</Operation>
  643. </Platform>
  644. <Platform Name="Win32">
  645. <Operation>0</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="iOS_AppStore1024">
  649. <Platform Name="iOSDevice64">
  650. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  651. <Operation>1</Operation>
  652. </Platform>
  653. </DeployClass>
  654. <DeployClass Name="iPad_AppIcon152">
  655. <Platform Name="iOSDevice64">
  656. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="iOSSimulator">
  660. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  661. <Operation>1</Operation>
  662. </Platform>
  663. </DeployClass>
  664. <DeployClass Name="iPad_AppIcon167">
  665. <Platform Name="iOSDevice64">
  666. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  667. <Operation>1</Operation>
  668. </Platform>
  669. <Platform Name="iOSSimulator">
  670. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  671. <Operation>1</Operation>
  672. </Platform>
  673. </DeployClass>
  674. <DeployClass Name="iPad_Launch1024">
  675. <Platform Name="iOSDevice32">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSDevice64">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="iOSSimulator">
  682. <Operation>1</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="iPad_Launch1536">
  686. <Platform Name="iOSDevice32">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSDevice64">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="iOSSimulator">
  693. <Operation>1</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="iPad_Launch2048">
  697. <Platform Name="iOSDevice32">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSDevice64">
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSSimulator">
  704. <Operation>1</Operation>
  705. </Platform>
  706. </DeployClass>
  707. <DeployClass Name="iPad_Launch2x">
  708. <Platform Name="iOSDevice64">
  709. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSSimulator">
  713. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. </DeployClass>
  717. <DeployClass Name="iPad_Launch768">
  718. <Platform Name="iOSDevice32">
  719. <Operation>1</Operation>
  720. </Platform>
  721. <Platform Name="iOSDevice64">
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="iOSSimulator">
  725. <Operation>1</Operation>
  726. </Platform>
  727. </DeployClass>
  728. <DeployClass Name="iPad_LaunchDark2x">
  729. <Platform Name="iOSDevice64">
  730. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="iOSSimulator">
  734. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="iPad_Notification40">
  739. <Platform Name="iOSDevice64">
  740. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSSimulator">
  744. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="iPad_Setting58">
  749. <Platform Name="iOSDevice64">
  750. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSSimulator">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="iPad_SpotLight80">
  759. <Platform Name="iOSDevice64">
  760. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSSimulator">
  764. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  765. <Operation>1</Operation>
  766. </Platform>
  767. </DeployClass>
  768. <DeployClass Name="iPhone_AppIcon120">
  769. <Platform Name="iOSDevice64">
  770. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSSimulator">
  774. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. </DeployClass>
  778. <DeployClass Name="iPhone_AppIcon180">
  779. <Platform Name="iOSDevice64">
  780. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSSimulator">
  784. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  785. <Operation>1</Operation>
  786. </Platform>
  787. </DeployClass>
  788. <DeployClass Name="iPhone_Launch2x">
  789. <Platform Name="iOSDevice64">
  790. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  791. <Operation>1</Operation>
  792. </Platform>
  793. <Platform Name="iOSSimulator">
  794. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  795. <Operation>1</Operation>
  796. </Platform>
  797. </DeployClass>
  798. <DeployClass Name="iPhone_Launch320">
  799. <Platform Name="iOSDevice32">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSDevice64">
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSSimulator">
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="iPhone_Launch3x">
  810. <Platform Name="iOSDevice64">
  811. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSSimulator">
  815. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Name="iPhone_Launch640">
  820. <Platform Name="iOSDevice32">
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="iOSDevice64">
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <Operation>1</Operation>
  828. </Platform>
  829. </DeployClass>
  830. <DeployClass Name="iPhone_Launch640x1136">
  831. <Platform Name="iOSDevice32">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSDevice64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimulator">
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPhone_LaunchDark2x">
  842. <Platform Name="iOSDevice64">
  843. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimulator">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="iPhone_LaunchDark3x">
  852. <Platform Name="iOSDevice64">
  853. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSSimulator">
  857. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="iPhone_Notification40">
  862. <Platform Name="iOSDevice64">
  863. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimulator">
  867. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="iPhone_Notification60">
  872. <Platform Name="iOSDevice64">
  873. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSSimulator">
  877. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="iPhone_Setting58">
  882. <Platform Name="iOSDevice64">
  883. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="iOSSimulator">
  887. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <DeployClass Name="iPhone_Setting87">
  892. <Platform Name="iOSDevice64">
  893. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSSimulator">
  897. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="iPhone_Spotlight120">
  902. <Platform Name="iOSDevice64">
  903. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimulator">
  907. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPhone_Spotlight80">
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimulator">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="ProjectAndroidManifest">
  922. <Platform Name="Android">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="Android64">
  926. <Operation>1</Operation>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Name="ProjectiOSDeviceDebug">
  930. <Platform Name="iOSDevice32">
  931. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  936. <Operation>1</Operation>
  937. </Platform>
  938. </DeployClass>
  939. <DeployClass Name="ProjectiOSDeviceResourceRules">
  940. <Platform Name="iOSDevice32">
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="iOSDevice64">
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="ProjectiOSEntitlements">
  948. <Platform Name="iOSDevice32">
  949. <RemoteDir>..\</RemoteDir>
  950. <Operation>1</Operation>
  951. </Platform>
  952. <Platform Name="iOSDevice64">
  953. <RemoteDir>..\</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="ProjectiOSInfoPList">
  958. <Platform Name="iOSDevice32">
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSDevice64">
  962. <Operation>1</Operation>
  963. </Platform>
  964. <Platform Name="iOSSimulator">
  965. <Operation>1</Operation>
  966. </Platform>
  967. </DeployClass>
  968. <DeployClass Name="ProjectiOSLaunchScreen">
  969. <Platform Name="iOSDevice64">
  970. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  971. <Operation>64</Operation>
  972. </Platform>
  973. </DeployClass>
  974. <DeployClass Name="ProjectiOSResource">
  975. <Platform Name="iOSDevice32">
  976. <Operation>1</Operation>
  977. </Platform>
  978. <Platform Name="iOSDevice64">
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSSimulator">
  982. <Operation>1</Operation>
  983. </Platform>
  984. </DeployClass>
  985. <DeployClass Name="ProjectOSXDebug">
  986. <Platform Name="OSX64">
  987. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="ProjectOSXEntitlements">
  992. <Platform Name="OSX32">
  993. <RemoteDir>..\</RemoteDir>
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="OSX64">
  997. <RemoteDir>..\</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="ProjectOSXInfoPList">
  1002. <Platform Name="OSX32">
  1003. <RemoteDir>Contents</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="OSX64">
  1007. <RemoteDir>Contents</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. </DeployClass>
  1011. <DeployClass Name="ProjectOSXResource">
  1012. <Platform Name="OSX32">
  1013. <RemoteDir>Contents\Resources</RemoteDir>
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="OSX64">
  1017. <RemoteDir>Contents\Resources</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Required="true" Name="ProjectOutput">
  1022. <Platform Name="Android">
  1023. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="Android64">
  1027. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="iOSDevice32">
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="iOSDevice64">
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. <Platform Name="iOSSimulator">
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. <Platform Name="Linux64">
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. <Platform Name="OSX32">
  1043. <RemoteDir>Contents\MacOS</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="OSX64">
  1047. <RemoteDir>Contents\MacOS</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. <Platform Name="Win32">
  1051. <Operation>0</Operation>
  1052. </Platform>
  1053. </DeployClass>
  1054. <DeployClass Name="ProjectOutput_Android32">
  1055. <Platform Name="Android64">
  1056. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. </DeployClass>
  1060. <DeployClass Name="ProjectUWPManifest">
  1061. <Platform Name="Win32">
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="Win64">
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. </DeployClass>
  1068. <DeployClass Name="UWP_DelphiLogo150">
  1069. <Platform Name="Win32">
  1070. <RemoteDir>Assets</RemoteDir>
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. <Platform Name="Win64">
  1074. <RemoteDir>Assets</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. </DeployClass>
  1078. <DeployClass Name="UWP_DelphiLogo44">
  1079. <Platform Name="Win32">
  1080. <RemoteDir>Assets</RemoteDir>
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. <Platform Name="Win64">
  1084. <RemoteDir>Assets</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. </DeployClass>
  1088. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1089. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1090. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1091. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1092. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1093. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1094. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1095. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1096. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1097. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1098. </Deployment>
  1099. <Platforms>
  1100. <Platform value="Win32">True</Platform>
  1101. <Platform value="Win64">True</Platform>
  1102. </Platforms>
  1103. </BorlandProject>
  1104. <ProjectFileVersion>12</ProjectFileVersion>
  1105. </ProjectExtensions>
  1106. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1107. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1108. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1109. </Project>