Console.cbproj 6.1 KB

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