libcurl.tmpl 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155
  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="libcurl"
  6. ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32"
  16. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  17. IntermediateDirectory="$(OutDir)\lib"
  18. ConfigurationType="2"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. AdditionalOptions="/EHsc "
  24. InlineFunctionExpansion="1"
  25. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  26. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. WarningLevel="4"
  31. SuppressStartupBanner="TRUE"
  32. CompileAs="0"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  38. AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2.lib"
  39. OutputFile="$(OutDir)\$(ProjectName).dll"
  40. LinkIncremental="1"
  41. SuppressStartupBanner="TRUE"
  42. AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7\DLL Release"
  43. SetChecksum="TRUE"
  44. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="NDEBUG"
  48. SuppressStartupBanner="TRUE"
  49. TargetEnvironment="1"
  50. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. PreprocessorDefinitions="NDEBUG"
  60. Culture="1033"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="DLL Debug - DLL OpenSSL|Win32"
  68. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  69. IntermediateDirectory="$(OutDir)\lib"
  70. ConfigurationType="2"
  71. UseOfMFC="0"
  72. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. AdditionalOptions="/EHsc "
  76. Optimization="0"
  77. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  78. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL"
  79. BasicRuntimeChecks="3"
  80. RuntimeLibrary="3"
  81. WarningLevel="4"
  82. SuppressStartupBanner="TRUE"
  83. DebugInformationFormat="3"
  84. CompileAs="0"/>
  85. <Tool
  86. Name="VCCustomBuildTool"/>
  87. <Tool
  88. Name="VCLinkerTool"
  89. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  90. AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib"
  91. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  92. LinkIncremental="1"
  93. SuppressStartupBanner="TRUE"
  94. AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Debug"
  95. GenerateDebugInformation="TRUE"
  96. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  97. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  98. <Tool
  99. Name="VCMIDLTool"
  100. PreprocessorDefinitions="_DEBUG"
  101. SuppressStartupBanner="TRUE"
  102. TargetEnvironment="1"
  103. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  104. <Tool
  105. Name="VCPostBuildEventTool"/>
  106. <Tool
  107. Name="VCPreBuildEventTool"/>
  108. <Tool
  109. Name="VCPreLinkEventTool"/>
  110. <Tool
  111. Name="VCResourceCompilerTool"
  112. PreprocessorDefinitions="_DEBUG"
  113. Culture="1033"/>
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"/>
  116. <Tool
  117. Name="VCWebDeploymentTool"/>
  118. </Configuration>
  119. <Configuration
  120. Name="DLL Debug|Win32"
  121. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  122. IntermediateDirectory="$(OutDir)\lib"
  123. ConfigurationType="2"
  124. UseOfMFC="0"
  125. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. AdditionalOptions="/EHsc "
  129. Optimization="0"
  130. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  131. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD"
  132. BasicRuntimeChecks="3"
  133. RuntimeLibrary="3"
  134. WarningLevel="4"
  135. SuppressStartupBanner="TRUE"
  136. DebugInformationFormat="3"
  137. CompileAs="0"/>
  138. <Tool
  139. Name="VCCustomBuildTool"/>
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  143. AdditionalDependencies="wldap32.lib ws2_32.lib"
  144. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  145. LinkIncremental="1"
  146. SuppressStartupBanner="TRUE"
  147. GenerateDebugInformation="TRUE"
  148. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  149. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  150. <Tool
  151. Name="VCMIDLTool"
  152. PreprocessorDefinitions="_DEBUG"
  153. SuppressStartupBanner="TRUE"
  154. TargetEnvironment="1"
  155. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  156. <Tool
  157. Name="VCPostBuildEventTool"/>
  158. <Tool
  159. Name="VCPreBuildEventTool"/>
  160. <Tool
  161. Name="VCPreLinkEventTool"/>
  162. <Tool
  163. Name="VCResourceCompilerTool"
  164. PreprocessorDefinitions="_DEBUG"
  165. Culture="1033"/>
  166. <Tool
  167. Name="VCWebServiceProxyGeneratorTool"/>
  168. <Tool
  169. Name="VCWebDeploymentTool"/>
  170. </Configuration>
  171. <Configuration
  172. Name="LIB Release - DLL OpenSSL|Win32"
  173. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  174. IntermediateDirectory="$(OutDir)\lib"
  175. ConfigurationType="4"
  176. UseOfMFC="0"
  177. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  178. <Tool
  179. Name="VCCLCompilerTool"
  180. AdditionalOptions="/EHsc "
  181. InlineFunctionExpansion="1"
  182. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  183. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL"
  184. StringPooling="TRUE"
  185. RuntimeLibrary="2"
  186. EnableFunctionLevelLinking="TRUE"
  187. WarningLevel="4"
  188. SuppressStartupBanner="TRUE"
  189. CompileAs="0"/>
  190. <Tool
  191. Name="VCCustomBuildTool"/>
  192. <Tool
  193. Name="VCLibrarianTool"
  194. AdditionalOptions="/machine:I386 "
  195. OutputFile="$(OutDir)\$(ProjectName).lib"
  196. SuppressStartupBanner="TRUE"/>
  197. <Tool
  198. Name="VCMIDLTool"/>
  199. <Tool
  200. Name="VCPostBuildEventTool"/>
  201. <Tool
  202. Name="VCPreBuildEventTool"/>
  203. <Tool
  204. Name="VCPreLinkEventTool"/>
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. PreprocessorDefinitions="NDEBUG"
  208. Culture="1033"/>
  209. <Tool
  210. Name="VCWebServiceProxyGeneratorTool"/>
  211. </Configuration>
  212. <Configuration
  213. Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32"
  214. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  215. IntermediateDirectory="$(OutDir)\lib"
  216. ConfigurationType="4"
  217. UseOfMFC="0"
  218. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. AdditionalOptions="/EHsc "
  222. Optimization="0"
  223. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  224. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  225. BasicRuntimeChecks="3"
  226. RuntimeLibrary="3"
  227. WarningLevel="4"
  228. SuppressStartupBanner="TRUE"
  229. DebugInformationFormat="3"
  230. CompileAs="0"/>
  231. <Tool
  232. Name="VCCustomBuildTool"/>
  233. <Tool
  234. Name="VCLibrarianTool"
  235. AdditionalOptions="/machine:I386 "
  236. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  237. SuppressStartupBanner="TRUE"/>
  238. <Tool
  239. Name="VCMIDLTool"/>
  240. <Tool
  241. Name="VCPostBuildEventTool"/>
  242. <Tool
  243. Name="VCPreBuildEventTool"/>
  244. <Tool
  245. Name="VCPreLinkEventTool"/>
  246. <Tool
  247. Name="VCResourceCompilerTool"
  248. PreprocessorDefinitions="_DEBUG"
  249. Culture="1033"/>
  250. <Tool
  251. Name="VCWebServiceProxyGeneratorTool"/>
  252. </Configuration>
  253. <Configuration
  254. Name="DLL Release|Win32"
  255. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  256. IntermediateDirectory="$(OutDir)\lib"
  257. ConfigurationType="2"
  258. UseOfMFC="0"
  259. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  260. <Tool
  261. Name="VCCLCompilerTool"
  262. AdditionalOptions="/EHsc "
  263. InlineFunctionExpansion="1"
  264. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  265. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL"
  266. StringPooling="TRUE"
  267. RuntimeLibrary="2"
  268. EnableFunctionLevelLinking="TRUE"
  269. WarningLevel="4"
  270. SuppressStartupBanner="TRUE"
  271. CompileAs="0"/>
  272. <Tool
  273. Name="VCCustomBuildTool"/>
  274. <Tool
  275. Name="VCLinkerTool"
  276. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  277. AdditionalDependencies="wldap32.lib ws2_32.lib"
  278. OutputFile="$(OutDir)\$(ProjectName).dll"
  279. LinkIncremental="1"
  280. SuppressStartupBanner="TRUE"
  281. SetChecksum="TRUE"
  282. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  283. <Tool
  284. Name="VCMIDLTool"
  285. PreprocessorDefinitions="NDEBUG"
  286. SuppressStartupBanner="TRUE"
  287. TargetEnvironment="1"
  288. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  289. <Tool
  290. Name="VCPostBuildEventTool"/>
  291. <Tool
  292. Name="VCPreBuildEventTool"/>
  293. <Tool
  294. Name="VCPreLinkEventTool"/>
  295. <Tool
  296. Name="VCResourceCompilerTool"
  297. PreprocessorDefinitions="NDEBUG"
  298. Culture="1033"/>
  299. <Tool
  300. Name="VCWebServiceProxyGeneratorTool"/>
  301. <Tool
  302. Name="VCWebDeploymentTool"/>
  303. </Configuration>
  304. <Configuration
  305. Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32"
  306. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  307. IntermediateDirectory="$(OutDir)\lib"
  308. ConfigurationType="4"
  309. UseOfMFC="0"
  310. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. AdditionalOptions="/EHsc "
  314. Optimization="0"
  315. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  316. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  317. BasicRuntimeChecks="3"
  318. RuntimeLibrary="3"
  319. WarningLevel="4"
  320. SuppressStartupBanner="TRUE"
  321. DebugInformationFormat="3"
  322. CompileAs="0"/>
  323. <Tool
  324. Name="VCCustomBuildTool"/>
  325. <Tool
  326. Name="VCLibrarianTool"
  327. AdditionalOptions="/machine:I386 "
  328. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  329. SuppressStartupBanner="TRUE"/>
  330. <Tool
  331. Name="VCMIDLTool"/>
  332. <Tool
  333. Name="VCPostBuildEventTool"/>
  334. <Tool
  335. Name="VCPreBuildEventTool"/>
  336. <Tool
  337. Name="VCPreLinkEventTool"/>
  338. <Tool
  339. Name="VCResourceCompilerTool"
  340. PreprocessorDefinitions="_DEBUG"
  341. Culture="1033"/>
  342. <Tool
  343. Name="VCWebServiceProxyGeneratorTool"/>
  344. </Configuration>
  345. <Configuration
  346. Name="LIB Debug - DLL Windows SSPI|Win32"
  347. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  348. IntermediateDirectory="$(OutDir)\lib"
  349. ConfigurationType="4"
  350. UseOfMFC="0"
  351. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  352. <Tool
  353. Name="VCCLCompilerTool"
  354. AdditionalOptions="/EHsc "
  355. Optimization="0"
  356. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  357. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
  358. BasicRuntimeChecks="3"
  359. RuntimeLibrary="3"
  360. WarningLevel="4"
  361. SuppressStartupBanner="TRUE"
  362. DebugInformationFormat="3"
  363. CompileAs="0"/>
  364. <Tool
  365. Name="VCCustomBuildTool"/>
  366. <Tool
  367. Name="VCLibrarianTool"
  368. AdditionalOptions="/machine:I386 "
  369. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  370. SuppressStartupBanner="TRUE"/>
  371. <Tool
  372. Name="VCMIDLTool"/>
  373. <Tool
  374. Name="VCPostBuildEventTool"/>
  375. <Tool
  376. Name="VCPreBuildEventTool"/>
  377. <Tool
  378. Name="VCPreLinkEventTool"/>
  379. <Tool
  380. Name="VCResourceCompilerTool"
  381. PreprocessorDefinitions="_DEBUG"
  382. Culture="1033"/>
  383. <Tool
  384. Name="VCWebServiceProxyGeneratorTool"/>
  385. </Configuration>
  386. <Configuration
  387. Name="LIB Debug - DLL OpenSSL|Win32"
  388. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  389. IntermediateDirectory="$(OutDir)\lib"
  390. ConfigurationType="4"
  391. UseOfMFC="0"
  392. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  393. <Tool
  394. Name="VCCLCompilerTool"
  395. AdditionalOptions="/EHsc "
  396. Optimization="0"
  397. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  398. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL"
  399. BasicRuntimeChecks="3"
  400. RuntimeLibrary="3"
  401. WarningLevel="4"
  402. SuppressStartupBanner="TRUE"
  403. DebugInformationFormat="3"
  404. CompileAs="0"/>
  405. <Tool
  406. Name="VCCustomBuildTool"/>
  407. <Tool
  408. Name="VCLibrarianTool"
  409. AdditionalOptions="/machine:I386 "
  410. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  411. SuppressStartupBanner="TRUE"/>
  412. <Tool
  413. Name="VCMIDLTool"/>
  414. <Tool
  415. Name="VCPostBuildEventTool"/>
  416. <Tool
  417. Name="VCPreBuildEventTool"/>
  418. <Tool
  419. Name="VCPreLinkEventTool"/>
  420. <Tool
  421. Name="VCResourceCompilerTool"
  422. PreprocessorDefinitions="_DEBUG"
  423. Culture="1033"/>
  424. <Tool
  425. Name="VCWebServiceProxyGeneratorTool"/>
  426. </Configuration>
  427. <Configuration
  428. Name="DLL Release - DLL Windows SSPI|Win32"
  429. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  430. IntermediateDirectory="$(OutDir)\lib"
  431. ConfigurationType="2"
  432. UseOfMFC="0"
  433. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  434. <Tool
  435. Name="VCCLCompilerTool"
  436. AdditionalOptions="/EHsc "
  437. InlineFunctionExpansion="1"
  438. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  439. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
  440. StringPooling="TRUE"
  441. RuntimeLibrary="2"
  442. EnableFunctionLevelLinking="TRUE"
  443. WarningLevel="4"
  444. SuppressStartupBanner="TRUE"
  445. CompileAs="0"/>
  446. <Tool
  447. Name="VCCustomBuildTool"/>
  448. <Tool
  449. Name="VCLinkerTool"
  450. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  451. AdditionalDependencies="wldap32.lib ws2_32.lib crypt32.lib"
  452. OutputFile="$(OutDir)\$(ProjectName).dll"
  453. LinkIncremental="1"
  454. SuppressStartupBanner="TRUE"
  455. SetChecksum="TRUE"
  456. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  457. <Tool
  458. Name="VCMIDLTool"
  459. PreprocessorDefinitions="NDEBUG"
  460. SuppressStartupBanner="TRUE"
  461. TargetEnvironment="1"
  462. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  463. <Tool
  464. Name="VCPostBuildEventTool"/>
  465. <Tool
  466. Name="VCPreBuildEventTool"/>
  467. <Tool
  468. Name="VCPreLinkEventTool"/>
  469. <Tool
  470. Name="VCResourceCompilerTool"
  471. PreprocessorDefinitions="NDEBUG"
  472. Culture="1033"/>
  473. <Tool
  474. Name="VCWebServiceProxyGeneratorTool"/>
  475. <Tool
  476. Name="VCWebDeploymentTool"/>
  477. </Configuration>
  478. <Configuration
  479. Name="DLL Debug - DLL Windows SSPI|Win32"
  480. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  481. IntermediateDirectory="$(OutDir)\lib"
  482. ConfigurationType="2"
  483. UseOfMFC="0"
  484. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  485. <Tool
  486. Name="VCCLCompilerTool"
  487. AdditionalOptions="/EHsc "
  488. Optimization="0"
  489. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  490. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL"
  491. BasicRuntimeChecks="3"
  492. RuntimeLibrary="3"
  493. WarningLevel="4"
  494. SuppressStartupBanner="TRUE"
  495. DebugInformationFormat="3"
  496. CompileAs="0"/>
  497. <Tool
  498. Name="VCCustomBuildTool"/>
  499. <Tool
  500. Name="VCLinkerTool"
  501. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  502. AdditionalDependencies="wldap32.lib ws2_32.lib crypt32.lib"
  503. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  504. LinkIncremental="1"
  505. SuppressStartupBanner="TRUE"
  506. GenerateDebugInformation="TRUE"
  507. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  508. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  509. <Tool
  510. Name="VCMIDLTool"
  511. PreprocessorDefinitions="_DEBUG"
  512. SuppressStartupBanner="TRUE"
  513. TargetEnvironment="1"
  514. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  515. <Tool
  516. Name="VCPostBuildEventTool"/>
  517. <Tool
  518. Name="VCPreBuildEventTool"/>
  519. <Tool
  520. Name="VCPreLinkEventTool"/>
  521. <Tool
  522. Name="VCResourceCompilerTool"
  523. PreprocessorDefinitions="_DEBUG"
  524. Culture="1033"/>
  525. <Tool
  526. Name="VCWebServiceProxyGeneratorTool"/>
  527. <Tool
  528. Name="VCWebDeploymentTool"/>
  529. </Configuration>
  530. <Configuration
  531. Name="LIB Release - DLL Windows SSPI|Win32"
  532. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  533. IntermediateDirectory="$(OutDir)\lib"
  534. ConfigurationType="4"
  535. UseOfMFC="0"
  536. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  537. <Tool
  538. Name="VCCLCompilerTool"
  539. AdditionalOptions="/EHsc "
  540. InlineFunctionExpansion="1"
  541. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  542. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
  543. StringPooling="TRUE"
  544. RuntimeLibrary="2"
  545. EnableFunctionLevelLinking="TRUE"
  546. WarningLevel="4"
  547. SuppressStartupBanner="TRUE"
  548. CompileAs="0"/>
  549. <Tool
  550. Name="VCCustomBuildTool"/>
  551. <Tool
  552. Name="VCLibrarianTool"
  553. AdditionalOptions="/machine:I386 "
  554. OutputFile="$(OutDir)\$(ProjectName).lib"
  555. SuppressStartupBanner="TRUE"/>
  556. <Tool
  557. Name="VCMIDLTool"/>
  558. <Tool
  559. Name="VCPostBuildEventTool"/>
  560. <Tool
  561. Name="VCPreBuildEventTool"/>
  562. <Tool
  563. Name="VCPreLinkEventTool"/>
  564. <Tool
  565. Name="VCResourceCompilerTool"
  566. PreprocessorDefinitions="NDEBUG"
  567. Culture="1033"/>
  568. <Tool
  569. Name="VCWebServiceProxyGeneratorTool"/>
  570. </Configuration>
  571. <Configuration
  572. Name="DLL Release - DLL OpenSSL|Win32"
  573. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  574. IntermediateDirectory="$(OutDir)\lib"
  575. ConfigurationType="2"
  576. UseOfMFC="0"
  577. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  578. <Tool
  579. Name="VCCLCompilerTool"
  580. AdditionalOptions="/EHsc "
  581. InlineFunctionExpansion="1"
  582. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  583. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL"
  584. StringPooling="TRUE"
  585. RuntimeLibrary="2"
  586. EnableFunctionLevelLinking="TRUE"
  587. WarningLevel="4"
  588. SuppressStartupBanner="TRUE"
  589. CompileAs="0"/>
  590. <Tool
  591. Name="VCCustomBuildTool"/>
  592. <Tool
  593. Name="VCLinkerTool"
  594. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  595. AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib"
  596. OutputFile="$(OutDir)\$(ProjectName).dll"
  597. LinkIncremental="1"
  598. SuppressStartupBanner="TRUE"
  599. AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Release"
  600. SetChecksum="TRUE"
  601. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  602. <Tool
  603. Name="VCMIDLTool"
  604. PreprocessorDefinitions="NDEBUG"
  605. SuppressStartupBanner="TRUE"
  606. TargetEnvironment="1"
  607. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  608. <Tool
  609. Name="VCPostBuildEventTool"/>
  610. <Tool
  611. Name="VCPreBuildEventTool"/>
  612. <Tool
  613. Name="VCPreLinkEventTool"/>
  614. <Tool
  615. Name="VCResourceCompilerTool"
  616. PreprocessorDefinitions="NDEBUG"
  617. Culture="1033"/>
  618. <Tool
  619. Name="VCWebServiceProxyGeneratorTool"/>
  620. <Tool
  621. Name="VCWebDeploymentTool"/>
  622. </Configuration>
  623. <Configuration
  624. Name="LIB Release - LIB OpenSSL|Win32"
  625. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  626. IntermediateDirectory="$(OutDir)\lib"
  627. ConfigurationType="4"
  628. UseOfMFC="0"
  629. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  630. <Tool
  631. Name="VCCLCompilerTool"
  632. AdditionalOptions="/EHsc "
  633. InlineFunctionExpansion="1"
  634. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  635. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL"
  636. StringPooling="TRUE"
  637. RuntimeLibrary="2"
  638. EnableFunctionLevelLinking="TRUE"
  639. WarningLevel="4"
  640. SuppressStartupBanner="TRUE"
  641. CompileAs="0"/>
  642. <Tool
  643. Name="VCCustomBuildTool"/>
  644. <Tool
  645. Name="VCLibrarianTool"
  646. AdditionalOptions="/machine:I386 "
  647. OutputFile="$(OutDir)\$(ProjectName).lib"
  648. SuppressStartupBanner="TRUE"/>
  649. <Tool
  650. Name="VCMIDLTool"/>
  651. <Tool
  652. Name="VCPostBuildEventTool"/>
  653. <Tool
  654. Name="VCPreBuildEventTool"/>
  655. <Tool
  656. Name="VCPreLinkEventTool"/>
  657. <Tool
  658. Name="VCResourceCompilerTool"
  659. PreprocessorDefinitions="NDEBUG"
  660. Culture="1033"/>
  661. <Tool
  662. Name="VCWebServiceProxyGeneratorTool"/>
  663. </Configuration>
  664. <Configuration
  665. Name="LIB Release|Win32"
  666. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  667. IntermediateDirectory="$(OutDir)\lib"
  668. ConfigurationType="4"
  669. UseOfMFC="0"
  670. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  671. <Tool
  672. Name="VCCLCompilerTool"
  673. AdditionalOptions="/EHsc "
  674. InlineFunctionExpansion="1"
  675. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  676. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
  677. StringPooling="TRUE"
  678. RuntimeLibrary="2"
  679. EnableFunctionLevelLinking="TRUE"
  680. WarningLevel="4"
  681. SuppressStartupBanner="TRUE"
  682. CompileAs="0"/>
  683. <Tool
  684. Name="VCCustomBuildTool"/>
  685. <Tool
  686. Name="VCLibrarianTool"
  687. AdditionalOptions="/machine:I386 "
  688. OutputFile="$(OutDir)\$(ProjectName).lib"
  689. SuppressStartupBanner="TRUE"/>
  690. <Tool
  691. Name="VCMIDLTool"/>
  692. <Tool
  693. Name="VCPostBuildEventTool"/>
  694. <Tool
  695. Name="VCPreBuildEventTool"/>
  696. <Tool
  697. Name="VCPreLinkEventTool"/>
  698. <Tool
  699. Name="VCResourceCompilerTool"
  700. PreprocessorDefinitions="NDEBUG"
  701. Culture="1033"/>
  702. <Tool
  703. Name="VCWebServiceProxyGeneratorTool"/>
  704. </Configuration>
  705. <Configuration
  706. Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32"
  707. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  708. IntermediateDirectory="$(OutDir)\lib"
  709. ConfigurationType="4"
  710. UseOfMFC="0"
  711. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  712. <Tool
  713. Name="VCCLCompilerTool"
  714. AdditionalOptions="/EHsc "
  715. InlineFunctionExpansion="1"
  716. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  717. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  718. StringPooling="TRUE"
  719. RuntimeLibrary="2"
  720. EnableFunctionLevelLinking="TRUE"
  721. WarningLevel="4"
  722. SuppressStartupBanner="TRUE"
  723. CompileAs="0"/>
  724. <Tool
  725. Name="VCCustomBuildTool"/>
  726. <Tool
  727. Name="VCLibrarianTool"
  728. AdditionalOptions="/machine:I386 "
  729. OutputFile="$(OutDir)\$(ProjectName).lib"
  730. SuppressStartupBanner="TRUE"/>
  731. <Tool
  732. Name="VCMIDLTool"/>
  733. <Tool
  734. Name="VCPostBuildEventTool"/>
  735. <Tool
  736. Name="VCPreBuildEventTool"/>
  737. <Tool
  738. Name="VCPreLinkEventTool"/>
  739. <Tool
  740. Name="VCResourceCompilerTool"
  741. PreprocessorDefinitions="NDEBUG"
  742. Culture="1033"/>
  743. <Tool
  744. Name="VCWebServiceProxyGeneratorTool"/>
  745. </Configuration>
  746. <Configuration
  747. Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32"
  748. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  749. IntermediateDirectory="$(OutDir)\lib"
  750. ConfigurationType="4"
  751. UseOfMFC="0"
  752. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  753. <Tool
  754. Name="VCCLCompilerTool"
  755. AdditionalOptions="/EHsc "
  756. InlineFunctionExpansion="1"
  757. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  758. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  759. StringPooling="TRUE"
  760. RuntimeLibrary="2"
  761. EnableFunctionLevelLinking="TRUE"
  762. WarningLevel="4"
  763. SuppressStartupBanner="TRUE"
  764. CompileAs="0"/>
  765. <Tool
  766. Name="VCCustomBuildTool"/>
  767. <Tool
  768. Name="VCLibrarianTool"
  769. AdditionalOptions="/machine:I386 "
  770. OutputFile="$(OutDir)\$(ProjectName).lib"
  771. SuppressStartupBanner="TRUE"/>
  772. <Tool
  773. Name="VCMIDLTool"/>
  774. <Tool
  775. Name="VCPostBuildEventTool"/>
  776. <Tool
  777. Name="VCPreBuildEventTool"/>
  778. <Tool
  779. Name="VCPreLinkEventTool"/>
  780. <Tool
  781. Name="VCResourceCompilerTool"
  782. PreprocessorDefinitions="NDEBUG"
  783. Culture="1033"/>
  784. <Tool
  785. Name="VCWebServiceProxyGeneratorTool"/>
  786. </Configuration>
  787. <Configuration
  788. Name="LIB Debug|Win32"
  789. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  790. IntermediateDirectory="$(OutDir)\lib"
  791. ConfigurationType="4"
  792. UseOfMFC="0"
  793. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  794. <Tool
  795. Name="VCCLCompilerTool"
  796. AdditionalOptions="/EHsc "
  797. Optimization="0"
  798. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  799. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB"
  800. BasicRuntimeChecks="3"
  801. RuntimeLibrary="3"
  802. WarningLevel="4"
  803. SuppressStartupBanner="TRUE"
  804. DebugInformationFormat="3"
  805. CompileAs="0"/>
  806. <Tool
  807. Name="VCCustomBuildTool"/>
  808. <Tool
  809. Name="VCLibrarianTool"
  810. AdditionalOptions="/machine:I386 "
  811. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  812. SuppressStartupBanner="TRUE"/>
  813. <Tool
  814. Name="VCMIDLTool"/>
  815. <Tool
  816. Name="VCPostBuildEventTool"/>
  817. <Tool
  818. Name="VCPreBuildEventTool"/>
  819. <Tool
  820. Name="VCPreLinkEventTool"/>
  821. <Tool
  822. Name="VCResourceCompilerTool"
  823. PreprocessorDefinitions="_DEBUG"
  824. Culture="1033"/>
  825. <Tool
  826. Name="VCWebServiceProxyGeneratorTool"/>
  827. </Configuration>
  828. <Configuration
  829. Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32"
  830. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  831. IntermediateDirectory="$(OutDir)\lib"
  832. ConfigurationType="2"
  833. UseOfMFC="0"
  834. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  835. <Tool
  836. Name="VCCLCompilerTool"
  837. AdditionalOptions="/EHsc "
  838. Optimization="0"
  839. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include"
  840. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
  841. BasicRuntimeChecks="3"
  842. RuntimeLibrary="3"
  843. WarningLevel="4"
  844. SuppressStartupBanner="TRUE"
  845. DebugInformationFormat="3"
  846. CompileAs="0"/>
  847. <Tool
  848. Name="VCCustomBuildTool"/>
  849. <Tool
  850. Name="VCLinkerTool"
  851. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  852. AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib"
  853. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  854. LinkIncremental="1"
  855. SuppressStartupBanner="TRUE"
  856. AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7\DLL Debug"
  857. GenerateDebugInformation="TRUE"
  858. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  859. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  860. <Tool
  861. Name="VCMIDLTool"
  862. PreprocessorDefinitions="_DEBUG"
  863. SuppressStartupBanner="TRUE"
  864. TargetEnvironment="1"
  865. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  866. <Tool
  867. Name="VCPostBuildEventTool"/>
  868. <Tool
  869. Name="VCPreBuildEventTool"/>
  870. <Tool
  871. Name="VCPreLinkEventTool"/>
  872. <Tool
  873. Name="VCResourceCompilerTool"
  874. PreprocessorDefinitions="_DEBUG"
  875. Culture="1033"/>
  876. <Tool
  877. Name="VCWebServiceProxyGeneratorTool"/>
  878. <Tool
  879. Name="VCWebDeploymentTool"/>
  880. </Configuration>
  881. <Configuration
  882. Name="LIB Debug - LIB OpenSSL|Win32"
  883. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  884. IntermediateDirectory="$(OutDir)\lib"
  885. ConfigurationType="4"
  886. UseOfMFC="0"
  887. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  888. <Tool
  889. Name="VCCLCompilerTool"
  890. AdditionalOptions="/EHsc "
  891. Optimization="0"
  892. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32"
  893. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL"
  894. BasicRuntimeChecks="3"
  895. RuntimeLibrary="3"
  896. WarningLevel="4"
  897. SuppressStartupBanner="TRUE"
  898. DebugInformationFormat="3"
  899. CompileAs="0"/>
  900. <Tool
  901. Name="VCCustomBuildTool"/>
  902. <Tool
  903. Name="VCLibrarianTool"
  904. AdditionalOptions="/machine:I386 "
  905. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  906. SuppressStartupBanner="TRUE"/>
  907. <Tool
  908. Name="VCMIDLTool"/>
  909. <Tool
  910. Name="VCPostBuildEventTool"/>
  911. <Tool
  912. Name="VCPreBuildEventTool"/>
  913. <Tool
  914. Name="VCPreLinkEventTool"/>
  915. <Tool
  916. Name="VCResourceCompilerTool"
  917. PreprocessorDefinitions="_DEBUG"
  918. Culture="1033"/>
  919. <Tool
  920. Name="VCWebServiceProxyGeneratorTool"/>
  921. </Configuration>
  922. <Configuration
  923. Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32"
  924. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  925. IntermediateDirectory="$(OutDir)\lib"
  926. ConfigurationType="2"
  927. UseOfMFC="0"
  928. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  929. <Tool
  930. Name="VCCLCompilerTool"
  931. AdditionalOptions="/EHsc "
  932. Optimization="0"
  933. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  934. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
  935. BasicRuntimeChecks="3"
  936. RuntimeLibrary="3"
  937. WarningLevel="4"
  938. SuppressStartupBanner="TRUE"
  939. DebugInformationFormat="3"
  940. CompileAs="0"/>
  941. <Tool
  942. Name="VCCustomBuildTool"/>
  943. <Tool
  944. Name="VCLinkerTool"
  945. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  946. AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib"
  947. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  948. LinkIncremental="1"
  949. SuppressStartupBanner="TRUE"
  950. GenerateDebugInformation="TRUE"
  951. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  952. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  953. <Tool
  954. Name="VCMIDLTool"
  955. PreprocessorDefinitions="_DEBUG"
  956. SuppressStartupBanner="TRUE"
  957. TargetEnvironment="1"
  958. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  959. <Tool
  960. Name="VCPostBuildEventTool"/>
  961. <Tool
  962. Name="VCPreBuildEventTool"/>
  963. <Tool
  964. Name="VCPreLinkEventTool"/>
  965. <Tool
  966. Name="VCResourceCompilerTool"
  967. PreprocessorDefinitions="_DEBUG"
  968. Culture="1033"/>
  969. <Tool
  970. Name="VCWebServiceProxyGeneratorTool"/>
  971. <Tool
  972. Name="VCWebDeploymentTool"/>
  973. </Configuration>
  974. <Configuration
  975. Name="DLL Release - DLL Windows SSPI - DLL WinIDN|Win32"
  976. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  977. IntermediateDirectory="$(OutDir)\lib"
  978. ConfigurationType="2"
  979. UseOfMFC="0"
  980. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  981. <Tool
  982. Name="VCCLCompilerTool"
  983. AdditionalOptions="/EHsc "
  984. InlineFunctionExpansion="1"
  985. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  986. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
  987. StringPooling="TRUE"
  988. RuntimeLibrary="2"
  989. EnableFunctionLevelLinking="TRUE"
  990. WarningLevel="4"
  991. SuppressStartupBanner="TRUE"
  992. CompileAs="0"/>
  993. <Tool
  994. Name="VCCustomBuildTool"/>
  995. <Tool
  996. Name="VCLinkerTool"
  997. AdditionalOptions="/MACHINE:I386 /FIXED:NO"
  998. AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib"
  999. OutputFile="$(OutDir)\$(ProjectName).dll"
  1000. LinkIncremental="1"
  1001. SuppressStartupBanner="TRUE"
  1002. SetChecksum="TRUE"
  1003. ImportLibrary="$(TargetDir)$(TargetName).lib"/>
  1004. <Tool
  1005. Name="VCMIDLTool"
  1006. PreprocessorDefinitions="NDEBUG"
  1007. SuppressStartupBanner="TRUE"
  1008. TargetEnvironment="1"
  1009. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
  1010. <Tool
  1011. Name="VCPostBuildEventTool"/>
  1012. <Tool
  1013. Name="VCPreBuildEventTool"/>
  1014. <Tool
  1015. Name="VCPreLinkEventTool"/>
  1016. <Tool
  1017. Name="VCResourceCompilerTool"
  1018. PreprocessorDefinitions="NDEBUG"
  1019. Culture="1033"/>
  1020. <Tool
  1021. Name="VCWebServiceProxyGeneratorTool"/>
  1022. <Tool
  1023. Name="VCWebDeploymentTool"/>
  1024. </Configuration>
  1025. <Configuration
  1026. Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32"
  1027. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  1028. IntermediateDirectory="$(OutDir)\lib"
  1029. ConfigurationType="4"
  1030. UseOfMFC="0"
  1031. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  1032. <Tool
  1033. Name="VCCLCompilerTool"
  1034. AdditionalOptions="/EHsc "
  1035. Optimization="0"
  1036. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  1037. PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
  1038. BasicRuntimeChecks="3"
  1039. RuntimeLibrary="3"
  1040. WarningLevel="4"
  1041. SuppressStartupBanner="TRUE"
  1042. DebugInformationFormat="3"
  1043. CompileAs="0"/>
  1044. <Tool
  1045. Name="VCCustomBuildTool"/>
  1046. <Tool
  1047. Name="VCLibrarianTool"
  1048. AdditionalOptions="/machine:I386 "
  1049. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  1050. SuppressStartupBanner="TRUE"/>
  1051. <Tool
  1052. Name="VCMIDLTool"/>
  1053. <Tool
  1054. Name="VCPostBuildEventTool"/>
  1055. <Tool
  1056. Name="VCPreBuildEventTool"/>
  1057. <Tool
  1058. Name="VCPreLinkEventTool"/>
  1059. <Tool
  1060. Name="VCResourceCompilerTool"
  1061. PreprocessorDefinitions="_DEBUG"
  1062. Culture="1033"/>
  1063. <Tool
  1064. Name="VCWebServiceProxyGeneratorTool"/>
  1065. </Configuration>
  1066. <Configuration
  1067. Name="LIB Release - DLL Windows SSPI - DLL WinIDN|Win32"
  1068. OutputDirectory=".\..\..\..\..\build\Win32\VC7\$(ConfigurationName)"
  1069. IntermediateDirectory="$(OutDir)\lib"
  1070. ConfigurationType="4"
  1071. UseOfMFC="0"
  1072. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  1073. <Tool
  1074. Name="VCCLCompilerTool"
  1075. AdditionalOptions="/EHsc "
  1076. InlineFunctionExpansion="1"
  1077. AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
  1078. PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
  1079. StringPooling="TRUE"
  1080. RuntimeLibrary="2"
  1081. EnableFunctionLevelLinking="TRUE"
  1082. WarningLevel="4"
  1083. SuppressStartupBanner="TRUE"
  1084. CompileAs="0"/>
  1085. <Tool
  1086. Name="VCCustomBuildTool"/>
  1087. <Tool
  1088. Name="VCLibrarianTool"
  1089. AdditionalOptions="/machine:I386 "
  1090. OutputFile="$(OutDir)\$(ProjectName).lib"
  1091. SuppressStartupBanner="TRUE"/>
  1092. <Tool
  1093. Name="VCMIDLTool"/>
  1094. <Tool
  1095. Name="VCPostBuildEventTool"/>
  1096. <Tool
  1097. Name="VCPreBuildEventTool"/>
  1098. <Tool
  1099. Name="VCPreLinkEventTool"/>
  1100. <Tool
  1101. Name="VCResourceCompilerTool"
  1102. PreprocessorDefinitions="NDEBUG"
  1103. Culture="1033"/>
  1104. <Tool
  1105. Name="VCWebServiceProxyGeneratorTool"/>
  1106. </Configuration>
  1107. </Configurations>
  1108. <Files>
  1109. <Filter
  1110. Name="Source Files"
  1111. Filter="">
  1112. CURL_LIB_C_FILES
  1113. </Filter>
  1114. <Filter
  1115. Name="Header Files"
  1116. Filter="">
  1117. CURL_LIB_H_FILES
  1118. </Filter>
  1119. <Filter
  1120. Name="Resource Files"
  1121. Filter="">
  1122. CURL_LIB_RC_FILES
  1123. </Filter>
  1124. <Filter
  1125. Name="vauth"
  1126. Filter="">
  1127. <Filter
  1128. Name="Source Files"
  1129. Filter="">
  1130. CURL_LIB_VAUTH_C_FILES
  1131. </Filter>
  1132. <Filter
  1133. Name="Header Files"
  1134. Filter="">
  1135. CURL_LIB_VAUTH_H_FILES
  1136. </Filter>
  1137. </Filter>
  1138. <Filter
  1139. Name="vtls"
  1140. Filter="">
  1141. <Filter
  1142. Name="Source Files"
  1143. Filter="">
  1144. CURL_LIB_VTLS_C_FILES
  1145. </Filter>
  1146. <Filter
  1147. Name="Header Files"
  1148. Filter="">
  1149. CURL_LIB_VTLS_H_FILES
  1150. </Filter>
  1151. </Filter>
  1152. </Files>
  1153. <Globals>
  1154. </Globals>
  1155. </VisualStudioProject>