DragExt.cbproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{414309A3-9B7C-4261-9989-4BC118D3A1C0}</ProjectGuid>
  4. <ProjectVersion>13.4</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>Library</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. <BCC_AllWarnings>true</BCC_AllWarnings>
  28. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  29. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  30. <BCC_wdlx>false</BCC_wdlx>
  31. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  32. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  33. <Defines>NO_STRICT;$(Defines)</Defines>
  34. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  35. <ILINK_LibraryPath>dragext\;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  36. <IncludePath>dragext\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  37. <Manifest_File>None</Manifest_File>
  38. <Multithreaded>true</Multithreaded>
  39. <NoVCL>true</NoVCL>
  40. <OutputExt>dll</OutputExt>
  41. <PackageImports>rtl.bpi;$(PackageImports)</PackageImports>
  42. <ProjectType>CppDynamicLibrary</ProjectType>
  43. <VerInfo_DLL>true</VerInfo_DLL>
  44. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  45. <VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Drag&amp;Drop shell extension for WinSCP (32-bit);FileVersion=1.2.1.0;InternalName=dragext32;LegalCopyright=(c) 2000-2014 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.5.4.0;ReleaseType=stable;WWW=http://winscp.net/</VerInfo_Keys>
  46. <VerInfo_Locale>1033</VerInfo_Locale>
  47. <VerInfo_MinorVer>2</VerInfo_MinorVer>
  48. <VerInfo_Release>1</VerInfo_Release>
  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. <FinalOutputDir>$(FINAL_PATH)\Debug</FinalOutputDir>
  63. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  64. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  65. <IntermediateOutputDir>$(INTERM_PATH)\Debug</IntermediateOutputDir>
  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. <FinalOutputDir>$(FINAL_PATH)\Release</FinalOutputDir>
  72. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  73. <IntermediateOutputDir>$(INTERM_PATH)\Release</IntermediateOutputDir>
  74. <TASM_Debugging>None</TASM_Debugging>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <CppCompile Include="dragext\DragExt.cpp">
  78. <BuildOrder>5</BuildOrder>
  79. <BuildOrder>1</BuildOrder>
  80. </CppCompile>
  81. <BuildConfiguration Include="Base">
  82. <Key>Base</Key>
  83. </BuildConfiguration>
  84. <BuildConfiguration Include="Debug">
  85. <Key>Cfg_1</Key>
  86. <CfgParent>Base</CfgParent>
  87. </BuildConfiguration>
  88. <BuildConfiguration Include="Release">
  89. <Key>Cfg_2</Key>
  90. <CfgParent>Base</CfgParent>
  91. </BuildConfiguration>
  92. </ItemGroup>
  93. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  94. <PropertyGroup Condition="'$(FileToCompile)'==''">
  95. <PostBuildEvent>if "1"=="$(WITH_DRAGEXT64)" (
  96. if exist "$(FinalOutputDir)\DragExt.dll" "$(BDS)\Bin\make.exe" -fmakefile.dragext64 -DDRAGEXT64OUTPUTPATH=$(FinalOutputDir)
  97. )</PostBuildEvent>
  98. </PropertyGroup>
  99. <ProjectExtensions>
  100. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  101. <Borland.ProjectType>CppDynamicLibrary</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>
  109. </CPlusPlusBuilder.Personality>
  110. <Platforms>
  111. <Platform value="Win32">True</Platform>
  112. </Platforms>
  113. </BorlandProject>
  114. <ProjectFileVersion>12</ProjectFileVersion>
  115. </ProjectExtensions>
  116. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  117. </Project>