Console.cbproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{838C77E9-8237-4097-964C-EBB952D2E9A8}</ProjectGuid>
  4. <ProjectVersion>19.5</ProjectVersion>
  5. <Config Condition="'$(Config)'==''">Release</Config>
  6. <FrameworkType>None</FrameworkType>
  7. <Base>True</Base>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <TargetedPlatforms>1</TargetedPlatforms>
  10. <AppType>Console</AppType>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  13. <Base>true</Base>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  16. <Cfg_1>true</Cfg_1>
  17. <CfgParent>Base</CfgParent>
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  21. <Cfg_2>true</Cfg_2>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Base)'!=''">
  26. <_TCHARMapping>wchar_t</_TCHARMapping>
  27. <AllPackageLibs>rtl.lib</AllPackageLibs>
  28. <BCC_AllWarnings>true</BCC_AllWarnings>
  29. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  30. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  31. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  32. <BCC_UserSuppliedOptions>-Wno-c++98-compat-pedantic -Wno-c99-extensions -Wno-padded -Wno-language-extension-token</BCC_UserSuppliedOptions>
  33. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  34. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  35. <Defines>UNICODE;$(Defines)</Defines>
  36. <FinalOutputDir>$(FINAL_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  37. <ILINK_LibraryPath>console\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  38. <IncludePath>console\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  39. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  40. <Manifest_File>None</Manifest_File>
  41. <Multithreaded>true</Multithreaded>
  42. <NoVCL>true</NoVCL>
  43. <OutputExt>com</OutputExt>
  44. <PackageImports>rtl.bpi;$(PackageImports)</PackageImports>
  45. <ProjectType>CppConsoleApplication</ProjectType>
  46. <SanitizedProjectName>Console</SanitizedProjectName>
  47. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  48. <VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=6.2.0.0;InternalName=console;LegalCopyright=(c) 2000-2025 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=6.6.0.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
  49. <VerInfo_Locale>1033</VerInfo_Locale>
  50. <VerInfo_MajorVer>6</VerInfo_MajorVer>
  51. <VerInfo_MinorVer>2</VerInfo_MinorVer>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  54. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  55. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  56. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  57. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  58. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  59. <BCC_StackFrames>true</BCC_StackFrames>
  60. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  61. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  62. <DCC_Define>DEBUG</DCC_Define>
  63. <DCC_Optimize>false</DCC_Optimize>
  64. <Defines>_DEBUG;$(Defines)</Defines>
  65. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  66. <TASM_Debugging>Full</TASM_Debugging>
  67. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  70. <Defines>NDEBUG;$(Defines)</Defines>
  71. <TASM_Debugging>None</TASM_Debugging>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <CppCompile Include="console\Main.cpp">
  75. <BuildOrder>8</BuildOrder>
  76. <BuildOrder>0</BuildOrder>
  77. </CppCompile>
  78. <BuildConfiguration Include="Base">
  79. <Key>Base</Key>
  80. </BuildConfiguration>
  81. <BuildConfiguration Include="Debug">
  82. <Key>Cfg_1</Key>
  83. <CfgParent>Base</CfgParent>
  84. </BuildConfiguration>
  85. <BuildConfiguration Include="Release">
  86. <Key>Cfg_2</Key>
  87. <CfgParent>Base</CfgParent>
  88. </BuildConfiguration>
  89. </ItemGroup>
  90. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  91. <PropertyGroup Condition="'$(FileToCompile)'==''">
  92. <PostBuildEvent>if exist "$(FinalOutputDir)\Console.com" (
  93. copy /y "$(FinalOutputDir)\Console.com" "$(FinalOutputDir)\WinSCP.com"
  94. ) else (
  95. exit 0
  96. )</PostBuildEvent>
  97. </PropertyGroup>
  98. <ProjectExtensions>
  99. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  100. <Borland.ProjectType>CppConsoleApplication</Borland.ProjectType>
  101. <BorlandProject>
  102. <CPlusPlusBuilder.Personality>
  103. <ProjectProperties>
  104. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  105. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  106. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  107. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  108. </ProjectProperties>
  109. </CPlusPlusBuilder.Personality>
  110. <Platforms>
  111. <Platform value="Win32">True</Platform>
  112. <Platform value="Win64">False</Platform>
  113. </Platforms>
  114. </BorlandProject>
  115. <ProjectFileVersion>12</ProjectFileVersion>
  116. </ProjectExtensions>
  117. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  118. </Project>