Make the zlib compile against the tinycrt library.
[git-build-vc9.git] / curl / curl.vcproj
blobcd40102a8f953ad74ac2ddac29796c006a6e0e1e
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="curl"
6 ProjectGUID="{67977E99-CBAA-411C-A0AF-305EC1B54A8B}"
7 RootNamespace="curl"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)out\$(ConfigurationName)"
22 IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
23 ConfigurationType="4"
24 CharacterSet="0"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="$(SolutionDir)\tcrt\inc;inc"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__TINYCRT__;BUILDING_LIBCURL;CURL_STATICLIB"
46 MinimalRebuild="true"
47 ExceptionHandling="0"
48 BasicRuntimeChecks="0"
49 RuntimeLibrary="1"
50 BufferSecurityCheck="false"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 DebugInformationFormat="4"
55 <Tool
56 Name="VCManagedResourceCompilerTool"
58 <Tool
59 Name="VCResourceCompilerTool"
61 <Tool
62 Name="VCPreLinkEventTool"
64 <Tool
65 Name="VCLibrarianTool"
67 <Tool
68 Name="VCALinkTool"
70 <Tool
71 Name="VCXDCMakeTool"
73 <Tool
74 Name="VCBscMakeTool"
76 <Tool
77 Name="VCFxCopTool"
79 <Tool
80 Name="VCPostBuildEventTool"
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
86 IntermediateDirectory="$(ConfigurationName)"
87 ConfigurationType="4"
88 CharacterSet="1"
89 WholeProgramOptimization="1"
91 <Tool
92 Name="VCPreBuildEventTool"
94 <Tool
95 Name="VCCustomBuildTool"
97 <Tool
98 Name="VCXMLDataGeneratorTool"
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
103 <Tool
104 Name="VCMIDLTool"
106 <Tool
107 Name="VCCLCompilerTool"
108 Optimization="2"
109 EnableIntrinsicFunctions="true"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111 RuntimeLibrary="2"
112 EnableFunctionLevelLinking="true"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 DebugInformationFormat="3"
117 <Tool
118 Name="VCManagedResourceCompilerTool"
120 <Tool
121 Name="VCResourceCompilerTool"
123 <Tool
124 Name="VCPreLinkEventTool"
126 <Tool
127 Name="VCLibrarianTool"
129 <Tool
130 Name="VCALinkTool"
132 <Tool
133 Name="VCXDCMakeTool"
135 <Tool
136 Name="VCBscMakeTool"
138 <Tool
139 Name="VCFxCopTool"
141 <Tool
142 Name="VCPostBuildEventTool"
144 </Configuration>
145 </Configurations>
146 <References>
147 </References>
148 <Files>
149 <Filter
150 Name="Source Files"
151 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154 <File
155 RelativePath=".\src\base64.c"
157 </File>
158 <File
159 RelativePath=".\src\connect.c"
161 </File>
162 <File
163 RelativePath=".\src\content_encoding.c"
165 </File>
166 <File
167 RelativePath=".\src\cookie.c"
169 </File>
170 <File
171 RelativePath=".\src\dict.c"
173 </File>
174 <File
175 RelativePath=".\src\easy.c"
177 </File>
178 <File
179 RelativePath=".\src\escape.c"
181 </File>
182 <File
183 RelativePath=".\src\file.c"
185 </File>
186 <File
187 RelativePath=".\src\formdata.c"
189 </File>
190 <File
191 RelativePath=".\src\ftp.c"
193 </File>
194 <File
195 RelativePath=".\src\getenv.c"
197 </File>
198 <File
199 RelativePath=".\src\getinfo.c"
201 </File>
202 <File
203 RelativePath=".\src\gtls.c"
205 </File>
206 <File
207 RelativePath=".\src\hash.c"
209 </File>
210 <File
211 RelativePath=".\src\hostares.c"
213 </File>
214 <File
215 RelativePath=".\src\hostasyn.c"
217 </File>
218 <File
219 RelativePath=".\src\hostip.c"
221 </File>
222 <File
223 RelativePath=".\src\hostip4.c"
225 </File>
226 <File
227 RelativePath=".\src\hostip6.c"
229 </File>
230 <File
231 RelativePath=".\src\hostsyn.c"
233 </File>
234 <File
235 RelativePath=".\src\hostthre.c"
237 </File>
238 <File
239 RelativePath=".\src\http.c"
241 </File>
242 <File
243 RelativePath=".\src\http_chunks.c"
245 </File>
246 <File
247 RelativePath=".\src\http_digest.c"
249 </File>
250 <File
251 RelativePath=".\src\http_negotiate.c"
253 </File>
254 <File
255 RelativePath=".\src\http_ntlm.c"
257 </File>
258 <File
259 RelativePath=".\src\if2ip.c"
261 </File>
262 <File
263 RelativePath=".\src\inet_ntop.c"
265 </File>
266 <File
267 RelativePath=".\src\inet_pton.c"
269 </File>
270 <File
271 RelativePath=".\src\krb4.c"
273 </File>
274 <File
275 RelativePath=".\src\krb5.c"
277 </File>
278 <File
279 RelativePath=".\src\ldap.c"
281 </File>
282 <File
283 RelativePath=".\src\llist.c"
285 </File>
286 <File
287 RelativePath=".\src\md5.c"
289 </File>
290 <File
291 RelativePath=".\src\memdebug.c"
293 </File>
294 <File
295 RelativePath=".\src\mprintf.c"
297 </File>
298 <File
299 RelativePath=".\src\multi.c"
301 </File>
302 <File
303 RelativePath=".\src\netrc.c"
305 </File>
306 <File
307 RelativePath=".\src\nss.c"
309 </File>
310 <File
311 RelativePath=".\src\nwlib.c"
313 </File>
314 <File
315 RelativePath=".\src\nwos.c"
317 </File>
318 <File
319 RelativePath=".\src\parsedate.c"
321 </File>
322 <File
323 RelativePath=".\src\progress.c"
325 </File>
326 <File
327 RelativePath=".\src\qssl.c"
329 </File>
330 <File
331 RelativePath=".\src\security.c"
333 </File>
334 <File
335 RelativePath=".\src\select.c"
337 </File>
338 <File
339 RelativePath=".\src\sendf.c"
341 </File>
342 <File
343 RelativePath=".\src\share.c"
345 </File>
346 <File
347 RelativePath=".\src\socks.c"
349 </File>
350 <File
351 RelativePath=".\src\speedcheck.c"
353 </File>
354 <File
355 RelativePath=".\src\splay.c"
357 </File>
358 <File
359 RelativePath=".\src\ssh.c"
361 </File>
362 <File
363 RelativePath=".\src\sslgen.c"
365 </File>
366 <File
367 RelativePath=".\src\ssluse.c"
369 </File>
370 <File
371 RelativePath=".\src\strdup.c"
373 </File>
374 <File
375 RelativePath=".\src\strequal.c"
377 </File>
378 <File
379 RelativePath=".\src\strerror.c"
381 </File>
382 <File
383 RelativePath=".\src\strtok.c"
385 </File>
386 <File
387 RelativePath=".\src\strtoofft.c"
389 </File>
390 <File
391 RelativePath=".\src\telnet.c"
393 </File>
394 <File
395 RelativePath=".\src\tftp.c"
397 </File>
398 <File
399 RelativePath=".\src\timeval.c"
401 </File>
402 <File
403 RelativePath=".\src\transfer.c"
405 </File>
406 <File
407 RelativePath=".\src\url.c"
409 </File>
410 <File
411 RelativePath=".\src\version.c"
413 </File>
414 </Filter>
415 <Filter
416 Name="Header Files"
417 Filter="h;hpp;hxx;hm;inl;inc;xsd"
418 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
420 <File
421 RelativePath=".\src\arpa_telnet.h"
423 </File>
424 <File
425 RelativePath=".\src\config-win32.h"
427 </File>
428 <File
429 RelativePath=".\src\connect.h"
431 </File>
432 <File
433 RelativePath=".\src\content_encoding.h"
435 </File>
436 <File
437 RelativePath=".\src\cookie.h"
439 </File>
440 <File
441 RelativePath=".\src\curl_base64.h"
443 </File>
444 <File
445 RelativePath=".\src\curl_ldap.h"
447 </File>
448 <File
449 RelativePath=".\src\curl_md5.h"
451 </File>
452 <File
453 RelativePath=".\src\curlx.h"
455 </File>
456 <File
457 RelativePath=".\src\dict.h"
459 </File>
460 <File
461 RelativePath=".\src\easyif.h"
463 </File>
464 <File
465 RelativePath=".\src\escape.h"
467 </File>
468 <File
469 RelativePath=".\src\file.h"
471 </File>
472 <File
473 RelativePath=".\src\formdata.h"
475 </File>
476 <File
477 RelativePath=".\src\ftp.h"
479 </File>
480 <File
481 RelativePath=".\src\getinfo.h"
483 </File>
484 <File
485 RelativePath=".\src\gtls.h"
487 </File>
488 <File
489 RelativePath=".\src\hash.h"
491 </File>
492 <File
493 RelativePath=".\src\hostip.h"
495 </File>
496 <File
497 RelativePath=".\src\http.h"
499 </File>
500 <File
501 RelativePath=".\src\http_chunks.h"
503 </File>
504 <File
505 RelativePath=".\src\http_digest.h"
507 </File>
508 <File
509 RelativePath=".\src\http_negotiate.h"
511 </File>
512 <File
513 RelativePath=".\src\http_ntlm.h"
515 </File>
516 <File
517 RelativePath=".\src\if2ip.h"
519 </File>
520 <File
521 RelativePath=".\src\inet_ntoa_r.h"
523 </File>
524 <File
525 RelativePath=".\src\inet_ntop.h"
527 </File>
528 <File
529 RelativePath=".\src\inet_pton.h"
531 </File>
532 <File
533 RelativePath=".\src\krb4.h"
535 </File>
536 <File
537 RelativePath=".\src\llist.h"
539 </File>
540 <File
541 RelativePath=".\src\memdebug.h"
543 </File>
544 <File
545 RelativePath=".\src\memory.h"
547 </File>
548 <File
549 RelativePath=".\src\multiif.h"
551 </File>
552 <File
553 RelativePath=".\src\netrc.h"
555 </File>
556 <File
557 RelativePath=".\src\nssg.h"
559 </File>
560 <File
561 RelativePath=".\src\parsedate.h"
563 </File>
564 <File
565 RelativePath=".\src\progress.h"
567 </File>
568 <File
569 RelativePath=".\src\qssl.h"
571 </File>
572 <File
573 RelativePath=".\src\select.h"
575 </File>
576 <File
577 RelativePath=".\src\sendf.h"
579 </File>
580 <File
581 RelativePath=".\src\setup.h"
583 </File>
584 <File
585 RelativePath=".\src\setup_once.h"
587 </File>
588 <File
589 RelativePath=".\src\share.h"
591 </File>
592 <File
593 RelativePath=".\src\sockaddr.h"
595 </File>
596 <File
597 RelativePath=".\src\socks.h"
599 </File>
600 <File
601 RelativePath=".\src\speedcheck.h"
603 </File>
604 <File
605 RelativePath=".\src\splay.h"
607 </File>
608 <File
609 RelativePath=".\src\ssh.h"
611 </File>
612 <File
613 RelativePath=".\src\sslgen.h"
615 </File>
616 <File
617 RelativePath=".\src\ssluse.h"
619 </File>
620 <File
621 RelativePath=".\src\strdup.h"
623 </File>
624 <File
625 RelativePath=".\src\strequal.h"
627 </File>
628 <File
629 RelativePath=".\src\strerror.h"
631 </File>
632 <File
633 RelativePath=".\src\strtok.h"
635 </File>
636 <File
637 RelativePath=".\src\strtoofft.h"
639 </File>
640 <File
641 RelativePath=".\src\telnet.h"
643 </File>
644 <File
645 RelativePath=".\src\tftp.h"
647 </File>
648 <File
649 RelativePath=".\src\timeval.h"
651 </File>
652 <File
653 RelativePath=".\src\transfer.h"
655 </File>
656 <File
657 RelativePath=".\src\url.h"
659 </File>
660 <File
661 RelativePath=".\src\urldata.h"
663 </File>
664 <Filter
665 Name="public"
667 <File
668 RelativePath=".\inc\curl\curl.h"
670 </File>
671 <File
672 RelativePath=".\inc\curl\curlbuild.h"
674 </File>
675 <File
676 RelativePath=".\inc\curl\curlrules.h"
678 </File>
679 <File
680 RelativePath=".\inc\curl\curlver.h"
682 </File>
683 <File
684 RelativePath=".\inc\curl\easy.h"
686 </File>
687 <File
688 RelativePath=".\inc\curl\mprintf.h"
690 </File>
691 <File
692 RelativePath=".\inc\curl\multi.h"
694 </File>
695 <File
696 RelativePath=".\inc\curl\stdcheaders.h"
698 </File>
699 <File
700 RelativePath=".\inc\curl\typecheck-gcc.h"
702 </File>
703 <File
704 RelativePath=".\inc\curl\types.h"
706 </File>
707 </Filter>
708 </Filter>
709 <File
710 RelativePath=".\readme.txt"
712 </File>
713 </Files>
714 <Globals>
715 </Globals>
716 </VisualStudioProject>