DragExt.cbproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{414309A3-9B7C-4261-9989-4BC118D3A1C0}</ProjectGuid>
  4. <ProjectVersion>15.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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  21. <Cfg_1_Win32>true</Cfg_1_Win32>
  22. <CfgParent>Cfg_1</CfgParent>
  23. <Cfg_1>true</Cfg_1>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  27. <Cfg_1_Win64>true</Cfg_1_Win64>
  28. <CfgParent>Cfg_1</CfgParent>
  29. <Cfg_1>true</Cfg_1>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  33. <Cfg_2>true</Cfg_2>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  38. <Cfg_2_Win32>true</Cfg_2_Win32>
  39. <CfgParent>Cfg_2</CfgParent>
  40. <Cfg_2>true</Cfg_2>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  44. <Cfg_2_Win64>true</Cfg_2_Win64>
  45. <CfgParent>Cfg_2</CfgParent>
  46. <Cfg_2>true</Cfg_2>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Base)'!=''">
  50. <_TCHARMapping>wchar_t</_TCHARMapping>
  51. <BCC_AllWarnings>true</BCC_AllWarnings>
  52. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  53. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  54. <BCC_wdlx>false</BCC_wdlx>
  55. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  56. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  57. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  58. <ILINK_LibraryPath>dragext\;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  59. <IncludePath>dragext\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  60. <Manifest_File>None</Manifest_File>
  61. <Multithreaded>true</Multithreaded>
  62. <NoVCL>true</NoVCL>
  63. <OutputExt>dll</OutputExt>
  64. <PackageImports>rtl.bpi;$(PackageImports)</PackageImports>
  65. <ProjectType>CppDynamicLibrary</ProjectType>
  66. <SanitizedProjectName>DragExt</SanitizedProjectName>
  67. <VerInfo_DLL>true</VerInfo_DLL>
  68. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  69. <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-2015 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.7.6.0;ReleaseType=stable;WWW=http://winscp.net/</VerInfo_Keys>
  70. <VerInfo_Locale>1033</VerInfo_Locale>
  71. <VerInfo_MinorVer>2</VerInfo_MinorVer>
  72. <VerInfo_Release>1</VerInfo_Release>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  75. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  76. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  77. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  78. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  79. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  80. <BCC_StackFrames>true</BCC_StackFrames>
  81. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  82. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  83. <DCC_Define>DEBUG</DCC_Define>
  84. <DCC_Optimize>false</DCC_Optimize>
  85. <FinalOutputDir>$(FINAL_PATH)\Debug</FinalOutputDir>
  86. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  87. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  88. <IntermediateOutputDir>$(INTERM_PATH)\Debug</IntermediateOutputDir>
  89. <TASM_Debugging>Full</TASM_Debugging>
  90. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  93. <Defines>_DEBUG;$(Defines)</Defines>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  96. <Defines>_DEBUG;$(Defines)</Defines>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  99. <FinalOutputDir>$(FINAL_PATH)\Release</FinalOutputDir>
  100. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  101. <IntermediateOutputDir>$(INTERM_PATH)\Release</IntermediateOutputDir>
  102. <TASM_Debugging>None</TASM_Debugging>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  105. <Defines>NDEBUG;$(Defines)</Defines>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  108. <Defines>NDEBUG;$(Defines)</Defines>
  109. </PropertyGroup>
  110. <ItemGroup>
  111. <CppCompile Include="dragext\DragExt.cpp">
  112. <BuildOrder>5</BuildOrder>
  113. <BuildOrder>1</BuildOrder>
  114. </CppCompile>
  115. <BuildConfiguration Include="Base">
  116. <Key>Base</Key>
  117. </BuildConfiguration>
  118. <BuildConfiguration Include="Debug">
  119. <Key>Cfg_1</Key>
  120. <CfgParent>Base</CfgParent>
  121. </BuildConfiguration>
  122. <BuildConfiguration Include="Release">
  123. <Key>Cfg_2</Key>
  124. <CfgParent>Base</CfgParent>
  125. </BuildConfiguration>
  126. </ItemGroup>
  127. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  128. <PropertyGroup Condition="'$(FileToCompile)'==''">
  129. <PostBuildEvent>if "1"=="$(WITH_DRAGEXT64)" (
  130. if exist "$(FinalOutputDir)\DragExt.dll" "$(BDS)\Bin\make.exe" -fmakefile.dragext64 -DDRAGEXT64OUTPUTPATH=$(FinalOutputDir)
  131. )</PostBuildEvent>
  132. </PropertyGroup>
  133. <ProjectExtensions>
  134. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  135. <Borland.ProjectType>CppDynamicLibrary</Borland.ProjectType>
  136. <BorlandProject>
  137. <CPlusPlusBuilder.Personality>
  138. <ProjectProperties>
  139. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  140. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  141. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  142. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  143. </ProjectProperties>
  144. </CPlusPlusBuilder.Personality>
  145. <Platforms>
  146. <Platform value="Win32">True</Platform>
  147. <Platform value="Win64">False</Platform>
  148. </Platforms>
  149. </BorlandProject>
  150. <ProjectFileVersion>12</ProjectFileVersion>
  151. </ProjectExtensions>
  152. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  153. </Project>