RESTDebugger.dproj 62 KB

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