Console.cbproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  32. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  33. <FinalOutputDir>$(FINAL_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  34. <ILINK_LibraryPath>console\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  35. <IncludePath>console\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  36. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  37. <Manifest_File>None</Manifest_File>
  38. <Multithreaded>true</Multithreaded>
  39. <NoVCL>true</NoVCL>
  40. <OutputExt>com</OutputExt>
  41. <PackageImports>rtl.bpi;$(PackageImports)</PackageImports>
  42. <ProjectType>CppConsoleApplication</ProjectType>
  43. <SanitizedProjectName>Console</SanitizedProjectName>
  44. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  45. <VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=6.1.0.0;InternalName=console;LegalCopyright=(c) 2000-2025 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=6.5.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
  46. <VerInfo_Locale>1033</VerInfo_Locale>
  47. <VerInfo_MajorVer>6</VerInfo_MajorVer>
  48. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  51. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  52. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  53. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  54. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  55. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  56. <BCC_StackFrames>true</BCC_StackFrames>
  57. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  58. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  59. <DCC_Define>DEBUG</DCC_Define>
  60. <DCC_Optimize>false</DCC_Optimize>
  61. <Defines>_DEBUG;$(Defines)</Defines>
  62. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  63. <TASM_Debugging>Full</TASM_Debugging>
  64. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  67. <Defines>NDEBUG;$(Defines)</Defines>
  68. <TASM_Debugging>None</TASM_Debugging>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <CppCompile Include="console\Main.cpp">
  72. <BuildOrder>8</BuildOrder>
  73. <BuildOrder>0</BuildOrder>
  74. </CppCompile>
  75. <BuildConfiguration Include="Base">
  76. <Key>Base</Key>
  77. </BuildConfiguration>
  78. <BuildConfiguration Include="Debug">
  79. <Key>Cfg_1</Key>
  80. <CfgParent>Base</CfgParent>
  81. </BuildConfiguration>
  82. <BuildConfiguration Include="Release">
  83. <Key>Cfg_2</Key>
  84. <CfgParent>Base</CfgParent>
  85. </BuildConfiguration>
  86. </ItemGroup>
  87. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  88. <PropertyGroup Condition="'$(FileToCompile)'==''">
  89. <PostBuildEvent>if exist "$(FinalOutputDir)\Console.com" (
  90. copy /y "$(FinalOutputDir)\Console.com" "$(FinalOutputDir)\WinSCP.com"
  91. ) else (
  92. exit 0
  93. )</PostBuildEvent>
  94. </PropertyGroup>
  95. <ProjectExtensions>
  96. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  97. <Borland.ProjectType>CppConsoleApplication</Borland.ProjectType>
  98. <BorlandProject>
  99. <CPlusPlusBuilder.Personality>
  100. <ProjectProperties>
  101. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  102. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  103. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  104. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  105. </ProjectProperties>
  106. </CPlusPlusBuilder.Personality>
  107. <Platforms>
  108. <Platform value="Win32">True</Platform>
  109. <Platform value="Win64">False</Platform>
  110. </Platforms>
  111. </BorlandProject>
  112. <ProjectFileVersion>12</ProjectFileVersion>
  113. </ProjectExtensions>
  114. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  115. </Project>