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