Imported Upstream version 7.59.0
[platform/upstream/curl.git] / projects / Windows / VC7 / lib / libcurl.vcproj
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                         <File
1113                                 RelativePath="..\..\..\..\lib\amigaos.c">
1114                         </File>
1115                         <File
1116                                 RelativePath="..\..\..\..\lib\asyn-ares.c">
1117                         </File>
1118                         <File
1119                                 RelativePath="..\..\..\..\lib\asyn-thread.c">
1120                         </File>
1121                         <File
1122                                 RelativePath="..\..\..\..\lib\base64.c">
1123                         </File>
1124                         <File
1125                                 RelativePath="..\..\..\..\lib\conncache.c">
1126                         </File>
1127                         <File
1128                                 RelativePath="..\..\..\..\lib\connect.c">
1129                         </File>
1130                         <File
1131                                 RelativePath="..\..\..\..\lib\content_encoding.c">
1132                         </File>
1133                         <File
1134                                 RelativePath="..\..\..\..\lib\cookie.c">
1135                         </File>
1136                         <File
1137                                 RelativePath="..\..\..\..\lib\curl_addrinfo.c">
1138                         </File>
1139                         <File
1140                                 RelativePath="..\..\..\..\lib\curl_ctype.c">
1141                         </File>
1142                         <File
1143                                 RelativePath="..\..\..\..\lib\curl_des.c">
1144                         </File>
1145                         <File
1146                                 RelativePath="..\..\..\..\lib\curl_endian.c">
1147                         </File>
1148                         <File
1149                                 RelativePath="..\..\..\..\lib\curl_fnmatch.c">
1150                         </File>
1151                         <File
1152                                 RelativePath="..\..\..\..\lib\curl_gethostname.c">
1153                         </File>
1154                         <File
1155                                 RelativePath="..\..\..\..\lib\curl_gssapi.c">
1156                         </File>
1157                         <File
1158                                 RelativePath="..\..\..\..\lib\curl_memrchr.c">
1159                         </File>
1160                         <File
1161                                 RelativePath="..\..\..\..\lib\curl_multibyte.c">
1162                         </File>
1163                         <File
1164                                 RelativePath="..\..\..\..\lib\curl_ntlm_core.c">
1165                         </File>
1166                         <File
1167                                 RelativePath="..\..\..\..\lib\curl_ntlm_wb.c">
1168                         </File>
1169                         <File
1170                                 RelativePath="..\..\..\..\lib\curl_path.c">
1171                         </File>
1172                         <File
1173                                 RelativePath="..\..\..\..\lib\curl_range.c">
1174                         </File>
1175                         <File
1176                                 RelativePath="..\..\..\..\lib\curl_rtmp.c">
1177                         </File>
1178                         <File
1179                                 RelativePath="..\..\..\..\lib\curl_sasl.c">
1180                         </File>
1181                         <File
1182                                 RelativePath="..\..\..\..\lib\curl_sspi.c">
1183                         </File>
1184                         <File
1185                                 RelativePath="..\..\..\..\lib\curl_threads.c">
1186                         </File>
1187                         <File
1188                                 RelativePath="..\..\..\..\lib\dict.c">
1189                         </File>
1190                         <File
1191                                 RelativePath="..\..\..\..\lib\dotdot.c">
1192                         </File>
1193                         <File
1194                                 RelativePath="..\..\..\..\lib\easy.c">
1195                         </File>
1196                         <File
1197                                 RelativePath="..\..\..\..\lib\escape.c">
1198                         </File>
1199                         <File
1200                                 RelativePath="..\..\..\..\lib\file.c">
1201                         </File>
1202                         <File
1203                                 RelativePath="..\..\..\..\lib\fileinfo.c">
1204                         </File>
1205                         <File
1206                                 RelativePath="..\..\..\..\lib\formdata.c">
1207                         </File>
1208                         <File
1209                                 RelativePath="..\..\..\..\lib\ftp.c">
1210                         </File>
1211                         <File
1212                                 RelativePath="..\..\..\..\lib\ftplistparser.c">
1213                         </File>
1214                         <File
1215                                 RelativePath="..\..\..\..\lib\getenv.c">
1216                         </File>
1217                         <File
1218                                 RelativePath="..\..\..\..\lib\getinfo.c">
1219                         </File>
1220                         <File
1221                                 RelativePath="..\..\..\..\lib\gopher.c">
1222                         </File>
1223                         <File
1224                                 RelativePath="..\..\..\..\lib\hash.c">
1225                         </File>
1226                         <File
1227                                 RelativePath="..\..\..\..\lib\hmac.c">
1228                         </File>
1229                         <File
1230                                 RelativePath="..\..\..\..\lib\hostasyn.c">
1231                         </File>
1232                         <File
1233                                 RelativePath="..\..\..\..\lib\hostcheck.c">
1234                         </File>
1235                         <File
1236                                 RelativePath="..\..\..\..\lib\hostip4.c">
1237                         </File>
1238                         <File
1239                                 RelativePath="..\..\..\..\lib\hostip6.c">
1240                         </File>
1241                         <File
1242                                 RelativePath="..\..\..\..\lib\hostip.c">
1243                         </File>
1244                         <File
1245                                 RelativePath="..\..\..\..\lib\hostsyn.c">
1246                         </File>
1247                         <File
1248                                 RelativePath="..\..\..\..\lib\http2.c">
1249                         </File>
1250                         <File
1251                                 RelativePath="..\..\..\..\lib\http.c">
1252                         </File>
1253                         <File
1254                                 RelativePath="..\..\..\..\lib\http_chunks.c">
1255                         </File>
1256                         <File
1257                                 RelativePath="..\..\..\..\lib\http_digest.c">
1258                         </File>
1259                         <File
1260                                 RelativePath="..\..\..\..\lib\http_negotiate.c">
1261                         </File>
1262                         <File
1263                                 RelativePath="..\..\..\..\lib\http_ntlm.c">
1264                         </File>
1265                         <File
1266                                 RelativePath="..\..\..\..\lib\http_proxy.c">
1267                         </File>
1268                         <File
1269                                 RelativePath="..\..\..\..\lib\idn_win32.c">
1270                         </File>
1271                         <File
1272                                 RelativePath="..\..\..\..\lib\if2ip.c">
1273                         </File>
1274                         <File
1275                                 RelativePath="..\..\..\..\lib\imap.c">
1276                         </File>
1277                         <File
1278                                 RelativePath="..\..\..\..\lib\inet_ntop.c">
1279                         </File>
1280                         <File
1281                                 RelativePath="..\..\..\..\lib\inet_pton.c">
1282                         </File>
1283                         <File
1284                                 RelativePath="..\..\..\..\lib\krb5.c">
1285                         </File>
1286                         <File
1287                                 RelativePath="..\..\..\..\lib\ldap.c">
1288                         </File>
1289                         <File
1290                                 RelativePath="..\..\..\..\lib\llist.c">
1291                         </File>
1292                         <File
1293                                 RelativePath="..\..\..\..\lib\md4.c">
1294                         </File>
1295                         <File
1296                                 RelativePath="..\..\..\..\lib\md5.c">
1297                         </File>
1298                         <File
1299                                 RelativePath="..\..\..\..\lib\memdebug.c">
1300                         </File>
1301                         <File
1302                                 RelativePath="..\..\..\..\lib\mime.c">
1303                         </File>
1304                         <File
1305                                 RelativePath="..\..\..\..\lib\mprintf.c">
1306                         </File>
1307                         <File
1308                                 RelativePath="..\..\..\..\lib\multi.c">
1309                         </File>
1310                         <File
1311                                 RelativePath="..\..\..\..\lib\netrc.c">
1312                         </File>
1313                         <File
1314                                 RelativePath="..\..\..\..\lib\non-ascii.c">
1315                         </File>
1316                         <File
1317                                 RelativePath="..\..\..\..\lib\nonblock.c">
1318                         </File>
1319                         <File
1320                                 RelativePath="..\..\..\..\lib\openldap.c">
1321                         </File>
1322                         <File
1323                                 RelativePath="..\..\..\..\lib\parsedate.c">
1324                         </File>
1325                         <File
1326                                 RelativePath="..\..\..\..\lib\pingpong.c">
1327                         </File>
1328                         <File
1329                                 RelativePath="..\..\..\..\lib\pipeline.c">
1330                         </File>
1331                         <File
1332                                 RelativePath="..\..\..\..\lib\pop3.c">
1333                         </File>
1334                         <File
1335                                 RelativePath="..\..\..\..\lib\progress.c">
1336                         </File>
1337                         <File
1338                                 RelativePath="..\..\..\..\lib\rand.c">
1339                         </File>
1340                         <File
1341                                 RelativePath="..\..\..\..\lib\rtsp.c">
1342                         </File>
1343                         <File
1344                                 RelativePath="..\..\..\..\lib\security.c">
1345                         </File>
1346                         <File
1347                                 RelativePath="..\..\..\..\lib\select.c">
1348                         </File>
1349                         <File
1350                                 RelativePath="..\..\..\..\lib\sendf.c">
1351                         </File>
1352                         <File
1353                                 RelativePath="..\..\..\..\lib\setopt.c">
1354                         </File>
1355                         <File
1356                                 RelativePath="..\..\..\..\lib\sha256.c">
1357                         </File>
1358                         <File
1359                                 RelativePath="..\..\..\..\lib\share.c">
1360                         </File>
1361                         <File
1362                                 RelativePath="..\..\..\..\lib\slist.c">
1363                         </File>
1364                         <File
1365                                 RelativePath="..\..\..\..\lib\smb.c">
1366                         </File>
1367                         <File
1368                                 RelativePath="..\..\..\..\lib\smtp.c">
1369                         </File>
1370                         <File
1371                                 RelativePath="..\..\..\..\lib\socks.c">
1372                         </File>
1373                         <File
1374                                 RelativePath="..\..\..\..\lib\socks_gssapi.c">
1375                         </File>
1376                         <File
1377                                 RelativePath="..\..\..\..\lib\socks_sspi.c">
1378                         </File>
1379                         <File
1380                                 RelativePath="..\..\..\..\lib\speedcheck.c">
1381                         </File>
1382                         <File
1383                                 RelativePath="..\..\..\..\lib\splay.c">
1384                         </File>
1385                         <File
1386                                 RelativePath="..\..\..\..\lib\ssh.c">
1387                         </File>
1388                         <File
1389                                 RelativePath="..\..\..\..\lib\ssh-libssh.c">
1390                         </File>
1391                         <File
1392                                 RelativePath="..\..\..\..\lib\strcase.c">
1393                         </File>
1394                         <File
1395                                 RelativePath="..\..\..\..\lib\strdup.c">
1396                         </File>
1397                         <File
1398                                 RelativePath="..\..\..\..\lib\strerror.c">
1399                         </File>
1400                         <File
1401                                 RelativePath="..\..\..\..\lib\strtok.c">
1402                         </File>
1403                         <File
1404                                 RelativePath="..\..\..\..\lib\strtoofft.c">
1405                         </File>
1406                         <File
1407                                 RelativePath="..\..\..\..\lib\system_win32.c">
1408                         </File>
1409                         <File
1410                                 RelativePath="..\..\..\..\lib\telnet.c">
1411                         </File>
1412                         <File
1413                                 RelativePath="..\..\..\..\lib\tftp.c">
1414                         </File>
1415                         <File
1416                                 RelativePath="..\..\..\..\lib\timeval.c">
1417                         </File>
1418                         <File
1419                                 RelativePath="..\..\..\..\lib\transfer.c">
1420                         </File>
1421                         <File
1422                                 RelativePath="..\..\..\..\lib\url.c">
1423                         </File>
1424                         <File
1425                                 RelativePath="..\..\..\..\lib\version.c">
1426                         </File>
1427                         <File
1428                                 RelativePath="..\..\..\..\lib\warnless.c">
1429                         </File>
1430                         <File
1431                                 RelativePath="..\..\..\..\lib\wildcard.c">
1432                         </File>
1433                         <File
1434                                 RelativePath="..\..\..\..\lib\x509asn1.c">
1435                         </File>
1436                 </Filter>
1437                 <Filter
1438                         Name="Header Files"
1439                         Filter="">
1440                         <File
1441                                 RelativePath="..\..\..\..\lib\amigaos.h">
1442                         </File>
1443                         <File
1444                                 RelativePath="..\..\..\..\lib\arpa_telnet.h">
1445                         </File>
1446                         <File
1447                                 RelativePath="..\..\..\..\lib\asyn.h">
1448                         </File>
1449                         <File
1450                                 RelativePath="..\..\..\..\lib\config-win32.h">
1451                         </File>
1452                         <File
1453                                 RelativePath="..\..\..\..\lib\conncache.h">
1454                         </File>
1455                         <File
1456                                 RelativePath="..\..\..\..\lib\connect.h">
1457                         </File>
1458                         <File
1459                                 RelativePath="..\..\..\..\lib\content_encoding.h">
1460                         </File>
1461                         <File
1462                                 RelativePath="..\..\..\..\lib\cookie.h">
1463                         </File>
1464                         <File
1465                                 RelativePath="..\..\..\..\lib\curl_addrinfo.h">
1466                         </File>
1467                         <File
1468                                 RelativePath="..\..\..\..\lib\curl_base64.h">
1469                         </File>
1470                         <File
1471                                 RelativePath="..\..\..\..\lib\curl_ctype.h">
1472                         </File>
1473                         <File
1474                                 RelativePath="..\..\..\..\lib\curl_des.h">
1475                         </File>
1476                         <File
1477                                 RelativePath="..\..\..\..\lib\curl_endian.h">
1478                         </File>
1479                         <File
1480                                 RelativePath="..\..\..\..\lib\curl_fnmatch.h">
1481                         </File>
1482                         <File
1483                                 RelativePath="..\..\..\..\lib\curl_gethostname.h">
1484                         </File>
1485                         <File
1486                                 RelativePath="..\..\..\..\lib\curl_gssapi.h">
1487                         </File>
1488                         <File
1489                                 RelativePath="..\..\..\..\lib\curl_hmac.h">
1490                         </File>
1491                         <File
1492                                 RelativePath="..\..\..\..\lib\curl_ldap.h">
1493                         </File>
1494                         <File
1495                                 RelativePath="..\..\..\..\lib\curl_md4.h">
1496                         </File>
1497                         <File
1498                                 RelativePath="..\..\..\..\lib\curl_md5.h">
1499                         </File>
1500                         <File
1501                                 RelativePath="..\..\..\..\lib\curl_memory.h">
1502                         </File>
1503                         <File
1504                                 RelativePath="..\..\..\..\lib\curl_memrchr.h">
1505                         </File>
1506                         <File
1507                                 RelativePath="..\..\..\..\lib\curl_multibyte.h">
1508                         </File>
1509                         <File
1510                                 RelativePath="..\..\..\..\lib\curl_ntlm_core.h">
1511                         </File>
1512                         <File
1513                                 RelativePath="..\..\..\..\lib\curl_ntlm_wb.h">
1514                         </File>
1515                         <File
1516                                 RelativePath="..\..\..\..\lib\curl_path.h">
1517                         </File>
1518                         <File
1519                                 RelativePath="..\..\..\..\lib\curl_printf.h">
1520                         </File>
1521                         <File
1522                                 RelativePath="..\..\..\..\lib\curl_range.h">
1523                         </File>
1524                         <File
1525                                 RelativePath="..\..\..\..\lib\curl_rtmp.h">
1526                         </File>
1527                         <File
1528                                 RelativePath="..\..\..\..\lib\curl_sasl.h">
1529                         </File>
1530                         <File
1531                                 RelativePath="..\..\..\..\lib\curl_sec.h">
1532                         </File>
1533                         <File
1534                                 RelativePath="..\..\..\..\lib\curl_setup.h">
1535                         </File>
1536                         <File
1537                                 RelativePath="..\..\..\..\lib\curl_setup_once.h">
1538                         </File>
1539                         <File
1540                                 RelativePath="..\..\..\..\lib\curl_sha256.h">
1541                         </File>
1542                         <File
1543                                 RelativePath="..\..\..\..\lib\curl_sspi.h">
1544                         </File>
1545                         <File
1546                                 RelativePath="..\..\..\..\lib\curl_threads.h">
1547                         </File>
1548                         <File
1549                                 RelativePath="..\..\..\..\lib\curlx.h">
1550                         </File>
1551                         <File
1552                                 RelativePath="..\..\..\..\lib\dict.h">
1553                         </File>
1554                         <File
1555                                 RelativePath="..\..\..\..\lib\dotdot.h">
1556                         </File>
1557                         <File
1558                                 RelativePath="..\..\..\..\lib\easyif.h">
1559                         </File>
1560                         <File
1561                                 RelativePath="..\..\..\..\lib\escape.h">
1562                         </File>
1563                         <File
1564                                 RelativePath="..\..\..\..\lib\file.h">
1565                         </File>
1566                         <File
1567                                 RelativePath="..\..\..\..\lib\fileinfo.h">
1568                         </File>
1569                         <File
1570                                 RelativePath="..\..\..\..\lib\formdata.h">
1571                         </File>
1572                         <File
1573                                 RelativePath="..\..\..\..\lib\ftp.h">
1574                         </File>
1575                         <File
1576                                 RelativePath="..\..\..\..\lib\ftplistparser.h">
1577                         </File>
1578                         <File
1579                                 RelativePath="..\..\..\..\lib\getinfo.h">
1580                         </File>
1581                         <File
1582                                 RelativePath="..\..\..\..\lib\gopher.h">
1583                         </File>
1584                         <File
1585                                 RelativePath="..\..\..\..\lib\hash.h">
1586                         </File>
1587                         <File
1588                                 RelativePath="..\..\..\..\lib\hostcheck.h">
1589                         </File>
1590                         <File
1591                                 RelativePath="..\..\..\..\lib\hostip.h">
1592                         </File>
1593                         <File
1594                                 RelativePath="..\..\..\..\lib\http2.h">
1595                         </File>
1596                         <File
1597                                 RelativePath="..\..\..\..\lib\http_chunks.h">
1598                         </File>
1599                         <File
1600                                 RelativePath="..\..\..\..\lib\http_digest.h">
1601                         </File>
1602                         <File
1603                                 RelativePath="..\..\..\..\lib\http.h">
1604                         </File>
1605                         <File
1606                                 RelativePath="..\..\..\..\lib\http_negotiate.h">
1607                         </File>
1608                         <File
1609                                 RelativePath="..\..\..\..\lib\http_ntlm.h">
1610                         </File>
1611                         <File
1612                                 RelativePath="..\..\..\..\lib\http_proxy.h">
1613                         </File>
1614                         <File
1615                                 RelativePath="..\..\..\..\lib\if2ip.h">
1616                         </File>
1617                         <File
1618                                 RelativePath="..\..\..\..\lib\imap.h">
1619                         </File>
1620                         <File
1621                                 RelativePath="..\..\..\..\lib\inet_ntop.h">
1622                         </File>
1623                         <File
1624                                 RelativePath="..\..\..\..\lib\inet_pton.h">
1625                         </File>
1626                         <File
1627                                 RelativePath="..\..\..\..\lib\llist.h">
1628                         </File>
1629                         <File
1630                                 RelativePath="..\..\..\..\lib\memdebug.h">
1631                         </File>
1632                         <File
1633                                 RelativePath="..\..\..\..\lib\mime.h">
1634                         </File>
1635                         <File
1636                                 RelativePath="..\..\..\..\lib\multihandle.h">
1637                         </File>
1638                         <File
1639                                 RelativePath="..\..\..\..\lib\multiif.h">
1640                         </File>
1641                         <File
1642                                 RelativePath="..\..\..\..\lib\netrc.h">
1643                         </File>
1644                         <File
1645                                 RelativePath="..\..\..\..\lib\non-ascii.h">
1646                         </File>
1647                         <File
1648                                 RelativePath="..\..\..\..\lib\nonblock.h">
1649                         </File>
1650                         <File
1651                                 RelativePath="..\..\..\..\lib\parsedate.h">
1652                         </File>
1653                         <File
1654                                 RelativePath="..\..\..\..\lib\pingpong.h">
1655                         </File>
1656                         <File
1657                                 RelativePath="..\..\..\..\lib\pipeline.h">
1658                         </File>
1659                         <File
1660                                 RelativePath="..\..\..\..\lib\pop3.h">
1661                         </File>
1662                         <File
1663                                 RelativePath="..\..\..\..\lib\progress.h">
1664                         </File>
1665                         <File
1666                                 RelativePath="..\..\..\..\lib\rand.h">
1667                         </File>
1668                         <File
1669                                 RelativePath="..\..\..\..\lib\rtsp.h">
1670                         </File>
1671                         <File
1672                                 RelativePath="..\..\..\..\lib\select.h">
1673                         </File>
1674                         <File
1675                                 RelativePath="..\..\..\..\lib\sendf.h">
1676                         </File>
1677                         <File
1678                                 RelativePath="..\..\..\..\lib\setopt.h">
1679                         </File>
1680                         <File
1681                                 RelativePath="..\..\..\..\lib\setup-vms.h">
1682                         </File>
1683                         <File
1684                                 RelativePath="..\..\..\..\lib\share.h">
1685                         </File>
1686                         <File
1687                                 RelativePath="..\..\..\..\lib\sigpipe.h">
1688                         </File>
1689                         <File
1690                                 RelativePath="..\..\..\..\lib\slist.h">
1691                         </File>
1692                         <File
1693                                 RelativePath="..\..\..\..\lib\smb.h">
1694                         </File>
1695                         <File
1696                                 RelativePath="..\..\..\..\lib\smtp.h">
1697                         </File>
1698                         <File
1699                                 RelativePath="..\..\..\..\lib\sockaddr.h">
1700                         </File>
1701                         <File
1702                                 RelativePath="..\..\..\..\lib\socks.h">
1703                         </File>
1704                         <File
1705                                 RelativePath="..\..\..\..\lib\speedcheck.h">
1706                         </File>
1707                         <File
1708                                 RelativePath="..\..\..\..\lib\splay.h">
1709                         </File>
1710                         <File
1711                                 RelativePath="..\..\..\..\lib\ssh.h">
1712                         </File>
1713                         <File
1714                                 RelativePath="..\..\..\..\lib\strcase.h">
1715                         </File>
1716                         <File
1717                                 RelativePath="..\..\..\..\lib\strdup.h">
1718                         </File>
1719                         <File
1720                                 RelativePath="..\..\..\..\lib\strerror.h">
1721                         </File>
1722                         <File
1723                                 RelativePath="..\..\..\..\lib\strtok.h">
1724                         </File>
1725                         <File
1726                                 RelativePath="..\..\..\..\lib\strtoofft.h">
1727                         </File>
1728                         <File
1729                                 RelativePath="..\..\..\..\lib\system_win32.h">
1730                         </File>
1731                         <File
1732                                 RelativePath="..\..\..\..\lib\telnet.h">
1733                         </File>
1734                         <File
1735                                 RelativePath="..\..\..\..\lib\tftp.h">
1736                         </File>
1737                         <File
1738                                 RelativePath="..\..\..\..\lib\timeval.h">
1739                         </File>
1740                         <File
1741                                 RelativePath="..\..\..\..\lib\transfer.h">
1742                         </File>
1743                         <File
1744                                 RelativePath="..\..\..\..\lib\urldata.h">
1745                         </File>
1746                         <File
1747                                 RelativePath="..\..\..\..\lib\url.h">
1748                         </File>
1749                         <File
1750                                 RelativePath="..\..\..\..\lib\warnless.h">
1751                         </File>
1752                         <File
1753                                 RelativePath="..\..\..\..\lib\wildcard.h">
1754                         </File>
1755                         <File
1756                                 RelativePath="..\..\..\..\lib\x509asn1.h">
1757                         </File>
1758                 </Filter>
1759                 <Filter
1760                         Name="Resource Files"
1761                         Filter="">
1762                         <File
1763                                 RelativePath="..\..\..\..\lib\libcurl.rc">
1764                         </File>
1765                 </Filter>
1766                 <Filter
1767                         Name="vauth"
1768                         Filter="">
1769                         <Filter
1770                                 Name="Source Files"
1771                                 Filter="">
1772                                 <File
1773                                         RelativePath="..\..\..\..\lib\vauth\cleartext.c">
1774                                 </File>
1775                                 <File
1776                                         RelativePath="..\..\..\..\lib\vauth\cram.c">
1777                                 </File>
1778                                 <File
1779                                         RelativePath="..\..\..\..\lib\vauth\digest.c">
1780                                 </File>
1781                                 <File
1782                                         RelativePath="..\..\..\..\lib\vauth\digest_sspi.c">
1783                                 </File>
1784                                 <File
1785                                         RelativePath="..\..\..\..\lib\vauth\krb5_gssapi.c">
1786                                 </File>
1787                                 <File
1788                                         RelativePath="..\..\..\..\lib\vauth\krb5_sspi.c">
1789                                 </File>
1790                                 <File
1791                                         RelativePath="..\..\..\..\lib\vauth\ntlm.c">
1792                                 </File>
1793                                 <File
1794                                         RelativePath="..\..\..\..\lib\vauth\ntlm_sspi.c">
1795                                 </File>
1796                                 <File
1797                                         RelativePath="..\..\..\..\lib\vauth\oauth2.c">
1798                                 </File>
1799                                 <File
1800                                         RelativePath="..\..\..\..\lib\vauth\spnego_gssapi.c">
1801                                 </File>
1802                                 <File
1803                                         RelativePath="..\..\..\..\lib\vauth\spnego_sspi.c">
1804                                 </File>
1805                                 <File
1806                                         RelativePath="..\..\..\..\lib\vauth\vauth.c">
1807                                 </File>
1808                         </Filter>
1809                         <Filter
1810                                 Name="Header Files"
1811                                 Filter="">
1812                                 <File
1813                                         RelativePath="..\..\..\..\lib\vauth\digest.h">
1814                                 </File>
1815                                 <File
1816                                         RelativePath="..\..\..\..\lib\vauth\ntlm.h">
1817                                 </File>
1818                                 <File
1819                                         RelativePath="..\..\..\..\lib\vauth\vauth.h">
1820                                 </File>
1821                         </Filter>
1822                 </Filter>
1823                 <Filter
1824                         Name="vtls"
1825                         Filter="">
1826                         <Filter
1827                                 Name="Source Files"
1828                                 Filter="">
1829                                 <File
1830                                         RelativePath="..\..\..\..\lib\vtls\axtls.c">
1831                                 </File>
1832                                 <File
1833                                         RelativePath="..\..\..\..\lib\vtls\cyassl.c">
1834                                 </File>
1835                                 <File
1836                                         RelativePath="..\..\..\..\lib\vtls\darwinssl.c">
1837                                 </File>
1838                                 <File
1839                                         RelativePath="..\..\..\..\lib\vtls\gskit.c">
1840                                 </File>
1841                                 <File
1842                                         RelativePath="..\..\..\..\lib\vtls\gtls.c">
1843                                 </File>
1844                                 <File
1845                                         RelativePath="..\..\..\..\lib\vtls\mbedtls.c">
1846                                 </File>
1847                                 <File
1848                                         RelativePath="..\..\..\..\lib\vtls\nss.c">
1849                                 </File>
1850                                 <File
1851                                         RelativePath="..\..\..\..\lib\vtls\openssl.c">
1852                                 </File>
1853                                 <File
1854                                         RelativePath="..\..\..\..\lib\vtls\polarssl.c">
1855                                 </File>
1856                                 <File
1857                                         RelativePath="..\..\..\..\lib\vtls\polarssl_threadlock.c">
1858                                 </File>
1859                                 <File
1860                                         RelativePath="..\..\..\..\lib\vtls\schannel.c">
1861                                 </File>
1862                                 <File
1863                                         RelativePath="..\..\..\..\lib\vtls\vtls.c">
1864                                 </File>
1865                         </Filter>
1866                         <Filter
1867                                 Name="Header Files"
1868                                 Filter="">
1869                                 <File
1870                                         RelativePath="..\..\..\..\lib\vtls\axtls.h">
1871                                 </File>
1872                                 <File
1873                                         RelativePath="..\..\..\..\lib\vtls\cyassl.h">
1874                                 </File>
1875                                 <File
1876                                         RelativePath="..\..\..\..\lib\vtls\darwinssl.h">
1877                                 </File>
1878                                 <File
1879                                         RelativePath="..\..\..\..\lib\vtls\gskit.h">
1880                                 </File>
1881                                 <File
1882                                         RelativePath="..\..\..\..\lib\vtls\gtls.h">
1883                                 </File>
1884                                 <File
1885                                         RelativePath="..\..\..\..\lib\vtls\mbedtls.h">
1886                                 </File>
1887                                 <File
1888                                         RelativePath="..\..\..\..\lib\vtls\nssg.h">
1889                                 </File>
1890                                 <File
1891                                         RelativePath="..\..\..\..\lib\vtls\openssl.h">
1892                                 </File>
1893                                 <File
1894                                         RelativePath="..\..\..\..\lib\vtls\polarssl.h">
1895                                 </File>
1896                                 <File
1897                                         RelativePath="..\..\..\..\lib\vtls\polarssl_threadlock.h">
1898                                 </File>
1899                                 <File
1900                                         RelativePath="..\..\..\..\lib\vtls\schannel.h">
1901                                 </File>
1902                                 <File
1903                                         RelativePath="..\..\..\..\lib\vtls\vtls.h">
1904                                 </File>
1905                         </Filter>
1906                 </Filter>
1907         </Files>
1908         <Globals>
1909         </Globals>
1910 </VisualStudioProject>