FileZilla.cbproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{152D1B4E-7546-4C2B-80C5-F0D9D5F6D9D7}</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>StaticLibrary</AppType>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  13. <Base>true</Base>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  16. <Base_Win32>true</Base_Win32>
  17. <CfgParent>Base</CfgParent>
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  21. <Base_Win64>true</Base_Win64>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  26. <Cfg_1>true</Cfg_1>
  27. <CfgParent>Base</CfgParent>
  28. <Base>true</Base>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  31. <Cfg_1_Win32>true</Cfg_1_Win32>
  32. <CfgParent>Cfg_1</CfgParent>
  33. <Cfg_1>true</Cfg_1>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  37. <Cfg_1_Win64>true</Cfg_1_Win64>
  38. <CfgParent>Cfg_1</CfgParent>
  39. <Cfg_1>true</Cfg_1>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  43. <Cfg_2>true</Cfg_2>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  48. <Cfg_2_Win32>true</Cfg_2_Win32>
  49. <CfgParent>Cfg_2</CfgParent>
  50. <Cfg_2>true</Cfg_2>
  51. <Base>true</Base>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  54. <Cfg_2_Win64>true</Cfg_2_Win64>
  55. <CfgParent>Cfg_2</CfgParent>
  56. <Cfg_2>true</Cfg_2>
  57. <Base>true</Base>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Base)'!=''">
  60. <_TCHARMapping>wchar_t</_TCHARMapping>
  61. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  62. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  63. <BCC_waus>false</BCC_waus>
  64. <BCC_wccc>false</BCC_wccc>
  65. <BCC_wcom>false</BCC_wcom>
  66. <BCC_wcpt>false</BCC_wcpt>
  67. <BCC_wcsu>false</BCC_wcsu>
  68. <BCC_whid>false</BCC_whid>
  69. <BCC_wovf>false</BCC_wovf>
  70. <BCC_wpar>false</BCC_wpar>
  71. <BCC_wpia>false</BCC_wpia>
  72. <BCC_wrch>false</BCC_wrch>
  73. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  74. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  75. <ILINK_LibraryPath>$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  76. <IncludePath>filezilla\misc\;filezilla\;resource;..\libs\openssl;$(BDS)\include;$(BDS)\include\windows\vcl;$(BDS)\include\mfc;$(IncludePath)</IncludePath>
  77. <Manifest_File>None</Manifest_File>
  78. <Multithreaded>true</Multithreaded>
  79. <OutputExt>lib</OutputExt>
  80. <ProjectType>CppStaticLibrary</ProjectType>
  81. <SanitizedProjectName>FileZilla</SanitizedProjectName>
  82. <TLIB_PageSize>128</TLIB_PageSize>
  83. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  84. <VerInfo_Locale>1033</VerInfo_Locale>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  87. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  88. <Defines>_WIN32;$(Defines)</Defines>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  91. <Defines>_WIN32;$(Defines)</Defines>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  94. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  95. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  96. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  97. <BCC_MonitorGlobalAndStackData>true</BCC_MonitorGlobalAndStackData>
  98. <BCC_MonitorInlinePtrAccess>true</BCC_MonitorInlinePtrAccess>
  99. <BCC_MonitorThis>true</BCC_MonitorThis>
  100. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  101. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  102. <BCC_StackFrames>true</BCC_StackFrames>
  103. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <DCC_Define>DEBUG</DCC_Define>
  106. <DCC_Optimize>false</DCC_Optimize>
  107. <FinalOutputDir>$(INTERM_PATH)\Debug</FinalOutputDir>
  108. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  109. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  110. <IntermediateOutputDir>$(INTERM_PATH)\Debug</IntermediateOutputDir>
  111. <TASM_Debugging>Full</TASM_Debugging>
  112. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  115. <Defines>_DEBUG;$(Defines)</Defines>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  118. <Defines>_DEBUG;$(Defines)</Defines>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  121. <FinalOutputDir>$(INTERM_PATH)\Release</FinalOutputDir>
  122. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  123. <IntermediateOutputDir>$(INTERM_PATH)\Release</IntermediateOutputDir>
  124. <TASM_Debugging>None</TASM_Debugging>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  127. <Defines>NDEBUG;$(Defines)</Defines>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  130. <Defines>NDEBUG;$(Defines)</Defines>
  131. </PropertyGroup>
  132. <ItemGroup>
  133. <CppCompile Include="filezilla\ApiLog.cpp">
  134. <BuildOrder>0</BuildOrder>
  135. </CppCompile>
  136. <CppCompile Include="filezilla\AsyncProxySocketLayer.cpp">
  137. <BuildOrder>1</BuildOrder>
  138. </CppCompile>
  139. <CppCompile Include="filezilla\AsyncSocketEx.cpp">
  140. <BuildOrder>2</BuildOrder>
  141. </CppCompile>
  142. <CppCompile Include="filezilla\AsyncSocketExLayer.cpp">
  143. <BuildOrder>3</BuildOrder>
  144. </CppCompile>
  145. <CppCompile Include="filezilla\AsyncSslSocketLayer.cpp">
  146. <BuildOrder>4</BuildOrder>
  147. </CppCompile>
  148. <CppCompile Include="filezilla\ControlSocket.cpp">
  149. <BuildOrder>5</BuildOrder>
  150. </CppCompile>
  151. <CppCompile Include="filezilla\Crypt.cpp">
  152. <BuildOrder>6</BuildOrder>
  153. </CppCompile>
  154. <CppCompile Include="filezilla\FileZillaApi.cpp">
  155. <BuildOrder>7</BuildOrder>
  156. </CppCompile>
  157. <CppCompile Include="filezilla\FileZillaIntern.cpp">
  158. <DependentOn>filezilla\FileZillaIntern.h</DependentOn>
  159. <BuildOrder>8</BuildOrder>
  160. </CppCompile>
  161. <CppCompile Include="filezilla\FileZillaIntf.cpp">
  162. <DependentOn>filezilla\FileZillaIntf.h</DependentOn>
  163. <BuildOrder>9</BuildOrder>
  164. </CppCompile>
  165. <CppCompile Include="filezilla\FtpControlSocket.cpp">
  166. <BuildOrder>10</BuildOrder>
  167. </CppCompile>
  168. <CppCompile Include="filezilla\FtpListResult.cpp">
  169. <BuildOrder>11</BuildOrder>
  170. </CppCompile>
  171. <CppCompile Include="filezilla\FzApiStructures.cpp">
  172. <BuildOrder>12</BuildOrder>
  173. </CppCompile>
  174. <CppCompile Include="filezilla\MainThread.cpp">
  175. <BuildOrder>13</BuildOrder>
  176. </CppCompile>
  177. <CppCompile Include="filezilla\MFC64bitFix.cpp">
  178. <BuildOrder>14</BuildOrder>
  179. </CppCompile>
  180. <CppCompile Include="filezilla\misc\CBase64Coding.cpp">
  181. <BuildOrder>20</BuildOrder>
  182. </CppCompile>
  183. <CppCompile Include="filezilla\misc\Fzutf8.cpp">
  184. <BuildOrder>21</BuildOrder>
  185. </CppCompile>
  186. <CppCompile Include="filezilla\Options.cpp">
  187. <DependentOn>filezilla\Options.h</DependentOn>
  188. <BuildOrder>15</BuildOrder>
  189. </CppCompile>
  190. <CppCompile Include="filezilla\ServerPath.cpp">
  191. <BuildOrder>17</BuildOrder>
  192. </CppCompile>
  193. <CppCompile Include="filezilla\structures.cpp">
  194. <BuildOrder>18</BuildOrder>
  195. </CppCompile>
  196. <CppCompile Include="filezilla\TransferSocket.cpp">
  197. <BuildOrder>19</BuildOrder>
  198. </CppCompile>
  199. <BuildConfiguration Include="Base">
  200. <Key>Base</Key>
  201. </BuildConfiguration>
  202. <BuildConfiguration Include="Debug">
  203. <Key>Cfg_1</Key>
  204. <CfgParent>Base</CfgParent>
  205. </BuildConfiguration>
  206. <BuildConfiguration Include="Release">
  207. <Key>Cfg_2</Key>
  208. <CfgParent>Base</CfgParent>
  209. </BuildConfiguration>
  210. </ItemGroup>
  211. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  212. <ProjectExtensions>
  213. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  214. <Borland.ProjectType>CppStaticLibrary</Borland.ProjectType>
  215. <BorlandProject>
  216. <CPlusPlusBuilder.Personality>
  217. <ProjectProperties>
  218. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  219. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  220. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  221. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  222. </ProjectProperties>
  223. </CPlusPlusBuilder.Personality>
  224. <Platforms>
  225. <Platform value="Win32">True</Platform>
  226. <Platform value="Win64">False</Platform>
  227. </Platforms>
  228. </BorlandProject>
  229. <ProjectFileVersion>12</ProjectFileVersion>
  230. </ProjectExtensions>
  231. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  232. </Project>