DragExt.cbproj 6.2 KB

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