RESTDebugger.dproj 61 KB

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