RESTDebugger.dproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{EAAEC73B-CF16-46C3-A598-65374DE332E9}</ProjectGuid>
  4. <ProjectVersion>18.2</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <MainSource>RESTDebugger.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Release</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>2</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>RESTDebugger</SanitizedProjectName>
  62. <VerInfo_Locale>2055</VerInfo_Locale>
  63. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  64. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  65. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  66. <DCC_DcuOutput>..\dcu</DCC_DcuOutput>
  67. <DCC_ExeOutput>..\</DCC_ExeOutput>
  68. <DCC_E>false</DCC_E>
  69. <DCC_N>false</DCC_N>
  70. <DCC_S>false</DCC_S>
  71. <DCC_F>false</DCC_F>
  72. <DCC_K>false</DCC_K>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  75. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  76. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  77. <VerInfo_Release>5</VerInfo_Release>
  78. <VerInfo_Build>15</VerInfo_Build>
  79. <DCC_UsePackage>DBXSqliteDriver;dxSkinBlueprintRS24;dxSpreadSheetConditionalFormattingDialogsRS24;DBXDb2Driver;dxPSDBTeeChartRS24;dxPSdxGaugeControlLnkRS24;vclactnband;dxSpreadSheetRS24;vclFireDAC;fs24;vcl.gtxControlsD101;DragDropDR101B;dxDockingRS24;tethering;dxSkinVisualStudio2013BlueRS24;dxPScxTLLnkRS24;dxBarExtItemsRS24;FireDACADSDriver;dxFireDACServerModeRS24;dxSkinOffice2007BlackRS24;dxPSTeeChartRS24;FireDACMSSQLDriver;vcltouch;vcldb;Intraweb;svn;dxSkinXmas2008BlueRS24;dxSkinscxSchedulerPainterRS24;dxSkinsdxBarPainterRS24;dxSkinOffice2010BlackRS24;dacfmx240;dxADOServerModeRS24;pgprovider240;dxGDIPlusRS24;dxPSdxDBTVLnkRS24;frx24;frxDBX24;dxSkinLilianRS24;crcontrols240;FireDACDBXDriver;dxNavBarRS24;vclx;cxTreeListRS24;dxSkinDevExpressDarkStyleRS24;dxtrmdRS24;RESTBackendComponents;dxRibbonRS24;VCLRESTComponents;cxExportRS24;dxSkinOffice2013LightGrayRS24;cxTreeListdxBarPopupMenuRS24;cxPivotGridChartRS24;dxTabbedMDIRS24;vclie;dxSkinVisualStudio2013LightRS24;bindengine;CloudService;FireDACMySQLDriver;fsDB24;kbmMemRunD101Std;cxPivotGridOLAPRS24;rRwWebBrowserVCL240;dxSkinSharpRS24;dxSkinBlackRS24;DataSnapClient;frxcs24;aseprovider240;db2provider240;dxPSLnksRS24;bindcompdbx;dxSkinCoffeeRS24;rRwEasyMAPI240;DBXSybaseASEDriver;IndyIPServer;dxSkinsdxRibbonPainterRS24;dxCoreRS24;IndySystem;dxSkinOffice2013DarkGrayRS24;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;BCEditor.Delphi.Berlin.Runtime;vcl.gtxReportExportD101;emshosting;dxBarDBNavRS24;dxSkinDarkSideRS24;dxSkinOffice2013WhiteRS24;DBXOdbcDriver;FireDACTDataDriver;FMXTee;dxPScxExtCommonRS24;dxPSdxLCLnkRS24;soaprtl;DbxCommonDriver;dxPScxPivotGridLnkRS24;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;odbcprovider240;dxSkinMcSkinRS24;rtl;vcl.gtxDBControlsD101;DbxClientDriver;dxLayoutControlRS24;DBXSybaseASADriver;cxGridRS24;dxSkinBlueRS24;dxSpellCheckerRS24;cxLibraryRS24;dxSkinStardustRS24;dxSkinCaramelRS24;appanalytics;dRwWebBrowserVCL240;dxDBXServerModeRS24;fsTee24;dxSkinsCoreRS24;IndyIPClient;dxSkinHighContrastRS24;dxMapControlRS24;bindcompvcl;dxPSdxMapControlLnkRS24;dxSkinTheAsphaltWorldRS24;TeeUI;frxe24;cxPageControlRS24;cxEditorsRS24;dxSkinSevenClassicRS24;dxPsPrVwAdvRS24;VclSmp;cxSchedulerRibbonStyleEventEditorRS24;FireDACODBCDriver;dxSkinPumpkinRS24;DataSnapIndy10ServerTransport;dxSkinscxPCPainterRS24;dxPSPrVwRibbonRS24;DataSnapProviderClient;FireDACMongoDBDriver;dxSkinSevenRS24;dxdborRS24;dxmdsRS24;DataSnapServerMidas;RESTComponents;oraprovider240;rRwIPC240;dxHttpIndyRequestRS24;DBXInterBaseDriver;cxPivotGridRS24;cxSchedulerGridRS24;emsclientfiredac;rRwControlsVCL240;DataSnapFireDAC;svnui;fmx.gtxControlsD101;dxdbtrRS24;dxSkinMetropolisRS24;FMX.dclgtxControlsD101;dxSkinMoneyTwinsRS24;dxPScxPCProdRS24;DBXMSSQLDriver;DatasnapConnectorsFreePascal;unidacfmx240;dxWizardControlRS24;rRwNetwork240;bindcompfmx;dRwWebBrowserFMX240;dxBarExtDBItemsRS24;DBXOracleDriver;unidacvcl240;dxPSdxOCLnkRS24;inetdb;dxSkinOffice2016ColorfulRS24;dxPSdxFCLnkRS24;cxSchedulerTreeBrowserRS24;frxADO24;FmxTeeUI;emsedge;unidac240;FireDACIBDriver;fmx;fmxdae;dxSkinSpringTimeRS24;dxSkinValentineRS24;dxSkinLondonLiquidSkyRS24;dxSkinWhiteprintRS24;dbexpress;IndyCore;dxSkiniMaginaryRS24;dxTileControlRS24;dxSkinOffice2016DarkRS24;dsnap;DataSnapCommon;emsclient;fsADO24;FireDACCommon;cxDataRS24;dxSkinOffice2007PinkRS24;dxPSdxSpreadSheetLnkRS24;DataSnapConnectors;rRwCodeEditorVCL240;dxSkinDevExpressStyleRS24;soapserver;dac240;dxOfficeCoreRS24;dxBarRS24;ibprovider240;dxSkinMetropolisDarkRS24;FireDACOracleDriver;DBXMySQLDriver;dxPSRichEditControlLnkRS24;DBXFirebirdDriver;dxPScxCommonRS24;dbfprovider240;FireDACCommonODBC;FireDACCommonDriver;liteprovider240;inet;IndyIPCommon;dxSkinVS2010RS24;TsiLang_XE101r;vcl;dxSkinSharpPlusRS24;dxPSdxDBOCLnkRS24;FireDACDb2Driver;rRwEasyXML240;dxThemeRS24;dxSkinOffice2007GreenRS24;myprovider240;rRwControlsFMX240;TeeDB;FireDAC;dxPScxVGridLnkRS24;dxPScxGridLnkRS24;tdsprovider240;FireDACSqliteDriver;FireDACPgDriver;rRwCommon240;FireDACASADriver;rRwEasyMAPIFMX240;dxSkinOffice2010BlueRS24;dxServerModeRS24;Tee;dacvcl240;DataSnapServer;accessprovider240;rRwEasyCrypt240;cxSchedulerRS24;vclwinx;FireDACDSDriver;rRwWebBrowserFMX240;dxSkinOffice2007BlueRS24;dxPSCoreRS24;dxSkinsdxDLPainterRS24;frxTee24;CustomIPTransport;vcldsnap;dxSkinGlassOceansRS24;dxRibbonCustomizationFormRS24;dxPScxSchedulerLnkRS24;dxSkinSummer2008RS24;dxSkinDarkRoomRS24;bindcomp;dxSkinFoggyRS24;DBXInformixDriver;Vcl.gtxStdCtrlsD101;dxorgcRS24;dxPDFViewerRS24;WPViewPDF_pack;dxSkinOffice2010SilverRS24;adsprovider240;dxRichEditControlRS24;dxSkinsdxNavBarPainterRS24;dbxcds;rRwEasyMAPIVCL240;adortl;dxSkinSilverRS24;dxSkinVisualStudio2013DarkRS24;dxComnRS24;cxVerticalGridRS24;dxFlowChartRS24;frxDB24;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;dxSkinOffice2007SilverRS24;dxGaugeControlRS24;dxSkinLiquidSkyRS24;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  80. <VerInfo_Locale>1033</VerInfo_Locale>
  81. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  87. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  88. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  89. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  90. <VerInfo_Release>5</VerInfo_Release>
  91. <VerInfo_Build>15</VerInfo_Build>
  92. <Icon_MainIcon>RESTDebugger_Icon.ico</Icon_MainIcon>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  96. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  97. <DCC_UsePackage>DBXSqliteDriver;dxSkinBlueprintRS24;dxSpreadSheetConditionalFormattingDialogsRS24;DBXDb2Driver;dxPSDBTeeChartRS24;dxPSdxGaugeControlLnkRS24;vclactnband;dxSpreadSheetRS24;vclFireDAC;DragDropDR101B;dxDockingRS24;tethering;dxSkinVisualStudio2013BlueRS24;dxPScxTLLnkRS24;dxBarExtItemsRS24;FireDACADSDriver;dxFireDACServerModeRS24;dxSkinOffice2007BlackRS24;dxPSTeeChartRS24;FireDACMSSQLDriver;vcltouch;vcldb;Intraweb;dxSkinXmas2008BlueRS24;dxSkinscxSchedulerPainterRS24;dxSkinsdxBarPainterRS24;dxSkinOffice2010BlackRS24;dxADOServerModeRS24;pgprovider240;dxGDIPlusRS24;dxPSdxDBTVLnkRS24;dxSkinLilianRS24;crcontrols240;FireDACDBXDriver;dxNavBarRS24;vclx;cxTreeListRS24;dxSkinDevExpressDarkStyleRS24;dxtrmdRS24;RESTBackendComponents;dxRibbonRS24;VCLRESTComponents;cxExportRS24;dxSkinOffice2013LightGrayRS24;cxTreeListdxBarPopupMenuRS24;cxPivotGridChartRS24;dxTabbedMDIRS24;vclie;dxSkinVisualStudio2013LightRS24;bindengine;CloudService;FireDACMySQLDriver;cxPivotGridOLAPRS24;dxSkinSharpRS24;dxSkinBlackRS24;DataSnapClient;dxPSLnksRS24;bindcompdbx;dxSkinCoffeeRS24;DBXSybaseASEDriver;IndyIPServer;dxSkinsdxRibbonPainterRS24;dxCoreRS24;IndySystem;dxSkinOffice2013DarkGrayRS24;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;BCEditor.Delphi.Berlin.Runtime;emshosting;dxBarDBNavRS24;dxSkinDarkSideRS24;dxSkinOffice2013WhiteRS24;DBXOdbcDriver;FireDACTDataDriver;FMXTee;dxPScxExtCommonRS24;dxPSdxLCLnkRS24;soaprtl;DbxCommonDriver;dxPScxPivotGridLnkRS24;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;dxSkinMcSkinRS24;rtl;DbxClientDriver;dxLayoutControlRS24;DBXSybaseASADriver;cxGridRS24;dxSkinBlueRS24;dxSpellCheckerRS24;cxLibraryRS24;dxSkinStardustRS24;dxSkinCaramelRS24;appanalytics;dxDBXServerModeRS24;dxSkinsCoreRS24;IndyIPClient;dxSkinHighContrastRS24;dxMapControlRS24;bindcompvcl;dxPSdxMapControlLnkRS24;dxSkinTheAsphaltWorldRS24;TeeUI;cxPageControlRS24;cxEditorsRS24;dxSkinSevenClassicRS24;dxPsPrVwAdvRS24;VclSmp;cxSchedulerRibbonStyleEventEditorRS24;FireDACODBCDriver;dxSkinPumpkinRS24;DataSnapIndy10ServerTransport;dxSkinscxPCPainterRS24;dxPSPrVwRibbonRS24;DataSnapProviderClient;FireDACMongoDBDriver;dxSkinSevenRS24;dxdborRS24;dxmdsRS24;DataSnapServerMidas;RESTComponents;dxHttpIndyRequestRS24;DBXInterBaseDriver;cxPivotGridRS24;cxSchedulerGridRS24;emsclientfiredac;DataSnapFireDAC;dxdbtrRS24;dxSkinMetropolisRS24;dxSkinMoneyTwinsRS24;dxPScxPCProdRS24;DBXMSSQLDriver;DatasnapConnectorsFreePascal;unidacfmx240;dxWizardControlRS24;bindcompfmx;dxBarExtDBItemsRS24;DBXOracleDriver;unidacvcl240;dxPSdxOCLnkRS24;inetdb;dxSkinOffice2016ColorfulRS24;dxPSdxFCLnkRS24;cxSchedulerTreeBrowserRS24;FmxTeeUI;emsedge;unidac240;FireDACIBDriver;fmx;fmxdae;dxSkinSpringTimeRS24;dxSkinValentineRS24;dxSkinLondonLiquidSkyRS24;dxSkinWhiteprintRS24;dbexpress;IndyCore;dxSkiniMaginaryRS24;dxTileControlRS24;dxSkinOffice2016DarkRS24;dsnap;DataSnapCommon;emsclient;FireDACCommon;cxDataRS24;dxSkinOffice2007PinkRS24;dxPSdxSpreadSheetLnkRS24;DataSnapConnectors;dxSkinDevExpressStyleRS24;soapserver;dac240;dxOfficeCoreRS24;dxBarRS24;dxSkinMetropolisDarkRS24;FireDACOracleDriver;DBXMySQLDriver;dxPSRichEditControlLnkRS24;DBXFirebirdDriver;dxPScxCommonRS24;FireDACCommonODBC;FireDACCommonDriver;liteprovider240;inet;IndyIPCommon;dxSkinVS2010RS24;vcl;dxSkinSharpPlusRS24;dxPSdxDBOCLnkRS24;FireDACDb2Driver;dxThemeRS24;dxSkinOffice2007GreenRS24;TeeDB;FireDAC;dxPScxVGridLnkRS24;dxPScxGridLnkRS24;FireDACSqliteDriver;FireDACPgDriver;FireDACASADriver;dxSkinOffice2010BlueRS24;dxServerModeRS24;Tee;DataSnapServer;cxSchedulerRS24;vclwinx;FireDACDSDriver;dxSkinOffice2007BlueRS24;dxPSCoreRS24;dxSkinsdxDLPainterRS24;CustomIPTransport;vcldsnap;dxSkinGlassOceansRS24;dxRibbonCustomizationFormRS24;dxPScxSchedulerLnkRS24;dxSkinSummer2008RS24;dxSkinDarkRoomRS24;bindcomp;dxSkinFoggyRS24;DBXInformixDriver;dxorgcRS24;dxPDFViewerRS24;dxSkinOffice2010SilverRS24;dxRichEditControlRS24;dxSkinsdxNavBarPainterRS24;dbxcds;adortl;dxSkinSilverRS24;dxSkinVisualStudio2013DarkRS24;dxComnRS24;cxVerticalGridRS24;dxFlowChartRS24;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;dxSkinOffice2007SilverRS24;dxGaugeControlRS24;dxSkinLiquidSkyRS24;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  100. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  101. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  102. <DCC_Optimize>false</DCC_Optimize>
  103. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  108. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  109. <VerInfo_Release>5</VerInfo_Release>
  110. <VerInfo_Build>15</VerInfo_Build>
  111. <AppEnableHighDPI>true</AppEnableHighDPI>
  112. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  113. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  116. <BT_BuildType>Debug</BT_BuildType>
  117. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  118. <VerInfo_Build>15</VerInfo_Build>
  119. <VerInfo_Release>5</VerInfo_Release>
  120. <VerInfo_Locale>1033</VerInfo_Locale>
  121. <AppEnableHighDPI>true</AppEnableHighDPI>
  122. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  123. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  126. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  127. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  128. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  129. <DCC_DebugInformation>0</DCC_DebugInformation>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  132. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0</VerInfo_Keys>
  133. <VerInfo_Release>5</VerInfo_Release>
  134. <VerInfo_Build>15</VerInfo_Build>
  135. <AppEnableHighDPI>true</AppEnableHighDPI>
  136. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  139. <BT_BuildType>Debug</BT_BuildType>
  140. <VerInfo_Keys>FileVersion=1.0.5.15;ProductVersion=1.0.0.0;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  141. <VerInfo_Release>5</VerInfo_Release>
  142. <VerInfo_Build>15</VerInfo_Build>
  143. <AppEnableHighDPI>true</AppEnableHighDPI>
  144. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  145. </PropertyGroup>
  146. <ItemGroup>
  147. <DelphiCompile Include="$(MainSource)">
  148. <MainSource>MainSource</MainSource>
  149. </DelphiCompile>
  150. <DCCReference Include="..\src\_frmMain.pas">
  151. <Form>frmMain</Form>
  152. <FormType>dfm</FormType>
  153. </DCCReference>
  154. <DCCReference Include="..\src\_frmBiggerEditor.pas">
  155. <Form>frmBiggerEditor</Form>
  156. <FormType>dfm</FormType>
  157. </DCCReference>
  158. <BuildConfiguration Include="Release">
  159. <Key>Cfg_2</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. <BuildConfiguration Include="Base">
  163. <Key>Base</Key>
  164. </BuildConfiguration>
  165. <BuildConfiguration Include="Debug">
  166. <Key>Cfg_1</Key>
  167. <CfgParent>Base</CfgParent>
  168. </BuildConfiguration>
  169. </ItemGroup>
  170. <ProjectExtensions>
  171. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  172. <Borland.ProjectType>Application</Borland.ProjectType>
  173. <BorlandProject>
  174. <Delphi.Personality>
  175. <Source>
  176. <Source Name="MainSource">RESTDebugger.dpr</Source>
  177. </Source>
  178. <Excluded_Packages>
  179. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\DCLgtDocEngD24.bpl">Gnostice eDocEngine</Excluded_Packages>
  180. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAdvGridExpD24.bpl">Gnostice AdvGrid Interface</Excluded_Packages>
  181. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRichVwExpD24.bpl">Gnostice RichView Interface</Excluded_Packages>
  182. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRBExpD24.bpl">Gnostice ReportBuilder Export Interface</Excluded_Packages>
  183. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtRaveExpD24.bpl">Gnostice RaveReport Export Interface</Excluded_Packages>
  184. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtHtmVwExpD24.bpl">Gnostice HTMLView Interface</Excluded_Packages>
  185. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtQRExpD24.bpl">Gnostice QuickReport Export Interface</Excluded_Packages>
  186. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtFRExpD24.bpl">Gnostice FastReport Export Interface</Excluded_Packages>
  187. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtXPressExpD24.bpl">Gnostice DevExpress Interface</Excluded_Packages>
  188. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtAceExpD24.bpl">Gnostice AceExportInterface</Excluded_Packages>
  189. <Excluded_Packages Name="C:\dev\_components\Gnostice\eDocEngine\Lib\RAD10.1\Win32\ExpIntf\DCLgtScaleRichVwExpD24.bpl">Gnostice ScaleRichView Interface</Excluded_Packages>
  190. <Excluded_Packages Name="C:\dev\_components\Gnostice\PDFtoolkit\Lib\RAD10.1\Win32\DCLgtPDFkitD101ProP.bpl">Gnostice PDFtoolkit</Excluded_Packages>
  191. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
  192. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
  193. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfrxIBX24.bpl">FastReport 5.0 IBX Components</Excluded_Packages>
  194. <Excluded_Packages Name="C:\dev\_components\FastReport5\LibD24\dclfsIBX24.bpl">FastScript 1.9 IBX Components</Excluded_Packages>
  195. </Excluded_Packages>
  196. </Delphi.Personality>
  197. <Deployment Version="3">
  198. <DeployFile LocalName="Win32\Debug\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  199. <Platform Name="Win32">
  200. <RemoteName>RESTDebugger.exe</RemoteName>
  201. <Overwrite>true</Overwrite>
  202. </Platform>
  203. </DeployFile>
  204. <DeployFile LocalName="..\RESTDebugger.exe" Configuration="Debug" Class="ProjectOutput">
  205. <Platform Name="Win64">
  206. <RemoteName>RESTDebugger.exe</RemoteName>
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile LocalName="..\RESTDebugger.rsm" Configuration="Debug" Class="DebugSymbols">
  211. <Platform Name="Win64">
  212. <RemoteName>RESTDebugger.rsm</RemoteName>
  213. <Overwrite>true</Overwrite>
  214. </Platform>
  215. </DeployFile>
  216. <DeployClass Name="AdditionalDebugSymbols">
  217. <Platform Name="iOSSimulator">
  218. <Operation>1</Operation>
  219. </Platform>
  220. <Platform Name="OSX32">
  221. <RemoteDir>Contents\MacOS</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. <Platform Name="Win32">
  225. <RemoteDir>Contents\MacOS</RemoteDir>
  226. <Operation>0</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidClassesDexFile">
  230. <Platform Name="Android">
  231. <RemoteDir>classes</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. </DeployClass>
  235. <DeployClass Name="AndroidGDBServer">
  236. <Platform Name="Android">
  237. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  238. <Operation>1</Operation>
  239. </Platform>
  240. </DeployClass>
  241. <DeployClass Name="AndroidLibnativeArmeabiFile">
  242. <Platform Name="Android">
  243. <RemoteDir>library\lib\armeabi</RemoteDir>
  244. <Operation>1</Operation>
  245. </Platform>
  246. </DeployClass>
  247. <DeployClass Name="AndroidLibnativeMipsFile">
  248. <Platform Name="Android">
  249. <RemoteDir>library\lib\mips</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="AndroidServiceOutput">
  254. <Platform Name="Android">
  255. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="AndroidSplashImageDef">
  260. <Platform Name="Android">
  261. <RemoteDir>res\drawable</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidSplashStyles">
  266. <Platform Name="Android">
  267. <RemoteDir>res\values</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="Android_DefaultAppIcon">
  272. <Platform Name="Android">
  273. <RemoteDir>res\drawable</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="Android_LauncherIcon144">
  278. <Platform Name="Android">
  279. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="Android_LauncherIcon36">
  284. <Platform Name="Android">
  285. <RemoteDir>res\drawable-ldpi</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="Android_LauncherIcon48">
  290. <Platform Name="Android">
  291. <RemoteDir>res\drawable-mdpi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_LauncherIcon72">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable-hdpi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="Android_LauncherIcon96">
  302. <Platform Name="Android">
  303. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="Android_SplashImage426">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable-small</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="Android_SplashImage470">
  314. <Platform Name="Android">
  315. <RemoteDir>res\drawable-normal</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_SplashImage640">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-large</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_SplashImage960">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-xlarge</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="DebugSymbols">
  332. <Platform Name="iOSSimulator">
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="OSX32">
  336. <RemoteDir>Contents\MacOS</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. <Platform Name="Win32">
  340. <Operation>0</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="DependencyFramework">
  344. <Platform Name="OSX32">
  345. <RemoteDir>Contents\MacOS</RemoteDir>
  346. <Operation>1</Operation>
  347. <Extensions>.framework</Extensions>
  348. </Platform>
  349. <Platform Name="Win32">
  350. <Operation>0</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="DependencyModule">
  354. <Platform Name="iOSDevice32">
  355. <Operation>1</Operation>
  356. <Extensions>.dylib</Extensions>
  357. </Platform>
  358. <Platform Name="iOSDevice64">
  359. <Operation>1</Operation>
  360. <Extensions>.dylib</Extensions>
  361. </Platform>
  362. <Platform Name="iOSSimulator">
  363. <Operation>1</Operation>
  364. <Extensions>.dylib</Extensions>
  365. </Platform>
  366. <Platform Name="OSX32">
  367. <RemoteDir>Contents\MacOS</RemoteDir>
  368. <Operation>1</Operation>
  369. <Extensions>.dylib</Extensions>
  370. </Platform>
  371. <Platform Name="Win32">
  372. <Operation>0</Operation>
  373. <Extensions>.dll;.bpl</Extensions>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Required="true" Name="DependencyPackage">
  377. <Platform Name="iOSDevice32">
  378. <Operation>1</Operation>
  379. <Extensions>.dylib</Extensions>
  380. </Platform>
  381. <Platform Name="iOSDevice64">
  382. <Operation>1</Operation>
  383. <Extensions>.dylib</Extensions>
  384. </Platform>
  385. <Platform Name="iOSSimulator">
  386. <Operation>1</Operation>
  387. <Extensions>.dylib</Extensions>
  388. </Platform>
  389. <Platform Name="OSX32">
  390. <RemoteDir>Contents\MacOS</RemoteDir>
  391. <Operation>1</Operation>
  392. <Extensions>.dylib</Extensions>
  393. </Platform>
  394. <Platform Name="Win32">
  395. <Operation>0</Operation>
  396. <Extensions>.bpl</Extensions>
  397. </Platform>
  398. </DeployClass>
  399. <DeployClass Name="File">
  400. <Platform Name="Android">
  401. <Operation>0</Operation>
  402. </Platform>
  403. <Platform Name="iOSDevice32">
  404. <Operation>0</Operation>
  405. </Platform>
  406. <Platform Name="iOSDevice64">
  407. <Operation>0</Operation>
  408. </Platform>
  409. <Platform Name="iOSSimulator">
  410. <Operation>0</Operation>
  411. </Platform>
  412. <Platform Name="OSX32">
  413. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  414. <Operation>0</Operation>
  415. </Platform>
  416. <Platform Name="Win32">
  417. <Operation>0</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="iPad_Launch1024">
  421. <Platform Name="iOSDevice32">
  422. <Operation>1</Operation>
  423. </Platform>
  424. <Platform Name="iOSDevice64">
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="iOSSimulator">
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="iPad_Launch1536">
  432. <Platform Name="iOSDevice32">
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="iOSDevice64">
  436. <Operation>1</Operation>
  437. </Platform>
  438. <Platform Name="iOSSimulator">
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="iPad_Launch2048">
  443. <Platform Name="iOSDevice32">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice64">
  447. <Operation>1</Operation>
  448. </Platform>
  449. <Platform Name="iOSSimulator">
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="iPad_Launch768">
  454. <Platform Name="iOSDevice32">
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="iOSDevice64">
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="iOSSimulator">
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="iPhone_Launch320">
  465. <Platform Name="iOSDevice32">
  466. <Operation>1</Operation>
  467. </Platform>
  468. <Platform Name="iOSDevice64">
  469. <Operation>1</Operation>
  470. </Platform>
  471. <Platform Name="iOSSimulator">
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="iPhone_Launch640">
  476. <Platform Name="iOSDevice32">
  477. <Operation>1</Operation>
  478. </Platform>
  479. <Platform Name="iOSDevice64">
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="iOSSimulator">
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="iPhone_Launch640x1136">
  487. <Platform Name="iOSDevice32">
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="iOSDevice64">
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="iOSSimulator">
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="ProjectAndroidManifest">
  498. <Platform Name="Android">
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="ProjectiOSDeviceDebug">
  503. <Platform Name="iOSDevice32">
  504. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="iOSDevice64">
  508. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="ProjectiOSDeviceResourceRules">
  513. <Platform Name="iOSDevice32">
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="iOSDevice64">
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="ProjectiOSEntitlements">
  521. <Platform Name="iOSDevice32">
  522. <RemoteDir>..\</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="iOSDevice64">
  526. <RemoteDir>..\</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="ProjectiOSInfoPList">
  531. <Platform Name="iOSDevice32">
  532. <Operation>1</Operation>
  533. </Platform>
  534. <Platform Name="iOSDevice64">
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="iOSSimulator">
  538. <Operation>1</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="ProjectiOSResource">
  542. <Platform Name="iOSDevice32">
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="iOSDevice64">
  546. <Operation>1</Operation>
  547. </Platform>
  548. <Platform Name="iOSSimulator">
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="ProjectOSXEntitlements">
  553. <Platform Name="OSX32">
  554. <RemoteDir>..\</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="ProjectOSXInfoPList">
  559. <Platform Name="OSX32">
  560. <RemoteDir>Contents</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="ProjectOSXResource">
  565. <Platform Name="OSX32">
  566. <RemoteDir>Contents\Resources</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Required="true" Name="ProjectOutput">
  571. <Platform Name="Android">
  572. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="iOSDevice32">
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="iOSDevice64">
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="iOSSimulator">
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="Linux64">
  585. <Operation>1</Operation>
  586. </Platform>
  587. <Platform Name="OSX32">
  588. <RemoteDir>Contents\MacOS</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="Win32">
  592. <Operation>0</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="ProjectUWPManifest">
  596. <Platform Name="Win32">
  597. <Operation>1</Operation>
  598. </Platform>
  599. <Platform Name="Win64">
  600. <Operation>1</Operation>
  601. </Platform>
  602. </DeployClass>
  603. <DeployClass Name="UWP_DelphiLogo150">
  604. <Platform Name="Win32">
  605. <RemoteDir>Assets</RemoteDir>
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="Win64">
  609. <RemoteDir>Assets</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. </DeployClass>
  613. <DeployClass Name="UWP_DelphiLogo44">
  614. <Platform Name="Win32">
  615. <RemoteDir>Assets</RemoteDir>
  616. <Operation>1</Operation>
  617. </Platform>
  618. <Platform Name="Win64">
  619. <RemoteDir>Assets</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  624. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  625. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  626. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  627. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  628. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  629. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  630. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  631. </Deployment>
  632. <Platforms>
  633. <Platform value="Win32">False</Platform>
  634. <Platform value="Win64">True</Platform>
  635. </Platforms>
  636. </BorlandProject>
  637. <ProjectFileVersion>12</ProjectFileVersion>
  638. </ProjectExtensions>
  639. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  640. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  641. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  642. </Project>