2
0

curllib.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="curllib"
  6. ProjectGUID="{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
  7. RootNamespace="curllib"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="4"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="NDEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".\Release/curllib.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="2"
  50. InlineFunctionExpansion="1"
  51. AdditionalIncludeDirectories="..\..\curl\lib\;..\..\curl\include;."
  52. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL"
  53. StringPooling="true"
  54. RuntimeLibrary="2"
  55. EnableFunctionLevelLinking="true"
  56. PrecompiledHeaderFile=".\Release/curllib.pch"
  57. AssemblerListingLocation=".\Release/"
  58. ObjectFile=".\Release/"
  59. ProgramDataBaseFileName=".\Release/"
  60. BrowseInformation="1"
  61. WarningLevel="0"
  62. SuppressStartupBanner="true"
  63. DebugInformationFormat="3"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="NDEBUG"
  71. Culture="1033"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLibrarianTool"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. SuppressStartupBanner="true"
  88. OutputFile=".\Release/curllib.bsc"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Debug|Win32"
  99. OutputDirectory=".\Debug"
  100. IntermediateDirectory=".\Debug"
  101. ConfigurationType="4"
  102. UseOfMFC="0"
  103. ATLMinimizesCRunTimeLibraryUsage="false"
  104. CharacterSet="2"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="_DEBUG"
  121. MkTypLibCompatible="true"
  122. SuppressStartupBanner="true"
  123. TargetEnvironment="1"
  124. TypeLibraryName=".\Debug/curllib.tlb"
  125. HeaderFileName=""
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="0"
  130. AdditionalIncludeDirectories="..\..\curl\lib\;..\..\curl\include;."
  131. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL"
  132. MinimalRebuild="true"
  133. BasicRuntimeChecks="3"
  134. RuntimeLibrary="3"
  135. PrecompiledHeaderFile=".\Debug/curllib.pch"
  136. AssemblerListingLocation=".\Debug/"
  137. ObjectFile=".\Debug/"
  138. ProgramDataBaseFileName=".\Debug/"
  139. BrowseInformation="1"
  140. WarningLevel="0"
  141. SuppressStartupBanner="true"
  142. DebugInformationFormat="3"
  143. />
  144. <Tool
  145. Name="VCManagedResourceCompilerTool"
  146. />
  147. <Tool
  148. Name="VCResourceCompilerTool"
  149. PreprocessorDefinitions="_DEBUG"
  150. Culture="1033"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLibrarianTool"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. SuppressStartupBanner="true"
  167. OutputFile=".\Debug/curllib.bsc"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. </Configurations>
  177. <References>
  178. </References>
  179. <Files>
  180. <Filter
  181. Name="Source Files"
  182. >
  183. <File
  184. RelativePath="..\..\curl\lib\base64.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\..\curl\lib\connect.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\..\curl\lib\content_encoding.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\..\curl\lib\cookie.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\..\curl\lib\dict.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\..\curl\lib\easy.c"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\..\curl\lib\escape.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\..\curl\lib\file.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\..\curl\lib\formdata.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\..\curl\lib\ftp.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\..\curl\lib\getenv.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\..\curl\lib\getinfo.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\..\curl\lib\gtls.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\..\curl\lib\hash.c"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\..\curl\lib\hostares.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\..\curl\lib\hostasyn.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\curl\lib\hostip.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\..\curl\lib\hostip4.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\..\curl\lib\hostip6.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\..\curl\lib\hostsyn.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\..\curl\lib\hostthre.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\..\curl\lib\http.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\..\curl\lib\http_chunks.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\..\curl\lib\http_digest.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\..\curl\lib\http_negotiate.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\..\curl\lib\http_ntlm.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\..\curl\lib\if2ip.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\..\curl\lib\inet_ntop.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\..\curl\lib\inet_pton.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\..\curl\lib\krb4.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\..\curl\lib\ldap.c"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\..\curl\lib\llist.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\..\curl\lib\md5.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\..\curl\lib\memdebug.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\curl\lib\mprintf.c"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\..\curl\lib\multi.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\..\curl\lib\netrc.c"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\..\curl\lib\parsedate.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\..\curl\lib\progress.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\..\curl\lib\security.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\curl\lib\select.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\curl\lib\sendf.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\curl\lib\share.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\curl\lib\socks.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\curl\lib\speedcheck.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\curl\lib\splay.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\curl\lib\sslgen.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\curl\lib\ssluse.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\curl\lib\strequal.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\curl\lib\strerror.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\curl\lib\strtok.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\curl\lib\strtoofft.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\curl\lib\telnet.c"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\curl\lib\tftp.c"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\curl\lib\timeval.c"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\curl\lib\transfer.c"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\curl\lib\url.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\curl\lib\version.c"
  413. >
  414. </File>
  415. </Filter>
  416. <Filter
  417. Name="Header Files"
  418. >
  419. <File
  420. RelativePath="..\..\curl\lib\arpa_telnet.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\curl\lib\base64.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\curl\lib\ca-bundle.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\..\curl\lib\config-win32.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\..\curl\lib\connect.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\curl\lib\content_encoding.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\curl\lib\cookie.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\curl\lib\curlx.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\curl\lib\dict.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\..\curl\lib\easyif.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\..\curl\lib\escape.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\curl\lib\file.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\..\curl\lib\formdata.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\curl\lib\ftp.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\..\curl\lib\getinfo.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\..\curl\lib\gtls.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\..\curl\lib\hash.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\..\curl\lib\hostip.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..\..\curl\lib\http.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath="..\..\curl\lib\http_chunks.h"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..\..\curl\lib\http_digest.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath="..\..\curl\lib\http_negotiate.h"
  505. >
  506. </File>
  507. <File
  508. RelativePath="..\..\curl\lib\http_ntlm.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\..\curl\lib\if2ip.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath="..\..\curl\lib\inet_ntoa_r.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..\..\curl\lib\inet_ntop.h"
  521. >
  522. </File>
  523. <File
  524. RelativePath="..\..\curl\lib\inet_pton.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath="..\..\curl\lib\krb4.h"
  529. >
  530. </File>
  531. <File
  532. RelativePath="..\..\curl\lib\ldap.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\..\curl\lib\llist.h"
  537. >
  538. </File>
  539. <File
  540. RelativePath="..\..\curl\lib\md5.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="..\..\curl\lib\memdebug.h"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\..\curl\lib\memory.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath="..\..\curl\lib\multiif.h"
  553. >
  554. </File>
  555. <File
  556. RelativePath="..\..\curl\lib\netrc.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath="..\..\curl\lib\parsedate.h"
  561. >
  562. </File>
  563. <File
  564. RelativePath="..\..\curl\lib\progress.h"
  565. >
  566. </File>
  567. <File
  568. RelativePath="..\..\curl\lib\select.h"
  569. >
  570. </File>
  571. <File
  572. RelativePath="..\..\curl\lib\sendf.h"
  573. >
  574. </File>
  575. <File
  576. RelativePath="..\..\curl\lib\setup.h"
  577. >
  578. </File>
  579. <File
  580. RelativePath="..\..\curl\lib\share.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath="..\..\curl\lib\sockaddr.h"
  585. >
  586. </File>
  587. <File
  588. RelativePath="..\..\curl\lib\speedcheck.h"
  589. >
  590. </File>
  591. <File
  592. RelativePath="..\..\curl\lib\sslgen.h"
  593. >
  594. </File>
  595. <File
  596. RelativePath="..\..\curl\lib\ssluse.h"
  597. >
  598. </File>
  599. <File
  600. RelativePath="..\..\curl\lib\strequal.h"
  601. >
  602. </File>
  603. <File
  604. RelativePath="..\..\curl\lib\strerror.h"
  605. >
  606. </File>
  607. <File
  608. RelativePath="..\..\curl\lib\strtok.h"
  609. >
  610. </File>
  611. <File
  612. RelativePath="..\..\curl\lib\strtoofft.h"
  613. >
  614. </File>
  615. <File
  616. RelativePath="..\..\curl\lib\telnet.h"
  617. >
  618. </File>
  619. <File
  620. RelativePath="..\..\curl\lib\tftp.h"
  621. >
  622. </File>
  623. <File
  624. RelativePath="..\..\curl\lib\timeval.h"
  625. >
  626. </File>
  627. <File
  628. RelativePath="..\..\curl\lib\transfer.h"
  629. >
  630. </File>
  631. <File
  632. RelativePath="..\..\curl\lib\url.h"
  633. >
  634. </File>
  635. <File
  636. RelativePath="..\..\curl\lib\urldata.h"
  637. >
  638. </File>
  639. </Filter>
  640. <Filter
  641. Name="Resource Files"
  642. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  643. >
  644. </Filter>
  645. </Files>
  646. <Globals>
  647. </Globals>
  648. </VisualStudioProject>