1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="libcurl"
6	ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}"
7	RootNamespace="libcurl"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13		<Platform
14			Name="x64"
15		/>
16	</Platforms>
17	<ToolFiles>
18	</ToolFiles>
19	<Configurations>
20		<Configuration
21			Name="DLL Debug|Win32"
22			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
23			IntermediateDirectory="$(OutDir)\lib"
24			ConfigurationType="2"
25			UseOfMFC="0"
26			ATLMinimizesCRunTimeLibraryUsage="false"
27			CharacterSet="2"
28			>
29			<Tool
30				Name="VCPreBuildEventTool"
31			/>
32			<Tool
33				Name="VCCustomBuildTool"
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43				PreprocessorDefinitions="_DEBUG"
44				MkTypLibCompatible="true"
45				SuppressStartupBanner="true"
46				TargetEnvironment="1"
47				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
48				HeaderFileName=""
49			/>
50			<Tool
51				Name="VCCLCompilerTool"
52				Optimization="0"
53				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
54				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL"
55				MinimalRebuild="true"
56				BasicRuntimeChecks="3"
57				RuntimeLibrary="3"
58				WarningLevel="3"
59				SuppressStartupBanner="true"
60				DebugInformationFormat="3"
61			/>
62			<Tool
63				Name="VCManagedResourceCompilerTool"
64			/>
65			<Tool
66				Name="VCResourceCompilerTool"
67				PreprocessorDefinitions="_DEBUG"
68				Culture="1033"
69			/>
70			<Tool
71				Name="VCPreLinkEventTool"
72			/>
73			<Tool
74				Name="VCLinkerTool"
75				AdditionalDependencies="ws2_32.lib wldap32.lib"
76				OutputFile="$(OutDir)\$(ProjectName)d.dll"
77				LinkIncremental="1"
78				SuppressStartupBanner="true"
79				AdditionalLibraryDirectories=""
80				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
81				GenerateDebugInformation="true"
82				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
83				ImportLibrary="$(TargetDir)$(TargetName).lib"
84				TargetMachine="1"
85			/>
86			<Tool
87				Name="VCALinkTool"
88			/>
89			<Tool
90				Name="VCManifestTool"
91			/>
92			<Tool
93				Name="VCXDCMakeTool"
94			/>
95			<Tool
96				Name="VCBscMakeTool"
97				SuppressStartupBanner="true"
98				OutputFile="$(OutDir)\$(ProjectName).bsc"
99			/>
100			<Tool
101				Name="VCFxCopTool"
102			/>
103			<Tool
104				Name="VCAppVerifierTool"
105			/>
106			<Tool
107				Name="VCWebDeploymentTool"
108			/>
109			<Tool
110				Name="VCPostBuildEventTool"
111			/>
112		</Configuration>
113		<Configuration
114			Name="DLL Debug|x64"
115			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
116			IntermediateDirectory="$(OutDir)\lib"
117			ConfigurationType="2"
118			UseOfMFC="0"
119			ATLMinimizesCRunTimeLibraryUsage="false"
120			CharacterSet="2"
121			>
122			<Tool
123				Name="VCPreBuildEventTool"
124			/>
125			<Tool
126				Name="VCCustomBuildTool"
127			/>
128			<Tool
129				Name="VCXMLDataGeneratorTool"
130			/>
131			<Tool
132				Name="VCWebServiceProxyGeneratorTool"
133			/>
134			<Tool
135				Name="VCMIDLTool"
136				PreprocessorDefinitions="_DEBUG"
137				MkTypLibCompatible="true"
138				SuppressStartupBanner="true"
139				TargetEnvironment="3"
140				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
141				HeaderFileName=""
142			/>
143			<Tool
144				Name="VCCLCompilerTool"
145				Optimization="0"
146				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
147				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL"
148				MinimalRebuild="true"
149				BasicRuntimeChecks="3"
150				RuntimeLibrary="3"
151				WarningLevel="3"
152				SuppressStartupBanner="true"
153				DebugInformationFormat="3"
154			/>
155			<Tool
156				Name="VCManagedResourceCompilerTool"
157			/>
158			<Tool
159				Name="VCResourceCompilerTool"
160				PreprocessorDefinitions="_DEBUG"
161				Culture="1033"
162			/>
163			<Tool
164				Name="VCPreLinkEventTool"
165			/>
166			<Tool
167				Name="VCLinkerTool"
168				AdditionalDependencies="ws2_32.lib wldap32.lib"
169				OutputFile="$(OutDir)\$(ProjectName)d.dll"
170				LinkIncremental="1"
171				SuppressStartupBanner="true"
172				AdditionalLibraryDirectories=""
173				GenerateDebugInformation="true"
174				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
175				ImportLibrary="$(TargetDir)$(TargetName).lib"
176				TargetMachine="17"
177			/>
178			<Tool
179				Name="VCALinkTool"
180			/>
181			<Tool
182				Name="VCManifestTool"
183			/>
184			<Tool
185				Name="VCXDCMakeTool"
186			/>
187			<Tool
188				Name="VCBscMakeTool"
189				SuppressStartupBanner="true"
190				OutputFile="$(OutDir)\$(ProjectName).bsc"
191			/>
192			<Tool
193				Name="VCFxCopTool"
194			/>
195			<Tool
196				Name="VCAppVerifierTool"
197			/>
198			<Tool
199				Name="VCWebDeploymentTool"
200			/>
201			<Tool
202				Name="VCPostBuildEventTool"
203			/>
204		</Configuration>
205		<Configuration
206			Name="DLL Release|Win32"
207			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
208			IntermediateDirectory="$(OutDir)\lib"
209			ConfigurationType="2"
210			UseOfMFC="0"
211			ATLMinimizesCRunTimeLibraryUsage="false"
212			CharacterSet="2"
213			>
214			<Tool
215				Name="VCPreBuildEventTool"
216			/>
217			<Tool
218				Name="VCCustomBuildTool"
219			/>
220			<Tool
221				Name="VCXMLDataGeneratorTool"
222			/>
223			<Tool
224				Name="VCWebServiceProxyGeneratorTool"
225			/>
226			<Tool
227				Name="VCMIDLTool"
228				PreprocessorDefinitions="NDEBUG"
229				MkTypLibCompatible="true"
230				SuppressStartupBanner="true"
231				TargetEnvironment="1"
232				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
233				HeaderFileName=""
234			/>
235			<Tool
236				Name="VCCLCompilerTool"
237				Optimization="2"
238				InlineFunctionExpansion="1"
239				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
240				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL"
241				StringPooling="true"
242				RuntimeLibrary="2"
243				EnableFunctionLevelLinking="true"
244				WarningLevel="3"
245				SuppressStartupBanner="true"
246			/>
247			<Tool
248				Name="VCManagedResourceCompilerTool"
249			/>
250			<Tool
251				Name="VCResourceCompilerTool"
252				PreprocessorDefinitions="NDEBUG"
253				Culture="1033"
254			/>
255			<Tool
256				Name="VCPreLinkEventTool"
257			/>
258			<Tool
259				Name="VCLinkerTool"
260				AdditionalDependencies="ws2_32.lib wldap32.lib"
261				OutputFile="$(OutDir)\$(ProjectName).dll"
262				LinkIncremental="1"
263				SuppressStartupBanner="true"
264				AdditionalLibraryDirectories=""
265				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
266				ImportLibrary="$(TargetDir)$(TargetName).lib"
267				TargetMachine="1"
268			/>
269			<Tool
270				Name="VCALinkTool"
271			/>
272			<Tool
273				Name="VCManifestTool"
274			/>
275			<Tool
276				Name="VCXDCMakeTool"
277			/>
278			<Tool
279				Name="VCBscMakeTool"
280				SuppressStartupBanner="true"
281				OutputFile="$(OutDir)\$(ProjectName).bsc"
282			/>
283			<Tool
284				Name="VCFxCopTool"
285			/>
286			<Tool
287				Name="VCAppVerifierTool"
288			/>
289			<Tool
290				Name="VCWebDeploymentTool"
291			/>
292			<Tool
293				Name="VCPostBuildEventTool"
294			/>
295		</Configuration>
296		<Configuration
297			Name="DLL Release|x64"
298			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
299			IntermediateDirectory="$(OutDir)\lib"
300			ConfigurationType="2"
301			UseOfMFC="0"
302			ATLMinimizesCRunTimeLibraryUsage="false"
303			CharacterSet="2"
304			>
305			<Tool
306				Name="VCPreBuildEventTool"
307			/>
308			<Tool
309				Name="VCCustomBuildTool"
310			/>
311			<Tool
312				Name="VCXMLDataGeneratorTool"
313			/>
314			<Tool
315				Name="VCWebServiceProxyGeneratorTool"
316			/>
317			<Tool
318				Name="VCMIDLTool"
319				PreprocessorDefinitions="NDEBUG"
320				MkTypLibCompatible="true"
321				SuppressStartupBanner="true"
322				TargetEnvironment="3"
323				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
324				HeaderFileName=""
325			/>
326			<Tool
327				Name="VCCLCompilerTool"
328				Optimization="2"
329				InlineFunctionExpansion="1"
330				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
331				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL"
332				StringPooling="true"
333				RuntimeLibrary="2"
334				EnableFunctionLevelLinking="true"
335				WarningLevel="3"
336				SuppressStartupBanner="true"
337			/>
338			<Tool
339				Name="VCManagedResourceCompilerTool"
340			/>
341			<Tool
342				Name="VCResourceCompilerTool"
343				PreprocessorDefinitions="NDEBUG"
344				Culture="1033"
345			/>
346			<Tool
347				Name="VCPreLinkEventTool"
348			/>
349			<Tool
350				Name="VCLinkerTool"
351				AdditionalDependencies="ws2_32.lib wldap32.lib"
352				OutputFile="$(OutDir)\$(ProjectName).dll"
353				LinkIncremental="1"
354				SuppressStartupBanner="true"
355				AdditionalLibraryDirectories=""
356				ImportLibrary="$(TargetDir)$(TargetName).lib"
357				TargetMachine="17"
358			/>
359			<Tool
360				Name="VCALinkTool"
361			/>
362			<Tool
363				Name="VCManifestTool"
364			/>
365			<Tool
366				Name="VCXDCMakeTool"
367			/>
368			<Tool
369				Name="VCBscMakeTool"
370				SuppressStartupBanner="true"
371				OutputFile="$(OutDir)\$(ProjectName).bsc"
372			/>
373			<Tool
374				Name="VCFxCopTool"
375			/>
376			<Tool
377				Name="VCAppVerifierTool"
378			/>
379			<Tool
380				Name="VCWebDeploymentTool"
381			/>
382			<Tool
383				Name="VCPostBuildEventTool"
384			/>
385		</Configuration>
386		<Configuration
387			Name="LIB Debug|Win32"
388			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
389			IntermediateDirectory="$(OutDir)\lib"
390			ConfigurationType="4"
391			UseOfMFC="0"
392			ATLMinimizesCRunTimeLibraryUsage="false"
393			CharacterSet="2"
394			>
395			<Tool
396				Name="VCPreBuildEventTool"
397			/>
398			<Tool
399				Name="VCCustomBuildTool"
400			/>
401			<Tool
402				Name="VCXMLDataGeneratorTool"
403			/>
404			<Tool
405				Name="VCWebServiceProxyGeneratorTool"
406			/>
407			<Tool
408				Name="VCMIDLTool"
409			/>
410			<Tool
411				Name="VCCLCompilerTool"
412				Optimization="0"
413				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
414				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
415				MinimalRebuild="true"
416				BasicRuntimeChecks="3"
417				RuntimeLibrary="3"
418				WarningLevel="3"
419				SuppressStartupBanner="true"
420				DebugInformationFormat="3"
421			/>
422			<Tool
423				Name="VCManagedResourceCompilerTool"
424			/>
425			<Tool
426				Name="VCResourceCompilerTool"
427				PreprocessorDefinitions="_DEBUG"
428				Culture="1033"
429			/>
430			<Tool
431				Name="VCPreLinkEventTool"
432			/>
433			<Tool
434				Name="VCLibrarianTool"
435				OutputFile="$(OutDir)\$(ProjectName)d.lib"
436				SuppressStartupBanner="true"
437			/>
438			<Tool
439				Name="VCALinkTool"
440			/>
441			<Tool
442				Name="VCXDCMakeTool"
443			/>
444			<Tool
445				Name="VCBscMakeTool"
446				SuppressStartupBanner="true"
447				OutputFile="$(OutDir)\$(ProjectName).bsc"
448			/>
449			<Tool
450				Name="VCFxCopTool"
451			/>
452			<Tool
453				Name="VCPostBuildEventTool"
454			/>
455		</Configuration>
456		<Configuration
457			Name="LIB Debug|x64"
458			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
459			IntermediateDirectory="$(OutDir)\lib"
460			ConfigurationType="4"
461			UseOfMFC="0"
462			ATLMinimizesCRunTimeLibraryUsage="false"
463			CharacterSet="2"
464			>
465			<Tool
466				Name="VCPreBuildEventTool"
467			/>
468			<Tool
469				Name="VCCustomBuildTool"
470			/>
471			<Tool
472				Name="VCXMLDataGeneratorTool"
473			/>
474			<Tool
475				Name="VCWebServiceProxyGeneratorTool"
476			/>
477			<Tool
478				Name="VCMIDLTool"
479				TargetEnvironment="3"
480			/>
481			<Tool
482				Name="VCCLCompilerTool"
483				Optimization="0"
484				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
485				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
486				MinimalRebuild="true"
487				BasicRuntimeChecks="3"
488				RuntimeLibrary="3"
489				WarningLevel="3"
490				SuppressStartupBanner="true"
491				DebugInformationFormat="3"
492			/>
493			<Tool
494				Name="VCManagedResourceCompilerTool"
495			/>
496			<Tool
497				Name="VCResourceCompilerTool"
498				PreprocessorDefinitions="_DEBUG"
499				Culture="1033"
500			/>
501			<Tool
502				Name="VCPreLinkEventTool"
503			/>
504			<Tool
505				Name="VCLibrarianTool"
506				OutputFile="$(OutDir)\$(ProjectName)d.lib"
507				SuppressStartupBanner="true"
508			/>
509			<Tool
510				Name="VCALinkTool"
511			/>
512			<Tool
513				Name="VCXDCMakeTool"
514			/>
515			<Tool
516				Name="VCBscMakeTool"
517				SuppressStartupBanner="true"
518				OutputFile="$(OutDir)\$(ProjectName).bsc"
519			/>
520			<Tool
521				Name="VCFxCopTool"
522			/>
523			<Tool
524				Name="VCPostBuildEventTool"
525			/>
526		</Configuration>
527		<Configuration
528			Name="LIB Release|Win32"
529			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
530			IntermediateDirectory="$(OutDir)\lib"
531			ConfigurationType="4"
532			UseOfMFC="0"
533			ATLMinimizesCRunTimeLibraryUsage="false"
534			CharacterSet="2"
535			>
536			<Tool
537				Name="VCPreBuildEventTool"
538			/>
539			<Tool
540				Name="VCCustomBuildTool"
541			/>
542			<Tool
543				Name="VCXMLDataGeneratorTool"
544			/>
545			<Tool
546				Name="VCWebServiceProxyGeneratorTool"
547			/>
548			<Tool
549				Name="VCMIDLTool"
550			/>
551			<Tool
552				Name="VCCLCompilerTool"
553				Optimization="2"
554				InlineFunctionExpansion="1"
555				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
556				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
557				StringPooling="true"
558				RuntimeLibrary="2"
559				EnableFunctionLevelLinking="true"
560				WarningLevel="3"
561				SuppressStartupBanner="true"
562			/>
563			<Tool
564				Name="VCManagedResourceCompilerTool"
565			/>
566			<Tool
567				Name="VCResourceCompilerTool"
568				PreprocessorDefinitions="NDEBUG"
569				Culture="1033"
570			/>
571			<Tool
572				Name="VCPreLinkEventTool"
573			/>
574			<Tool
575				Name="VCLibrarianTool"
576				OutputFile="$(OutDir)\$(ProjectName).lib"
577				SuppressStartupBanner="true"
578			/>
579			<Tool
580				Name="VCALinkTool"
581			/>
582			<Tool
583				Name="VCXDCMakeTool"
584			/>
585			<Tool
586				Name="VCBscMakeTool"
587				SuppressStartupBanner="true"
588				OutputFile="$(OutDir)\$(ProjectName).bsc"
589			/>
590			<Tool
591				Name="VCFxCopTool"
592			/>
593			<Tool
594				Name="VCPostBuildEventTool"
595			/>
596		</Configuration>
597		<Configuration
598			Name="LIB Release|x64"
599			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
600			IntermediateDirectory="$(OutDir)\lib"
601			ConfigurationType="4"
602			UseOfMFC="0"
603			ATLMinimizesCRunTimeLibraryUsage="false"
604			CharacterSet="2"
605			>
606			<Tool
607				Name="VCPreBuildEventTool"
608			/>
609			<Tool
610				Name="VCCustomBuildTool"
611			/>
612			<Tool
613				Name="VCXMLDataGeneratorTool"
614			/>
615			<Tool
616				Name="VCWebServiceProxyGeneratorTool"
617			/>
618			<Tool
619				Name="VCMIDLTool"
620				TargetEnvironment="3"
621			/>
622			<Tool
623				Name="VCCLCompilerTool"
624				Optimization="2"
625				InlineFunctionExpansion="1"
626				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
627				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
628				StringPooling="true"
629				RuntimeLibrary="2"
630				EnableFunctionLevelLinking="true"
631				WarningLevel="3"
632				SuppressStartupBanner="true"
633			/>
634			<Tool
635				Name="VCManagedResourceCompilerTool"
636			/>
637			<Tool
638				Name="VCResourceCompilerTool"
639				PreprocessorDefinitions="NDEBUG"
640				Culture="1033"
641			/>
642			<Tool
643				Name="VCPreLinkEventTool"
644			/>
645			<Tool
646				Name="VCLibrarianTool"
647				OutputFile="$(OutDir)\$(ProjectName).lib"
648				SuppressStartupBanner="true"
649			/>
650			<Tool
651				Name="VCALinkTool"
652			/>
653			<Tool
654				Name="VCXDCMakeTool"
655			/>
656			<Tool
657				Name="VCBscMakeTool"
658				SuppressStartupBanner="true"
659				OutputFile="$(OutDir)\$(ProjectName).bsc"
660			/>
661			<Tool
662				Name="VCFxCopTool"
663			/>
664			<Tool
665				Name="VCPostBuildEventTool"
666			/>
667		</Configuration>
668		<Configuration
669			Name="DLL Debug - DLL OpenSSL|Win32"
670			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
671			IntermediateDirectory="$(OutDir)\lib"
672			ConfigurationType="2"
673			UseOfMFC="0"
674			ATLMinimizesCRunTimeLibraryUsage="false"
675			CharacterSet="2"
676			>
677			<Tool
678				Name="VCPreBuildEventTool"
679			/>
680			<Tool
681				Name="VCCustomBuildTool"
682			/>
683			<Tool
684				Name="VCXMLDataGeneratorTool"
685			/>
686			<Tool
687				Name="VCWebServiceProxyGeneratorTool"
688			/>
689			<Tool
690				Name="VCMIDLTool"
691				PreprocessorDefinitions="_DEBUG"
692				MkTypLibCompatible="true"
693				SuppressStartupBanner="true"
694				TargetEnvironment="1"
695				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
696				HeaderFileName=""
697			/>
698			<Tool
699				Name="VCCLCompilerTool"
700				Optimization="0"
701				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
702				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL"
703				MinimalRebuild="true"
704				BasicRuntimeChecks="3"
705				RuntimeLibrary="3"
706				WarningLevel="3"
707				SuppressStartupBanner="true"
708				DebugInformationFormat="3"
709			/>
710			<Tool
711				Name="VCManagedResourceCompilerTool"
712			/>
713			<Tool
714				Name="VCResourceCompilerTool"
715				PreprocessorDefinitions="_DEBUG"
716				Culture="1033"
717			/>
718			<Tool
719				Name="VCPreLinkEventTool"
720			/>
721			<Tool
722				Name="VCLinkerTool"
723				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
724				OutputFile="$(OutDir)\$(ProjectName)d.dll"
725				LinkIncremental="1"
726				SuppressStartupBanner="true"
727				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC8\DLL Debug"
728				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
729				GenerateDebugInformation="true"
730				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
731				ImportLibrary="$(TargetDir)$(TargetName).lib"
732				TargetMachine="1"
733			/>
734			<Tool
735				Name="VCALinkTool"
736			/>
737			<Tool
738				Name="VCManifestTool"
739			/>
740			<Tool
741				Name="VCXDCMakeTool"
742			/>
743			<Tool
744				Name="VCBscMakeTool"
745				SuppressStartupBanner="true"
746				OutputFile="$(OutDir)\$(ProjectName).bsc"
747			/>
748			<Tool
749				Name="VCFxCopTool"
750			/>
751			<Tool
752				Name="VCAppVerifierTool"
753			/>
754			<Tool
755				Name="VCWebDeploymentTool"
756			/>
757			<Tool
758				Name="VCPostBuildEventTool"
759			/>
760		</Configuration>
761		<Configuration
762			Name="DLL Debug - DLL OpenSSL|x64"
763			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
764			IntermediateDirectory="$(OutDir)\lib"
765			ConfigurationType="2"
766			UseOfMFC="0"
767			ATLMinimizesCRunTimeLibraryUsage="false"
768			CharacterSet="2"
769			>
770			<Tool
771				Name="VCPreBuildEventTool"
772			/>
773			<Tool
774				Name="VCCustomBuildTool"
775			/>
776			<Tool
777				Name="VCXMLDataGeneratorTool"
778			/>
779			<Tool
780				Name="VCWebServiceProxyGeneratorTool"
781			/>
782			<Tool
783				Name="VCMIDLTool"
784				PreprocessorDefinitions="_DEBUG"
785				MkTypLibCompatible="true"
786				SuppressStartupBanner="true"
787				TargetEnvironment="3"
788				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
789				HeaderFileName=""
790			/>
791			<Tool
792				Name="VCCLCompilerTool"
793				Optimization="0"
794				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
795				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL"
796				MinimalRebuild="true"
797				BasicRuntimeChecks="3"
798				RuntimeLibrary="3"
799				WarningLevel="3"
800				SuppressStartupBanner="true"
801				DebugInformationFormat="3"
802			/>
803			<Tool
804				Name="VCManagedResourceCompilerTool"
805			/>
806			<Tool
807				Name="VCResourceCompilerTool"
808				PreprocessorDefinitions="_DEBUG"
809				Culture="1033"
810			/>
811			<Tool
812				Name="VCPreLinkEventTool"
813			/>
814			<Tool
815				Name="VCLinkerTool"
816				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
817				OutputFile="$(OutDir)\$(ProjectName)d.dll"
818				LinkIncremental="1"
819				SuppressStartupBanner="true"
820				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Debug"
821				GenerateDebugInformation="true"
822				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
823				ImportLibrary="$(TargetDir)$(TargetName).lib"
824				TargetMachine="17"
825			/>
826			<Tool
827				Name="VCALinkTool"
828			/>
829			<Tool
830				Name="VCManifestTool"
831			/>
832			<Tool
833				Name="VCXDCMakeTool"
834			/>
835			<Tool
836				Name="VCBscMakeTool"
837				SuppressStartupBanner="true"
838				OutputFile="$(OutDir)\$(ProjectName).bsc"
839			/>
840			<Tool
841				Name="VCFxCopTool"
842			/>
843			<Tool
844				Name="VCAppVerifierTool"
845			/>
846			<Tool
847				Name="VCWebDeploymentTool"
848			/>
849			<Tool
850				Name="VCPostBuildEventTool"
851			/>
852		</Configuration>
853		<Configuration
854			Name="DLL Release - DLL OpenSSL|Win32"
855			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
856			IntermediateDirectory="$(OutDir)\lib"
857			ConfigurationType="2"
858			UseOfMFC="0"
859			ATLMinimizesCRunTimeLibraryUsage="false"
860			CharacterSet="2"
861			>
862			<Tool
863				Name="VCPreBuildEventTool"
864			/>
865			<Tool
866				Name="VCCustomBuildTool"
867			/>
868			<Tool
869				Name="VCXMLDataGeneratorTool"
870			/>
871			<Tool
872				Name="VCWebServiceProxyGeneratorTool"
873			/>
874			<Tool
875				Name="VCMIDLTool"
876				PreprocessorDefinitions="NDEBUG"
877				MkTypLibCompatible="true"
878				SuppressStartupBanner="true"
879				TargetEnvironment="1"
880				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
881				HeaderFileName=""
882			/>
883			<Tool
884				Name="VCCLCompilerTool"
885				Optimization="2"
886				InlineFunctionExpansion="1"
887				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
888				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL"
889				StringPooling="true"
890				RuntimeLibrary="2"
891				EnableFunctionLevelLinking="true"
892				WarningLevel="3"
893				SuppressStartupBanner="true"
894			/>
895			<Tool
896				Name="VCManagedResourceCompilerTool"
897			/>
898			<Tool
899				Name="VCResourceCompilerTool"
900				PreprocessorDefinitions="NDEBUG"
901				Culture="1033"
902			/>
903			<Tool
904				Name="VCPreLinkEventTool"
905			/>
906			<Tool
907				Name="VCLinkerTool"
908				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
909				OutputFile="$(OutDir)\$(ProjectName).dll"
910				LinkIncremental="1"
911				SuppressStartupBanner="true"
912				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC8\DLL Release"
913				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
914				ImportLibrary="$(TargetDir)$(TargetName).lib"
915				TargetMachine="1"
916			/>
917			<Tool
918				Name="VCALinkTool"
919			/>
920			<Tool
921				Name="VCManifestTool"
922			/>
923			<Tool
924				Name="VCXDCMakeTool"
925			/>
926			<Tool
927				Name="VCBscMakeTool"
928				SuppressStartupBanner="true"
929				OutputFile="$(OutDir)\$(ProjectName).bsc"
930			/>
931			<Tool
932				Name="VCFxCopTool"
933			/>
934			<Tool
935				Name="VCAppVerifierTool"
936			/>
937			<Tool
938				Name="VCWebDeploymentTool"
939			/>
940			<Tool
941				Name="VCPostBuildEventTool"
942			/>
943		</Configuration>
944		<Configuration
945			Name="DLL Release - DLL OpenSSL|x64"
946			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
947			IntermediateDirectory="$(OutDir)\lib"
948			ConfigurationType="2"
949			UseOfMFC="0"
950			ATLMinimizesCRunTimeLibraryUsage="false"
951			CharacterSet="2"
952			>
953			<Tool
954				Name="VCPreBuildEventTool"
955			/>
956			<Tool
957				Name="VCCustomBuildTool"
958			/>
959			<Tool
960				Name="VCXMLDataGeneratorTool"
961			/>
962			<Tool
963				Name="VCWebServiceProxyGeneratorTool"
964			/>
965			<Tool
966				Name="VCMIDLTool"
967				PreprocessorDefinitions="NDEBUG"
968				MkTypLibCompatible="true"
969				SuppressStartupBanner="true"
970				TargetEnvironment="3"
971				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
972				HeaderFileName=""
973			/>
974			<Tool
975				Name="VCCLCompilerTool"
976				Optimization="2"
977				InlineFunctionExpansion="1"
978				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
979				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL"
980				StringPooling="true"
981				RuntimeLibrary="2"
982				EnableFunctionLevelLinking="true"
983				WarningLevel="3"
984				SuppressStartupBanner="true"
985			/>
986			<Tool
987				Name="VCManagedResourceCompilerTool"
988			/>
989			<Tool
990				Name="VCResourceCompilerTool"
991				PreprocessorDefinitions="NDEBUG"
992				Culture="1033"
993			/>
994			<Tool
995				Name="VCPreLinkEventTool"
996			/>
997			<Tool
998				Name="VCLinkerTool"
999				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
1000				OutputFile="$(OutDir)\$(ProjectName).dll"
1001				LinkIncremental="1"
1002				SuppressStartupBanner="true"
1003				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Release"
1004				ImportLibrary="$(TargetDir)$(TargetName).lib"
1005				TargetMachine="17"
1006			/>
1007			<Tool
1008				Name="VCALinkTool"
1009			/>
1010			<Tool
1011				Name="VCManifestTool"
1012			/>
1013			<Tool
1014				Name="VCXDCMakeTool"
1015			/>
1016			<Tool
1017				Name="VCBscMakeTool"
1018				SuppressStartupBanner="true"
1019				OutputFile="$(OutDir)\$(ProjectName).bsc"
1020			/>
1021			<Tool
1022				Name="VCFxCopTool"
1023			/>
1024			<Tool
1025				Name="VCAppVerifierTool"
1026			/>
1027			<Tool
1028				Name="VCWebDeploymentTool"
1029			/>
1030			<Tool
1031				Name="VCPostBuildEventTool"
1032			/>
1033		</Configuration>
1034		<Configuration
1035			Name="DLL Debug - DLL Windows SSPI|Win32"
1036			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1037			IntermediateDirectory="$(OutDir)\lib"
1038			ConfigurationType="2"
1039			UseOfMFC="0"
1040			ATLMinimizesCRunTimeLibraryUsage="false"
1041			CharacterSet="2"
1042			>
1043			<Tool
1044				Name="VCPreBuildEventTool"
1045			/>
1046			<Tool
1047				Name="VCCustomBuildTool"
1048			/>
1049			<Tool
1050				Name="VCXMLDataGeneratorTool"
1051			/>
1052			<Tool
1053				Name="VCWebServiceProxyGeneratorTool"
1054			/>
1055			<Tool
1056				Name="VCMIDLTool"
1057				PreprocessorDefinitions="_DEBUG"
1058				MkTypLibCompatible="true"
1059				SuppressStartupBanner="true"
1060				TargetEnvironment="1"
1061				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1062				HeaderFileName=""
1063			/>
1064			<Tool
1065				Name="VCCLCompilerTool"
1066				Optimization="0"
1067				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
1068				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
1069				MinimalRebuild="true"
1070				BasicRuntimeChecks="3"
1071				RuntimeLibrary="3"
1072				WarningLevel="3"
1073				SuppressStartupBanner="true"
1074				DebugInformationFormat="3"
1075			/>
1076			<Tool
1077				Name="VCManagedResourceCompilerTool"
1078			/>
1079			<Tool
1080				Name="VCResourceCompilerTool"
1081				PreprocessorDefinitions="_DEBUG"
1082				Culture="1033"
1083			/>
1084			<Tool
1085				Name="VCPreLinkEventTool"
1086			/>
1087			<Tool
1088				Name="VCLinkerTool"
1089				AdditionalDependencies="ws2_32.lib wldap32.lib"
1090				OutputFile="$(OutDir)\$(ProjectName)d.dll"
1091				LinkIncremental="1"
1092				SuppressStartupBanner="true"
1093				AdditionalLibraryDirectories=""
1094				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
1095				GenerateDebugInformation="true"
1096				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
1097				ImportLibrary="$(TargetDir)$(TargetName).lib"
1098				TargetMachine="1"
1099			/>
1100			<Tool
1101				Name="VCALinkTool"
1102			/>
1103			<Tool
1104				Name="VCManifestTool"
1105			/>
1106			<Tool
1107				Name="VCXDCMakeTool"
1108			/>
1109			<Tool
1110				Name="VCBscMakeTool"
1111				SuppressStartupBanner="true"
1112				OutputFile="$(OutDir)\$(ProjectName).bsc"
1113			/>
1114			<Tool
1115				Name="VCFxCopTool"
1116			/>
1117			<Tool
1118				Name="VCAppVerifierTool"
1119			/>
1120			<Tool
1121				Name="VCWebDeploymentTool"
1122			/>
1123			<Tool
1124				Name="VCPostBuildEventTool"
1125			/>
1126		</Configuration>
1127		<Configuration
1128			Name="DLL Debug - DLL Windows SSPI|x64"
1129			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1130			IntermediateDirectory="$(OutDir)\lib"
1131			ConfigurationType="2"
1132			UseOfMFC="0"
1133			ATLMinimizesCRunTimeLibraryUsage="false"
1134			CharacterSet="2"
1135			>
1136			<Tool
1137				Name="VCPreBuildEventTool"
1138			/>
1139			<Tool
1140				Name="VCCustomBuildTool"
1141			/>
1142			<Tool
1143				Name="VCXMLDataGeneratorTool"
1144			/>
1145			<Tool
1146				Name="VCWebServiceProxyGeneratorTool"
1147			/>
1148			<Tool
1149				Name="VCMIDLTool"
1150				PreprocessorDefinitions="_DEBUG"
1151				MkTypLibCompatible="true"
1152				SuppressStartupBanner="true"
1153				TargetEnvironment="3"
1154				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1155				HeaderFileName=""
1156			/>
1157			<Tool
1158				Name="VCCLCompilerTool"
1159				Optimization="0"
1160				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
1161				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
1162				MinimalRebuild="true"
1163				BasicRuntimeChecks="3"
1164				RuntimeLibrary="3"
1165				WarningLevel="3"
1166				SuppressStartupBanner="true"
1167				DebugInformationFormat="3"
1168			/>
1169			<Tool
1170				Name="VCManagedResourceCompilerTool"
1171			/>
1172			<Tool
1173				Name="VCResourceCompilerTool"
1174				PreprocessorDefinitions="_DEBUG"
1175				Culture="1033"
1176			/>
1177			<Tool
1178				Name="VCPreLinkEventTool"
1179			/>
1180			<Tool
1181				Name="VCLinkerTool"
1182				AdditionalDependencies="ws2_32.lib wldap32.lib"
1183				OutputFile="$(OutDir)\$(ProjectName)d.dll"
1184				LinkIncremental="1"
1185				SuppressStartupBanner="true"
1186				AdditionalLibraryDirectories=""
1187				GenerateDebugInformation="true"
1188				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
1189				ImportLibrary="$(TargetDir)$(TargetName).lib"
1190				TargetMachine="17"
1191			/>
1192			<Tool
1193				Name="VCALinkTool"
1194			/>
1195			<Tool
1196				Name="VCManifestTool"
1197			/>
1198			<Tool
1199				Name="VCXDCMakeTool"
1200			/>
1201			<Tool
1202				Name="VCBscMakeTool"
1203				SuppressStartupBanner="true"
1204				OutputFile="$(OutDir)\$(ProjectName).bsc"
1205			/>
1206			<Tool
1207				Name="VCFxCopTool"
1208			/>
1209			<Tool
1210				Name="VCAppVerifierTool"
1211			/>
1212			<Tool
1213				Name="VCWebDeploymentTool"
1214			/>
1215			<Tool
1216				Name="VCPostBuildEventTool"
1217			/>
1218		</Configuration>
1219		<Configuration
1220			Name="DLL Release - DLL Windows SSPI|Win32"
1221			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1222			IntermediateDirectory="$(OutDir)\lib"
1223			ConfigurationType="2"
1224			UseOfMFC="0"
1225			ATLMinimizesCRunTimeLibraryUsage="false"
1226			CharacterSet="2"
1227			>
1228			<Tool
1229				Name="VCPreBuildEventTool"
1230			/>
1231			<Tool
1232				Name="VCCustomBuildTool"
1233			/>
1234			<Tool
1235				Name="VCXMLDataGeneratorTool"
1236			/>
1237			<Tool
1238				Name="VCWebServiceProxyGeneratorTool"
1239			/>
1240			<Tool
1241				Name="VCMIDLTool"
1242				PreprocessorDefinitions="NDEBUG"
1243				MkTypLibCompatible="true"
1244				SuppressStartupBanner="true"
1245				TargetEnvironment="1"
1246				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1247				HeaderFileName=""
1248			/>
1249			<Tool
1250				Name="VCCLCompilerTool"
1251				Optimization="2"
1252				InlineFunctionExpansion="1"
1253				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
1254				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
1255				StringPooling="true"
1256				RuntimeLibrary="2"
1257				EnableFunctionLevelLinking="true"
1258				WarningLevel="3"
1259				SuppressStartupBanner="true"
1260			/>
1261			<Tool
1262				Name="VCManagedResourceCompilerTool"
1263			/>
1264			<Tool
1265				Name="VCResourceCompilerTool"
1266				PreprocessorDefinitions="NDEBUG"
1267				Culture="1033"
1268			/>
1269			<Tool
1270				Name="VCPreLinkEventTool"
1271			/>
1272			<Tool
1273				Name="VCLinkerTool"
1274				AdditionalDependencies="ws2_32.lib wldap32.lib"
1275				OutputFile="$(OutDir)\$(ProjectName).dll"
1276				LinkIncremental="1"
1277				SuppressStartupBanner="true"
1278				AdditionalLibraryDirectories=""
1279				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
1280				ImportLibrary="$(TargetDir)$(TargetName).lib"
1281				TargetMachine="1"
1282			/>
1283			<Tool
1284				Name="VCALinkTool"
1285			/>
1286			<Tool
1287				Name="VCManifestTool"
1288			/>
1289			<Tool
1290				Name="VCXDCMakeTool"
1291			/>
1292			<Tool
1293				Name="VCBscMakeTool"
1294				SuppressStartupBanner="true"
1295				OutputFile="$(OutDir)\$(ProjectName).bsc"
1296			/>
1297			<Tool
1298				Name="VCFxCopTool"
1299			/>
1300			<Tool
1301				Name="VCAppVerifierTool"
1302			/>
1303			<Tool
1304				Name="VCWebDeploymentTool"
1305			/>
1306			<Tool
1307				Name="VCPostBuildEventTool"
1308			/>
1309		</Configuration>
1310		<Configuration
1311			Name="DLL Release - DLL Windows SSPI|x64"
1312			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1313			IntermediateDirectory="$(OutDir)\lib"
1314			ConfigurationType="2"
1315			UseOfMFC="0"
1316			ATLMinimizesCRunTimeLibraryUsage="false"
1317			CharacterSet="2"
1318			>
1319			<Tool
1320				Name="VCPreBuildEventTool"
1321			/>
1322			<Tool
1323				Name="VCCustomBuildTool"
1324			/>
1325			<Tool
1326				Name="VCXMLDataGeneratorTool"
1327			/>
1328			<Tool
1329				Name="VCWebServiceProxyGeneratorTool"
1330			/>
1331			<Tool
1332				Name="VCMIDLTool"
1333				PreprocessorDefinitions="NDEBUG"
1334				MkTypLibCompatible="true"
1335				SuppressStartupBanner="true"
1336				TargetEnvironment="3"
1337				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1338				HeaderFileName=""
1339			/>
1340			<Tool
1341				Name="VCCLCompilerTool"
1342				Optimization="2"
1343				InlineFunctionExpansion="1"
1344				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
1345				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
1346				StringPooling="true"
1347				RuntimeLibrary="2"
1348				EnableFunctionLevelLinking="true"
1349				WarningLevel="3"
1350				SuppressStartupBanner="true"
1351			/>
1352			<Tool
1353				Name="VCManagedResourceCompilerTool"
1354			/>
1355			<Tool
1356				Name="VCResourceCompilerTool"
1357				PreprocessorDefinitions="NDEBUG"
1358				Culture="1033"
1359			/>
1360			<Tool
1361				Name="VCPreLinkEventTool"
1362			/>
1363			<Tool
1364				Name="VCLinkerTool"
1365				AdditionalDependencies="ws2_32.lib wldap32.lib"
1366				OutputFile="$(OutDir)\$(ProjectName).dll"
1367				LinkIncremental="1"
1368				SuppressStartupBanner="true"
1369				AdditionalLibraryDirectories=""
1370				ImportLibrary="$(TargetDir)$(TargetName).lib"
1371				TargetMachine="17"
1372			/>
1373			<Tool
1374				Name="VCALinkTool"
1375			/>
1376			<Tool
1377				Name="VCManifestTool"
1378			/>
1379			<Tool
1380				Name="VCXDCMakeTool"
1381			/>
1382			<Tool
1383				Name="VCBscMakeTool"
1384				SuppressStartupBanner="true"
1385				OutputFile="$(OutDir)\$(ProjectName).bsc"
1386			/>
1387			<Tool
1388				Name="VCFxCopTool"
1389			/>
1390			<Tool
1391				Name="VCAppVerifierTool"
1392			/>
1393			<Tool
1394				Name="VCWebDeploymentTool"
1395			/>
1396			<Tool
1397				Name="VCPostBuildEventTool"
1398			/>
1399		</Configuration>
1400		<Configuration
1401			Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32"
1402			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1403			IntermediateDirectory="$(OutDir)\lib"
1404			ConfigurationType="2"
1405			UseOfMFC="0"
1406			ATLMinimizesCRunTimeLibraryUsage="false"
1407			CharacterSet="2"
1408			>
1409			<Tool
1410				Name="VCPreBuildEventTool"
1411			/>
1412			<Tool
1413				Name="VCCustomBuildTool"
1414			/>
1415			<Tool
1416				Name="VCXMLDataGeneratorTool"
1417			/>
1418			<Tool
1419				Name="VCWebServiceProxyGeneratorTool"
1420			/>
1421			<Tool
1422				Name="VCMIDLTool"
1423				PreprocessorDefinitions="_DEBUG"
1424				MkTypLibCompatible="true"
1425				SuppressStartupBanner="true"
1426				TargetEnvironment="1"
1427				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1428				HeaderFileName=""
1429			/>
1430			<Tool
1431				Name="VCCLCompilerTool"
1432				Optimization="0"
1433				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
1434				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
1435				MinimalRebuild="true"
1436				BasicRuntimeChecks="3"
1437				RuntimeLibrary="3"
1438				WarningLevel="3"
1439				SuppressStartupBanner="true"
1440				DebugInformationFormat="3"
1441			/>
1442			<Tool
1443				Name="VCManagedResourceCompilerTool"
1444			/>
1445			<Tool
1446				Name="VCResourceCompilerTool"
1447				PreprocessorDefinitions="_DEBUG"
1448				Culture="1033"
1449			/>
1450			<Tool
1451				Name="VCPreLinkEventTool"
1452			/>
1453			<Tool
1454				Name="VCLinkerTool"
1455				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2d.lib"
1456				OutputFile="$(OutDir)\$(ProjectName)d.dll"
1457				LinkIncremental="1"
1458				SuppressStartupBanner="true"
1459				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC8\DLL Debug;..\..\..\..\..\libssh2\build\Win32\VC8\DLL Debug"
1460				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
1461				GenerateDebugInformation="true"
1462				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
1463				ImportLibrary="$(TargetDir)$(TargetName).lib"
1464				TargetMachine="1"
1465			/>
1466			<Tool
1467				Name="VCALinkTool"
1468			/>
1469			<Tool
1470				Name="VCManifestTool"
1471			/>
1472			<Tool
1473				Name="VCXDCMakeTool"
1474			/>
1475			<Tool
1476				Name="VCBscMakeTool"
1477				SuppressStartupBanner="true"
1478				OutputFile="$(OutDir)\$(ProjectName).bsc"
1479			/>
1480			<Tool
1481				Name="VCFxCopTool"
1482			/>
1483			<Tool
1484				Name="VCAppVerifierTool"
1485			/>
1486			<Tool
1487				Name="VCWebDeploymentTool"
1488			/>
1489			<Tool
1490				Name="VCPostBuildEventTool"
1491			/>
1492		</Configuration>
1493		<Configuration
1494			Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|x64"
1495			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1496			IntermediateDirectory="$(OutDir)\lib"
1497			ConfigurationType="2"
1498			UseOfMFC="0"
1499			ATLMinimizesCRunTimeLibraryUsage="false"
1500			CharacterSet="2"
1501			>
1502			<Tool
1503				Name="VCPreBuildEventTool"
1504			/>
1505			<Tool
1506				Name="VCCustomBuildTool"
1507			/>
1508			<Tool
1509				Name="VCXMLDataGeneratorTool"
1510			/>
1511			<Tool
1512				Name="VCWebServiceProxyGeneratorTool"
1513			/>
1514			<Tool
1515				Name="VCMIDLTool"
1516				PreprocessorDefinitions="_DEBUG"
1517				MkTypLibCompatible="true"
1518				SuppressStartupBanner="true"
1519				TargetEnvironment="3"
1520				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1521				HeaderFileName=""
1522			/>
1523			<Tool
1524				Name="VCCLCompilerTool"
1525				Optimization="0"
1526				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
1527				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
1528				MinimalRebuild="true"
1529				BasicRuntimeChecks="3"
1530				RuntimeLibrary="3"
1531				WarningLevel="3"
1532				SuppressStartupBanner="true"
1533				DebugInformationFormat="3"
1534			/>
1535			<Tool
1536				Name="VCManagedResourceCompilerTool"
1537			/>
1538			<Tool
1539				Name="VCResourceCompilerTool"
1540				PreprocessorDefinitions="_DEBUG"
1541				Culture="1033"
1542			/>
1543			<Tool
1544				Name="VCPreLinkEventTool"
1545			/>
1546			<Tool
1547				Name="VCLinkerTool"
1548				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2d.lib"
1549				OutputFile="$(OutDir)\$(ProjectName)d.dll"
1550				LinkIncremental="1"
1551				SuppressStartupBanner="true"
1552				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Debug;..\..\..\..\..\libssh2\build\Win64\VC8\DLL Debug"
1553				GenerateDebugInformation="true"
1554				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
1555				ImportLibrary="$(TargetDir)$(TargetName).lib"
1556				TargetMachine="17"
1557			/>
1558			<Tool
1559				Name="VCALinkTool"
1560			/>
1561			<Tool
1562				Name="VCManifestTool"
1563			/>
1564			<Tool
1565				Name="VCXDCMakeTool"
1566			/>
1567			<Tool
1568				Name="VCBscMakeTool"
1569				SuppressStartupBanner="true"
1570				OutputFile="$(OutDir)\$(ProjectName).bsc"
1571			/>
1572			<Tool
1573				Name="VCFxCopTool"
1574			/>
1575			<Tool
1576				Name="VCAppVerifierTool"
1577			/>
1578			<Tool
1579				Name="VCWebDeploymentTool"
1580			/>
1581			<Tool
1582				Name="VCPostBuildEventTool"
1583			/>
1584		</Configuration>
1585		<Configuration
1586			Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32"
1587			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1588			IntermediateDirectory="$(OutDir)\lib"
1589			ConfigurationType="2"
1590			UseOfMFC="0"
1591			ATLMinimizesCRunTimeLibraryUsage="false"
1592			CharacterSet="2"
1593			>
1594			<Tool
1595				Name="VCPreBuildEventTool"
1596			/>
1597			<Tool
1598				Name="VCCustomBuildTool"
1599			/>
1600			<Tool
1601				Name="VCXMLDataGeneratorTool"
1602			/>
1603			<Tool
1604				Name="VCWebServiceProxyGeneratorTool"
1605			/>
1606			<Tool
1607				Name="VCMIDLTool"
1608				PreprocessorDefinitions="NDEBUG"
1609				MkTypLibCompatible="true"
1610				SuppressStartupBanner="true"
1611				TargetEnvironment="1"
1612				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1613				HeaderFileName=""
1614			/>
1615			<Tool
1616				Name="VCCLCompilerTool"
1617				Optimization="2"
1618				InlineFunctionExpansion="1"
1619				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
1620				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
1621				StringPooling="true"
1622				RuntimeLibrary="2"
1623				EnableFunctionLevelLinking="true"
1624				WarningLevel="3"
1625				SuppressStartupBanner="true"
1626			/>
1627			<Tool
1628				Name="VCManagedResourceCompilerTool"
1629			/>
1630			<Tool
1631				Name="VCResourceCompilerTool"
1632				PreprocessorDefinitions="NDEBUG"
1633				Culture="1033"
1634			/>
1635			<Tool
1636				Name="VCPreLinkEventTool"
1637			/>
1638			<Tool
1639				Name="VCLinkerTool"
1640				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2.lib"
1641				OutputFile="$(OutDir)\$(ProjectName).dll"
1642				LinkIncremental="1"
1643				SuppressStartupBanner="true"
1644				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC8\DLL Release;..\..\..\..\..\libssh2\build\Win32\VC8\DLL Release"
1645				ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
1646				ImportLibrary="$(TargetDir)$(TargetName).lib"
1647				TargetMachine="1"
1648			/>
1649			<Tool
1650				Name="VCALinkTool"
1651			/>
1652			<Tool
1653				Name="VCManifestTool"
1654			/>
1655			<Tool
1656				Name="VCXDCMakeTool"
1657			/>
1658			<Tool
1659				Name="VCBscMakeTool"
1660				SuppressStartupBanner="true"
1661				OutputFile="$(OutDir)\$(ProjectName).bsc"
1662			/>
1663			<Tool
1664				Name="VCFxCopTool"
1665			/>
1666			<Tool
1667				Name="VCAppVerifierTool"
1668			/>
1669			<Tool
1670				Name="VCWebDeploymentTool"
1671			/>
1672			<Tool
1673				Name="VCPostBuildEventTool"
1674			/>
1675		</Configuration>
1676		<Configuration
1677			Name="DLL Release - DLL OpenSSL - DLL LibSSH2|x64"
1678			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1679			IntermediateDirectory="$(OutDir)\lib"
1680			ConfigurationType="2"
1681			UseOfMFC="0"
1682			ATLMinimizesCRunTimeLibraryUsage="false"
1683			CharacterSet="2"
1684			>
1685			<Tool
1686				Name="VCPreBuildEventTool"
1687			/>
1688			<Tool
1689				Name="VCCustomBuildTool"
1690			/>
1691			<Tool
1692				Name="VCXMLDataGeneratorTool"
1693			/>
1694			<Tool
1695				Name="VCWebServiceProxyGeneratorTool"
1696			/>
1697			<Tool
1698				Name="VCMIDLTool"
1699				PreprocessorDefinitions="NDEBUG"
1700				MkTypLibCompatible="true"
1701				SuppressStartupBanner="true"
1702				TargetEnvironment="3"
1703				TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
1704				HeaderFileName=""
1705			/>
1706			<Tool
1707				Name="VCCLCompilerTool"
1708				Optimization="2"
1709				InlineFunctionExpansion="1"
1710				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
1711				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
1712				StringPooling="true"
1713				RuntimeLibrary="2"
1714				EnableFunctionLevelLinking="true"
1715				WarningLevel="3"
1716				SuppressStartupBanner="true"
1717			/>
1718			<Tool
1719				Name="VCManagedResourceCompilerTool"
1720			/>
1721			<Tool
1722				Name="VCResourceCompilerTool"
1723				PreprocessorDefinitions="NDEBUG"
1724				Culture="1033"
1725			/>
1726			<Tool
1727				Name="VCPreLinkEventTool"
1728			/>
1729			<Tool
1730				Name="VCLinkerTool"
1731				AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2.lib"
1732				OutputFile="$(OutDir)\$(ProjectName).dll"
1733				LinkIncremental="1"
1734				SuppressStartupBanner="true"
1735				AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Release;..\..\..\..\..\libssh2\build\Win64\VC8\DLL Release"
1736				ImportLibrary="$(TargetDir)$(TargetName).lib"
1737				TargetMachine="17"
1738			/>
1739			<Tool
1740				Name="VCALinkTool"
1741			/>
1742			<Tool
1743				Name="VCManifestTool"
1744			/>
1745			<Tool
1746				Name="VCXDCMakeTool"
1747			/>
1748			<Tool
1749				Name="VCBscMakeTool"
1750				SuppressStartupBanner="true"
1751				OutputFile="$(OutDir)\$(ProjectName).bsc"
1752			/>
1753			<Tool
1754				Name="VCFxCopTool"
1755			/>
1756			<Tool
1757				Name="VCAppVerifierTool"
1758			/>
1759			<Tool
1760				Name="VCWebDeploymentTool"
1761			/>
1762			<Tool
1763				Name="VCPostBuildEventTool"
1764			/>
1765		</Configuration>
1766		<Configuration
1767			Name="LIB Debug - DLL OpenSSL|Win32"
1768			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1769			IntermediateDirectory="$(OutDir)\lib"
1770			ConfigurationType="4"
1771			UseOfMFC="0"
1772			ATLMinimizesCRunTimeLibraryUsage="false"
1773			CharacterSet="2"
1774			>
1775			<Tool
1776				Name="VCPreBuildEventTool"
1777			/>
1778			<Tool
1779				Name="VCCustomBuildTool"
1780			/>
1781			<Tool
1782				Name="VCXMLDataGeneratorTool"
1783			/>
1784			<Tool
1785				Name="VCWebServiceProxyGeneratorTool"
1786			/>
1787			<Tool
1788				Name="VCMIDLTool"
1789			/>
1790			<Tool
1791				Name="VCCLCompilerTool"
1792				Optimization="0"
1793				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
1794				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
1795				MinimalRebuild="true"
1796				BasicRuntimeChecks="3"
1797				RuntimeLibrary="3"
1798				WarningLevel="3"
1799				SuppressStartupBanner="true"
1800				DebugInformationFormat="3"
1801			/>
1802			<Tool
1803				Name="VCManagedResourceCompilerTool"
1804			/>
1805			<Tool
1806				Name="VCResourceCompilerTool"
1807				PreprocessorDefinitions="_DEBUG"
1808				Culture="1033"
1809			/>
1810			<Tool
1811				Name="VCPreLinkEventTool"
1812			/>
1813			<Tool
1814				Name="VCLibrarianTool"
1815				OutputFile="$(OutDir)\$(ProjectName)d.lib"
1816				SuppressStartupBanner="true"
1817			/>
1818			<Tool
1819				Name="VCALinkTool"
1820			/>
1821			<Tool
1822				Name="VCXDCMakeTool"
1823			/>
1824			<Tool
1825				Name="VCBscMakeTool"
1826				SuppressStartupBanner="true"
1827				OutputFile="$(OutDir)\$(ProjectName).bsc"
1828			/>
1829			<Tool
1830				Name="VCFxCopTool"
1831			/>
1832			<Tool
1833				Name="VCPostBuildEventTool"
1834			/>
1835		</Configuration>
1836		<Configuration
1837			Name="LIB Debug - DLL OpenSSL|x64"
1838			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1839			IntermediateDirectory="$(OutDir)\lib"
1840			ConfigurationType="4"
1841			UseOfMFC="0"
1842			ATLMinimizesCRunTimeLibraryUsage="false"
1843			CharacterSet="2"
1844			>
1845			<Tool
1846				Name="VCPreBuildEventTool"
1847			/>
1848			<Tool
1849				Name="VCCustomBuildTool"
1850			/>
1851			<Tool
1852				Name="VCXMLDataGeneratorTool"
1853			/>
1854			<Tool
1855				Name="VCWebServiceProxyGeneratorTool"
1856			/>
1857			<Tool
1858				Name="VCMIDLTool"
1859				TargetEnvironment="3"
1860			/>
1861			<Tool
1862				Name="VCCLCompilerTool"
1863				Optimization="0"
1864				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
1865				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
1866				MinimalRebuild="true"
1867				BasicRuntimeChecks="3"
1868				RuntimeLibrary="3"
1869				WarningLevel="3"
1870				SuppressStartupBanner="true"
1871				DebugInformationFormat="3"
1872			/>
1873			<Tool
1874				Name="VCManagedResourceCompilerTool"
1875			/>
1876			<Tool
1877				Name="VCResourceCompilerTool"
1878				PreprocessorDefinitions="_DEBUG"
1879				Culture="1033"
1880			/>
1881			<Tool
1882				Name="VCPreLinkEventTool"
1883			/>
1884			<Tool
1885				Name="VCLibrarianTool"
1886				OutputFile="$(OutDir)\$(ProjectName)d.lib"
1887				SuppressStartupBanner="true"
1888			/>
1889			<Tool
1890				Name="VCALinkTool"
1891			/>
1892			<Tool
1893				Name="VCXDCMakeTool"
1894			/>
1895			<Tool
1896				Name="VCBscMakeTool"
1897				SuppressStartupBanner="true"
1898				OutputFile="$(OutDir)\$(ProjectName).bsc"
1899			/>
1900			<Tool
1901				Name="VCFxCopTool"
1902			/>
1903			<Tool
1904				Name="VCPostBuildEventTool"
1905			/>
1906		</Configuration>
1907		<Configuration
1908			Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32"
1909			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
1910			IntermediateDirectory="$(OutDir)\lib"
1911			ConfigurationType="4"
1912			UseOfMFC="0"
1913			ATLMinimizesCRunTimeLibraryUsage="false"
1914			CharacterSet="2"
1915			>
1916			<Tool
1917				Name="VCPreBuildEventTool"
1918			/>
1919			<Tool
1920				Name="VCCustomBuildTool"
1921			/>
1922			<Tool
1923				Name="VCXMLDataGeneratorTool"
1924			/>
1925			<Tool
1926				Name="VCWebServiceProxyGeneratorTool"
1927			/>
1928			<Tool
1929				Name="VCMIDLTool"
1930			/>
1931			<Tool
1932				Name="VCCLCompilerTool"
1933				Optimization="0"
1934				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
1935				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
1936				MinimalRebuild="true"
1937				BasicRuntimeChecks="3"
1938				RuntimeLibrary="3"
1939				WarningLevel="3"
1940				SuppressStartupBanner="true"
1941				DebugInformationFormat="3"
1942			/>
1943			<Tool
1944				Name="VCManagedResourceCompilerTool"
1945			/>
1946			<Tool
1947				Name="VCResourceCompilerTool"
1948				PreprocessorDefinitions="_DEBUG"
1949				Culture="1033"
1950			/>
1951			<Tool
1952				Name="VCPreLinkEventTool"
1953			/>
1954			<Tool
1955				Name="VCLibrarianTool"
1956				OutputFile="$(OutDir)\$(ProjectName)d.lib"
1957				SuppressStartupBanner="true"
1958			/>
1959			<Tool
1960				Name="VCALinkTool"
1961			/>
1962			<Tool
1963				Name="VCXDCMakeTool"
1964			/>
1965			<Tool
1966				Name="VCBscMakeTool"
1967				SuppressStartupBanner="true"
1968				OutputFile="$(OutDir)\$(ProjectName).bsc"
1969			/>
1970			<Tool
1971				Name="VCFxCopTool"
1972			/>
1973			<Tool
1974				Name="VCPostBuildEventTool"
1975			/>
1976		</Configuration>
1977		<Configuration
1978			Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|x64"
1979			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
1980			IntermediateDirectory="$(OutDir)\lib"
1981			ConfigurationType="4"
1982			UseOfMFC="0"
1983			ATLMinimizesCRunTimeLibraryUsage="false"
1984			CharacterSet="2"
1985			>
1986			<Tool
1987				Name="VCPreBuildEventTool"
1988			/>
1989			<Tool
1990				Name="VCCustomBuildTool"
1991			/>
1992			<Tool
1993				Name="VCXMLDataGeneratorTool"
1994			/>
1995			<Tool
1996				Name="VCWebServiceProxyGeneratorTool"
1997			/>
1998			<Tool
1999				Name="VCMIDLTool"
2000				TargetEnvironment="3"
2001			/>
2002			<Tool
2003				Name="VCCLCompilerTool"
2004				Optimization="0"
2005				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
2006				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
2007				MinimalRebuild="true"
2008				BasicRuntimeChecks="3"
2009				RuntimeLibrary="3"
2010				WarningLevel="3"
2011				SuppressStartupBanner="true"
2012				DebugInformationFormat="3"
2013			/>
2014			<Tool
2015				Name="VCManagedResourceCompilerTool"
2016			/>
2017			<Tool
2018				Name="VCResourceCompilerTool"
2019				PreprocessorDefinitions="_DEBUG"
2020				Culture="1033"
2021			/>
2022			<Tool
2023				Name="VCPreLinkEventTool"
2024			/>
2025			<Tool
2026				Name="VCLibrarianTool"
2027				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2028				SuppressStartupBanner="true"
2029			/>
2030			<Tool
2031				Name="VCALinkTool"
2032			/>
2033			<Tool
2034				Name="VCXDCMakeTool"
2035			/>
2036			<Tool
2037				Name="VCBscMakeTool"
2038				SuppressStartupBanner="true"
2039				OutputFile="$(OutDir)\$(ProjectName).bsc"
2040			/>
2041			<Tool
2042				Name="VCFxCopTool"
2043			/>
2044			<Tool
2045				Name="VCPostBuildEventTool"
2046			/>
2047		</Configuration>
2048		<Configuration
2049			Name="LIB Debug - DLL Windows SSPI|Win32"
2050			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2051			IntermediateDirectory="$(OutDir)\lib"
2052			ConfigurationType="4"
2053			UseOfMFC="0"
2054			ATLMinimizesCRunTimeLibraryUsage="false"
2055			CharacterSet="2"
2056			>
2057			<Tool
2058				Name="VCPreBuildEventTool"
2059			/>
2060			<Tool
2061				Name="VCCustomBuildTool"
2062			/>
2063			<Tool
2064				Name="VCXMLDataGeneratorTool"
2065			/>
2066			<Tool
2067				Name="VCWebServiceProxyGeneratorTool"
2068			/>
2069			<Tool
2070				Name="VCMIDLTool"
2071			/>
2072			<Tool
2073				Name="VCCLCompilerTool"
2074				Optimization="0"
2075				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
2076				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
2077				MinimalRebuild="true"
2078				BasicRuntimeChecks="3"
2079				RuntimeLibrary="3"
2080				WarningLevel="3"
2081				SuppressStartupBanner="true"
2082				DebugInformationFormat="3"
2083			/>
2084			<Tool
2085				Name="VCManagedResourceCompilerTool"
2086			/>
2087			<Tool
2088				Name="VCResourceCompilerTool"
2089				PreprocessorDefinitions="_DEBUG"
2090				Culture="1033"
2091			/>
2092			<Tool
2093				Name="VCPreLinkEventTool"
2094			/>
2095			<Tool
2096				Name="VCLibrarianTool"
2097				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2098				SuppressStartupBanner="true"
2099			/>
2100			<Tool
2101				Name="VCALinkTool"
2102			/>
2103			<Tool
2104				Name="VCXDCMakeTool"
2105			/>
2106			<Tool
2107				Name="VCBscMakeTool"
2108				SuppressStartupBanner="true"
2109				OutputFile="$(OutDir)\$(ProjectName).bsc"
2110			/>
2111			<Tool
2112				Name="VCFxCopTool"
2113			/>
2114			<Tool
2115				Name="VCPostBuildEventTool"
2116			/>
2117		</Configuration>
2118		<Configuration
2119			Name="LIB Debug - DLL Windows SSPI|x64"
2120			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2121			IntermediateDirectory="$(OutDir)\lib"
2122			ConfigurationType="4"
2123			UseOfMFC="0"
2124			ATLMinimizesCRunTimeLibraryUsage="false"
2125			CharacterSet="2"
2126			>
2127			<Tool
2128				Name="VCPreBuildEventTool"
2129			/>
2130			<Tool
2131				Name="VCCustomBuildTool"
2132			/>
2133			<Tool
2134				Name="VCXMLDataGeneratorTool"
2135			/>
2136			<Tool
2137				Name="VCWebServiceProxyGeneratorTool"
2138			/>
2139			<Tool
2140				Name="VCMIDLTool"
2141				TargetEnvironment="3"
2142			/>
2143			<Tool
2144				Name="VCCLCompilerTool"
2145				Optimization="0"
2146				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
2147				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
2148				MinimalRebuild="true"
2149				BasicRuntimeChecks="3"
2150				RuntimeLibrary="3"
2151				WarningLevel="3"
2152				SuppressStartupBanner="true"
2153				DebugInformationFormat="3"
2154			/>
2155			<Tool
2156				Name="VCManagedResourceCompilerTool"
2157			/>
2158			<Tool
2159				Name="VCResourceCompilerTool"
2160				PreprocessorDefinitions="_DEBUG"
2161				Culture="1033"
2162			/>
2163			<Tool
2164				Name="VCPreLinkEventTool"
2165			/>
2166			<Tool
2167				Name="VCLibrarianTool"
2168				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2169				SuppressStartupBanner="true"
2170			/>
2171			<Tool
2172				Name="VCALinkTool"
2173			/>
2174			<Tool
2175				Name="VCXDCMakeTool"
2176			/>
2177			<Tool
2178				Name="VCBscMakeTool"
2179				SuppressStartupBanner="true"
2180				OutputFile="$(OutDir)\$(ProjectName).bsc"
2181			/>
2182			<Tool
2183				Name="VCFxCopTool"
2184			/>
2185			<Tool
2186				Name="VCPostBuildEventTool"
2187			/>
2188		</Configuration>
2189		<Configuration
2190			Name="LIB Debug - LIB OpenSSL|Win32"
2191			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2192			IntermediateDirectory="$(OutDir)\lib"
2193			ConfigurationType="4"
2194			UseOfMFC="0"
2195			ATLMinimizesCRunTimeLibraryUsage="false"
2196			CharacterSet="2"
2197			>
2198			<Tool
2199				Name="VCPreBuildEventTool"
2200			/>
2201			<Tool
2202				Name="VCCustomBuildTool"
2203			/>
2204			<Tool
2205				Name="VCXMLDataGeneratorTool"
2206			/>
2207			<Tool
2208				Name="VCWebServiceProxyGeneratorTool"
2209			/>
2210			<Tool
2211				Name="VCMIDLTool"
2212			/>
2213			<Tool
2214				Name="VCCLCompilerTool"
2215				Optimization="0"
2216				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2217				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2218				MinimalRebuild="true"
2219				BasicRuntimeChecks="3"
2220				RuntimeLibrary="3"
2221				WarningLevel="3"
2222				SuppressStartupBanner="true"
2223				DebugInformationFormat="3"
2224			/>
2225			<Tool
2226				Name="VCManagedResourceCompilerTool"
2227			/>
2228			<Tool
2229				Name="VCResourceCompilerTool"
2230				PreprocessorDefinitions="_DEBUG"
2231				Culture="1033"
2232			/>
2233			<Tool
2234				Name="VCPreLinkEventTool"
2235			/>
2236			<Tool
2237				Name="VCLibrarianTool"
2238				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2239				SuppressStartupBanner="true"
2240			/>
2241			<Tool
2242				Name="VCALinkTool"
2243			/>
2244			<Tool
2245				Name="VCXDCMakeTool"
2246			/>
2247			<Tool
2248				Name="VCBscMakeTool"
2249				SuppressStartupBanner="true"
2250				OutputFile="$(OutDir)\$(ProjectName).bsc"
2251			/>
2252			<Tool
2253				Name="VCFxCopTool"
2254			/>
2255			<Tool
2256				Name="VCPostBuildEventTool"
2257			/>
2258		</Configuration>
2259		<Configuration
2260			Name="LIB Debug - LIB OpenSSL|x64"
2261			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2262			IntermediateDirectory="$(OutDir)\lib"
2263			ConfigurationType="4"
2264			UseOfMFC="0"
2265			ATLMinimizesCRunTimeLibraryUsage="false"
2266			CharacterSet="2"
2267			>
2268			<Tool
2269				Name="VCPreBuildEventTool"
2270			/>
2271			<Tool
2272				Name="VCCustomBuildTool"
2273			/>
2274			<Tool
2275				Name="VCXMLDataGeneratorTool"
2276			/>
2277			<Tool
2278				Name="VCWebServiceProxyGeneratorTool"
2279			/>
2280			<Tool
2281				Name="VCMIDLTool"
2282				TargetEnvironment="3"
2283			/>
2284			<Tool
2285				Name="VCCLCompilerTool"
2286				Optimization="0"
2287				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2288				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2289				MinimalRebuild="true"
2290				BasicRuntimeChecks="3"
2291				RuntimeLibrary="3"
2292				WarningLevel="3"
2293				SuppressStartupBanner="true"
2294				DebugInformationFormat="3"
2295			/>
2296			<Tool
2297				Name="VCManagedResourceCompilerTool"
2298			/>
2299			<Tool
2300				Name="VCResourceCompilerTool"
2301				PreprocessorDefinitions="_DEBUG"
2302				Culture="1033"
2303			/>
2304			<Tool
2305				Name="VCPreLinkEventTool"
2306			/>
2307			<Tool
2308				Name="VCLibrarianTool"
2309				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2310				SuppressStartupBanner="true"
2311			/>
2312			<Tool
2313				Name="VCALinkTool"
2314			/>
2315			<Tool
2316				Name="VCXDCMakeTool"
2317			/>
2318			<Tool
2319				Name="VCBscMakeTool"
2320				SuppressStartupBanner="true"
2321				OutputFile="$(OutDir)\$(ProjectName).bsc"
2322			/>
2323			<Tool
2324				Name="VCFxCopTool"
2325			/>
2326			<Tool
2327				Name="VCPostBuildEventTool"
2328			/>
2329		</Configuration>
2330		<Configuration
2331			Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32"
2332			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2333			IntermediateDirectory="$(OutDir)\lib"
2334			ConfigurationType="4"
2335			UseOfMFC="0"
2336			ATLMinimizesCRunTimeLibraryUsage="false"
2337			CharacterSet="2"
2338			>
2339			<Tool
2340				Name="VCPreBuildEventTool"
2341			/>
2342			<Tool
2343				Name="VCCustomBuildTool"
2344			/>
2345			<Tool
2346				Name="VCXMLDataGeneratorTool"
2347			/>
2348			<Tool
2349				Name="VCWebServiceProxyGeneratorTool"
2350			/>
2351			<Tool
2352				Name="VCMIDLTool"
2353			/>
2354			<Tool
2355				Name="VCCLCompilerTool"
2356				Optimization="0"
2357				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
2358				PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
2359				MinimalRebuild="true"
2360				BasicRuntimeChecks="3"
2361				RuntimeLibrary="3"
2362				WarningLevel="3"
2363				SuppressStartupBanner="true"
2364				DebugInformationFormat="3"
2365			/>
2366			<Tool
2367				Name="VCManagedResourceCompilerTool"
2368			/>
2369			<Tool
2370				Name="VCResourceCompilerTool"
2371				PreprocessorDefinitions="_DEBUG"
2372				Culture="1033"
2373			/>
2374			<Tool
2375				Name="VCPreLinkEventTool"
2376			/>
2377			<Tool
2378				Name="VCLibrarianTool"
2379				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2380				SuppressStartupBanner="true"
2381			/>
2382			<Tool
2383				Name="VCALinkTool"
2384			/>
2385			<Tool
2386				Name="VCXDCMakeTool"
2387			/>
2388			<Tool
2389				Name="VCBscMakeTool"
2390				SuppressStartupBanner="true"
2391				OutputFile="$(OutDir)\$(ProjectName).bsc"
2392			/>
2393			<Tool
2394				Name="VCFxCopTool"
2395			/>
2396			<Tool
2397				Name="VCPostBuildEventTool"
2398			/>
2399		</Configuration>
2400		<Configuration
2401			Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|x64"
2402			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2403			IntermediateDirectory="$(OutDir)\lib"
2404			ConfigurationType="4"
2405			UseOfMFC="0"
2406			ATLMinimizesCRunTimeLibraryUsage="false"
2407			CharacterSet="2"
2408			>
2409			<Tool
2410				Name="VCPreBuildEventTool"
2411			/>
2412			<Tool
2413				Name="VCCustomBuildTool"
2414			/>
2415			<Tool
2416				Name="VCXMLDataGeneratorTool"
2417			/>
2418			<Tool
2419				Name="VCWebServiceProxyGeneratorTool"
2420			/>
2421			<Tool
2422				Name="VCMIDLTool"
2423				TargetEnvironment="3"
2424			/>
2425			<Tool
2426				Name="VCCLCompilerTool"
2427				Optimization="0"
2428				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
2429				PreprocessorDefinitions="WIN64;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
2430				MinimalRebuild="true"
2431				BasicRuntimeChecks="3"
2432				RuntimeLibrary="3"
2433				WarningLevel="3"
2434				SuppressStartupBanner="true"
2435				DebugInformationFormat="3"
2436			/>
2437			<Tool
2438				Name="VCManagedResourceCompilerTool"
2439			/>
2440			<Tool
2441				Name="VCResourceCompilerTool"
2442				PreprocessorDefinitions="_DEBUG"
2443				Culture="1033"
2444			/>
2445			<Tool
2446				Name="VCPreLinkEventTool"
2447			/>
2448			<Tool
2449				Name="VCLibrarianTool"
2450				OutputFile="$(OutDir)\$(ProjectName)d.lib"
2451				SuppressStartupBanner="true"
2452			/>
2453			<Tool
2454				Name="VCALinkTool"
2455			/>
2456			<Tool
2457				Name="VCXDCMakeTool"
2458			/>
2459			<Tool
2460				Name="VCBscMakeTool"
2461				SuppressStartupBanner="true"
2462				OutputFile="$(OutDir)\$(ProjectName).bsc"
2463			/>
2464			<Tool
2465				Name="VCFxCopTool"
2466			/>
2467			<Tool
2468				Name="VCPostBuildEventTool"
2469			/>
2470		</Configuration>
2471		<Configuration
2472			Name="LIB Release - DLL OpenSSL|Win32"
2473			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2474			IntermediateDirectory="$(OutDir)\lib"
2475			ConfigurationType="4"
2476			UseOfMFC="0"
2477			ATLMinimizesCRunTimeLibraryUsage="false"
2478			CharacterSet="2"
2479			>
2480			<Tool
2481				Name="VCPreBuildEventTool"
2482			/>
2483			<Tool
2484				Name="VCCustomBuildTool"
2485			/>
2486			<Tool
2487				Name="VCXMLDataGeneratorTool"
2488			/>
2489			<Tool
2490				Name="VCWebServiceProxyGeneratorTool"
2491			/>
2492			<Tool
2493				Name="VCMIDLTool"
2494			/>
2495			<Tool
2496				Name="VCCLCompilerTool"
2497				Optimization="2"
2498				InlineFunctionExpansion="1"
2499				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2500				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2501				StringPooling="true"
2502				RuntimeLibrary="2"
2503				EnableFunctionLevelLinking="true"
2504				WarningLevel="3"
2505				SuppressStartupBanner="true"
2506			/>
2507			<Tool
2508				Name="VCManagedResourceCompilerTool"
2509			/>
2510			<Tool
2511				Name="VCResourceCompilerTool"
2512				PreprocessorDefinitions="NDEBUG"
2513				Culture="1033"
2514			/>
2515			<Tool
2516				Name="VCPreLinkEventTool"
2517			/>
2518			<Tool
2519				Name="VCLibrarianTool"
2520				OutputFile="$(OutDir)\$(ProjectName).lib"
2521				SuppressStartupBanner="true"
2522			/>
2523			<Tool
2524				Name="VCALinkTool"
2525			/>
2526			<Tool
2527				Name="VCXDCMakeTool"
2528			/>
2529			<Tool
2530				Name="VCBscMakeTool"
2531				SuppressStartupBanner="true"
2532				OutputFile="$(OutDir)\$(ProjectName).bsc"
2533			/>
2534			<Tool
2535				Name="VCFxCopTool"
2536			/>
2537			<Tool
2538				Name="VCPostBuildEventTool"
2539			/>
2540		</Configuration>
2541		<Configuration
2542			Name="LIB Release - DLL OpenSSL|x64"
2543			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2544			IntermediateDirectory="$(OutDir)\lib"
2545			ConfigurationType="4"
2546			UseOfMFC="0"
2547			ATLMinimizesCRunTimeLibraryUsage="false"
2548			CharacterSet="2"
2549			>
2550			<Tool
2551				Name="VCPreBuildEventTool"
2552			/>
2553			<Tool
2554				Name="VCCustomBuildTool"
2555			/>
2556			<Tool
2557				Name="VCXMLDataGeneratorTool"
2558			/>
2559			<Tool
2560				Name="VCWebServiceProxyGeneratorTool"
2561			/>
2562			<Tool
2563				Name="VCMIDLTool"
2564				TargetEnvironment="3"
2565			/>
2566			<Tool
2567				Name="VCCLCompilerTool"
2568				Optimization="2"
2569				InlineFunctionExpansion="1"
2570				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2571				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2572				StringPooling="true"
2573				RuntimeLibrary="2"
2574				EnableFunctionLevelLinking="true"
2575				WarningLevel="3"
2576				SuppressStartupBanner="true"
2577			/>
2578			<Tool
2579				Name="VCManagedResourceCompilerTool"
2580			/>
2581			<Tool
2582				Name="VCResourceCompilerTool"
2583				PreprocessorDefinitions="NDEBUG"
2584				Culture="1033"
2585			/>
2586			<Tool
2587				Name="VCPreLinkEventTool"
2588			/>
2589			<Tool
2590				Name="VCLibrarianTool"
2591				OutputFile="$(OutDir)\$(ProjectName).lib"
2592				SuppressStartupBanner="true"
2593			/>
2594			<Tool
2595				Name="VCALinkTool"
2596			/>
2597			<Tool
2598				Name="VCXDCMakeTool"
2599			/>
2600			<Tool
2601				Name="VCBscMakeTool"
2602				SuppressStartupBanner="true"
2603				OutputFile="$(OutDir)\$(ProjectName).bsc"
2604			/>
2605			<Tool
2606				Name="VCFxCopTool"
2607			/>
2608			<Tool
2609				Name="VCPostBuildEventTool"
2610			/>
2611		</Configuration>
2612		<Configuration
2613			Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32"
2614			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2615			IntermediateDirectory="$(OutDir)\lib"
2616			ConfigurationType="4"
2617			UseOfMFC="0"
2618			ATLMinimizesCRunTimeLibraryUsage="false"
2619			CharacterSet="2"
2620			>
2621			<Tool
2622				Name="VCPreBuildEventTool"
2623			/>
2624			<Tool
2625				Name="VCCustomBuildTool"
2626			/>
2627			<Tool
2628				Name="VCXMLDataGeneratorTool"
2629			/>
2630			<Tool
2631				Name="VCWebServiceProxyGeneratorTool"
2632			/>
2633			<Tool
2634				Name="VCMIDLTool"
2635			/>
2636			<Tool
2637				Name="VCCLCompilerTool"
2638				Optimization="2"
2639				InlineFunctionExpansion="1"
2640				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
2641				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
2642				StringPooling="true"
2643				RuntimeLibrary="2"
2644				EnableFunctionLevelLinking="true"
2645				WarningLevel="3"
2646				SuppressStartupBanner="true"
2647			/>
2648			<Tool
2649				Name="VCManagedResourceCompilerTool"
2650			/>
2651			<Tool
2652				Name="VCResourceCompilerTool"
2653				PreprocessorDefinitions="NDEBUG"
2654				Culture="1033"
2655			/>
2656			<Tool
2657				Name="VCPreLinkEventTool"
2658			/>
2659			<Tool
2660				Name="VCLibrarianTool"
2661				OutputFile="$(OutDir)\$(ProjectName).lib"
2662				SuppressStartupBanner="true"
2663			/>
2664			<Tool
2665				Name="VCALinkTool"
2666			/>
2667			<Tool
2668				Name="VCXDCMakeTool"
2669			/>
2670			<Tool
2671				Name="VCBscMakeTool"
2672				SuppressStartupBanner="true"
2673				OutputFile="$(OutDir)\$(ProjectName).bsc"
2674			/>
2675			<Tool
2676				Name="VCFxCopTool"
2677			/>
2678			<Tool
2679				Name="VCPostBuildEventTool"
2680			/>
2681		</Configuration>
2682		<Configuration
2683			Name="LIB Release - DLL OpenSSL - DLL LibSSH2|x64"
2684			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2685			IntermediateDirectory="$(OutDir)\lib"
2686			ConfigurationType="4"
2687			UseOfMFC="0"
2688			ATLMinimizesCRunTimeLibraryUsage="false"
2689			CharacterSet="2"
2690			>
2691			<Tool
2692				Name="VCPreBuildEventTool"
2693			/>
2694			<Tool
2695				Name="VCCustomBuildTool"
2696			/>
2697			<Tool
2698				Name="VCXMLDataGeneratorTool"
2699			/>
2700			<Tool
2701				Name="VCWebServiceProxyGeneratorTool"
2702			/>
2703			<Tool
2704				Name="VCMIDLTool"
2705				TargetEnvironment="3"
2706			/>
2707			<Tool
2708				Name="VCCLCompilerTool"
2709				Optimization="2"
2710				InlineFunctionExpansion="1"
2711				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
2712				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
2713				StringPooling="true"
2714				RuntimeLibrary="2"
2715				EnableFunctionLevelLinking="true"
2716				WarningLevel="3"
2717				SuppressStartupBanner="true"
2718			/>
2719			<Tool
2720				Name="VCManagedResourceCompilerTool"
2721			/>
2722			<Tool
2723				Name="VCResourceCompilerTool"
2724				PreprocessorDefinitions="NDEBUG"
2725				Culture="1033"
2726			/>
2727			<Tool
2728				Name="VCPreLinkEventTool"
2729			/>
2730			<Tool
2731				Name="VCLibrarianTool"
2732				OutputFile="$(OutDir)\$(ProjectName).lib"
2733				SuppressStartupBanner="true"
2734			/>
2735			<Tool
2736				Name="VCALinkTool"
2737			/>
2738			<Tool
2739				Name="VCXDCMakeTool"
2740			/>
2741			<Tool
2742				Name="VCBscMakeTool"
2743				SuppressStartupBanner="true"
2744				OutputFile="$(OutDir)\$(ProjectName).bsc"
2745			/>
2746			<Tool
2747				Name="VCFxCopTool"
2748			/>
2749			<Tool
2750				Name="VCPostBuildEventTool"
2751			/>
2752		</Configuration>
2753		<Configuration
2754			Name="LIB Release - DLL Windows SSPI|Win32"
2755			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2756			IntermediateDirectory="$(OutDir)\lib"
2757			ConfigurationType="4"
2758			UseOfMFC="0"
2759			ATLMinimizesCRunTimeLibraryUsage="false"
2760			CharacterSet="2"
2761			>
2762			<Tool
2763				Name="VCPreBuildEventTool"
2764			/>
2765			<Tool
2766				Name="VCCustomBuildTool"
2767			/>
2768			<Tool
2769				Name="VCXMLDataGeneratorTool"
2770			/>
2771			<Tool
2772				Name="VCWebServiceProxyGeneratorTool"
2773			/>
2774			<Tool
2775				Name="VCMIDLTool"
2776			/>
2777			<Tool
2778				Name="VCCLCompilerTool"
2779				Optimization="2"
2780				InlineFunctionExpansion="1"
2781				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
2782				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
2783				StringPooling="true"
2784				RuntimeLibrary="2"
2785				EnableFunctionLevelLinking="true"
2786				WarningLevel="3"
2787				SuppressStartupBanner="true"
2788			/>
2789			<Tool
2790				Name="VCManagedResourceCompilerTool"
2791			/>
2792			<Tool
2793				Name="VCResourceCompilerTool"
2794				PreprocessorDefinitions="NDEBUG"
2795				Culture="1033"
2796			/>
2797			<Tool
2798				Name="VCPreLinkEventTool"
2799			/>
2800			<Tool
2801				Name="VCLibrarianTool"
2802				OutputFile="$(OutDir)\$(ProjectName).lib"
2803				SuppressStartupBanner="true"
2804			/>
2805			<Tool
2806				Name="VCALinkTool"
2807			/>
2808			<Tool
2809				Name="VCXDCMakeTool"
2810			/>
2811			<Tool
2812				Name="VCBscMakeTool"
2813				SuppressStartupBanner="true"
2814				OutputFile="$(OutDir)\$(ProjectName).bsc"
2815			/>
2816			<Tool
2817				Name="VCFxCopTool"
2818			/>
2819			<Tool
2820				Name="VCPostBuildEventTool"
2821			/>
2822		</Configuration>
2823		<Configuration
2824			Name="LIB Release - DLL Windows SSPI|x64"
2825			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2826			IntermediateDirectory="$(OutDir)\lib"
2827			ConfigurationType="4"
2828			UseOfMFC="0"
2829			ATLMinimizesCRunTimeLibraryUsage="false"
2830			CharacterSet="2"
2831			>
2832			<Tool
2833				Name="VCPreBuildEventTool"
2834			/>
2835			<Tool
2836				Name="VCCustomBuildTool"
2837			/>
2838			<Tool
2839				Name="VCXMLDataGeneratorTool"
2840			/>
2841			<Tool
2842				Name="VCWebServiceProxyGeneratorTool"
2843			/>
2844			<Tool
2845				Name="VCMIDLTool"
2846				TargetEnvironment="3"
2847			/>
2848			<Tool
2849				Name="VCCLCompilerTool"
2850				Optimization="2"
2851				InlineFunctionExpansion="1"
2852				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
2853				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
2854				StringPooling="true"
2855				RuntimeLibrary="2"
2856				EnableFunctionLevelLinking="true"
2857				WarningLevel="3"
2858				SuppressStartupBanner="true"
2859			/>
2860			<Tool
2861				Name="VCManagedResourceCompilerTool"
2862			/>
2863			<Tool
2864				Name="VCResourceCompilerTool"
2865				PreprocessorDefinitions="NDEBUG"
2866				Culture="1033"
2867			/>
2868			<Tool
2869				Name="VCPreLinkEventTool"
2870			/>
2871			<Tool
2872				Name="VCLibrarianTool"
2873				OutputFile="$(OutDir)\$(ProjectName).lib"
2874				SuppressStartupBanner="true"
2875			/>
2876			<Tool
2877				Name="VCALinkTool"
2878			/>
2879			<Tool
2880				Name="VCXDCMakeTool"
2881			/>
2882			<Tool
2883				Name="VCBscMakeTool"
2884				SuppressStartupBanner="true"
2885				OutputFile="$(OutDir)\$(ProjectName).bsc"
2886			/>
2887			<Tool
2888				Name="VCFxCopTool"
2889			/>
2890			<Tool
2891				Name="VCPostBuildEventTool"
2892			/>
2893		</Configuration>
2894		<Configuration
2895			Name="LIB Release - LIB OpenSSL|Win32"
2896			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
2897			IntermediateDirectory="$(OutDir)\lib"
2898			ConfigurationType="4"
2899			UseOfMFC="0"
2900			ATLMinimizesCRunTimeLibraryUsage="false"
2901			CharacterSet="2"
2902			>
2903			<Tool
2904				Name="VCPreBuildEventTool"
2905			/>
2906			<Tool
2907				Name="VCCustomBuildTool"
2908			/>
2909			<Tool
2910				Name="VCXMLDataGeneratorTool"
2911			/>
2912			<Tool
2913				Name="VCWebServiceProxyGeneratorTool"
2914			/>
2915			<Tool
2916				Name="VCMIDLTool"
2917			/>
2918			<Tool
2919				Name="VCCLCompilerTool"
2920				Optimization="2"
2921				InlineFunctionExpansion="1"
2922				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2923				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2924				StringPooling="true"
2925				RuntimeLibrary="2"
2926				EnableFunctionLevelLinking="true"
2927				WarningLevel="3"
2928				SuppressStartupBanner="true"
2929			/>
2930			<Tool
2931				Name="VCManagedResourceCompilerTool"
2932			/>
2933			<Tool
2934				Name="VCResourceCompilerTool"
2935				PreprocessorDefinitions="NDEBUG"
2936				Culture="1033"
2937			/>
2938			<Tool
2939				Name="VCPreLinkEventTool"
2940			/>
2941			<Tool
2942				Name="VCLibrarianTool"
2943				OutputFile="$(OutDir)\$(ProjectName).lib"
2944				SuppressStartupBanner="true"
2945			/>
2946			<Tool
2947				Name="VCALinkTool"
2948			/>
2949			<Tool
2950				Name="VCXDCMakeTool"
2951			/>
2952			<Tool
2953				Name="VCBscMakeTool"
2954				SuppressStartupBanner="true"
2955				OutputFile="$(OutDir)\$(ProjectName).bsc"
2956			/>
2957			<Tool
2958				Name="VCFxCopTool"
2959			/>
2960			<Tool
2961				Name="VCPostBuildEventTool"
2962			/>
2963		</Configuration>
2964		<Configuration
2965			Name="LIB Release - LIB OpenSSL|x64"
2966			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
2967			IntermediateDirectory="$(OutDir)\lib"
2968			ConfigurationType="4"
2969			UseOfMFC="0"
2970			ATLMinimizesCRunTimeLibraryUsage="false"
2971			CharacterSet="2"
2972			>
2973			<Tool
2974				Name="VCPreBuildEventTool"
2975			/>
2976			<Tool
2977				Name="VCCustomBuildTool"
2978			/>
2979			<Tool
2980				Name="VCXMLDataGeneratorTool"
2981			/>
2982			<Tool
2983				Name="VCWebServiceProxyGeneratorTool"
2984			/>
2985			<Tool
2986				Name="VCMIDLTool"
2987				TargetEnvironment="3"
2988			/>
2989			<Tool
2990				Name="VCCLCompilerTool"
2991				Optimization="2"
2992				InlineFunctionExpansion="1"
2993				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
2994				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL"
2995				StringPooling="true"
2996				RuntimeLibrary="2"
2997				EnableFunctionLevelLinking="true"
2998				WarningLevel="3"
2999				SuppressStartupBanner="true"
3000			/>
3001			<Tool
3002				Name="VCManagedResourceCompilerTool"
3003			/>
3004			<Tool
3005				Name="VCResourceCompilerTool"
3006				PreprocessorDefinitions="NDEBUG"
3007				Culture="1033"
3008			/>
3009			<Tool
3010				Name="VCPreLinkEventTool"
3011			/>
3012			<Tool
3013				Name="VCLibrarianTool"
3014				OutputFile="$(OutDir)\$(ProjectName).lib"
3015				SuppressStartupBanner="true"
3016			/>
3017			<Tool
3018				Name="VCALinkTool"
3019			/>
3020			<Tool
3021				Name="VCXDCMakeTool"
3022			/>
3023			<Tool
3024				Name="VCBscMakeTool"
3025				SuppressStartupBanner="true"
3026				OutputFile="$(OutDir)\$(ProjectName).bsc"
3027			/>
3028			<Tool
3029				Name="VCFxCopTool"
3030			/>
3031			<Tool
3032				Name="VCPostBuildEventTool"
3033			/>
3034		</Configuration>
3035		<Configuration
3036			Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32"
3037			OutputDirectory="..\..\..\..\build\Win32\VC8\$(ConfigurationName)"
3038			IntermediateDirectory="$(OutDir)\lib"
3039			ConfigurationType="4"
3040			UseOfMFC="0"
3041			ATLMinimizesCRunTimeLibraryUsage="false"
3042			CharacterSet="2"
3043			>
3044			<Tool
3045				Name="VCPreBuildEventTool"
3046			/>
3047			<Tool
3048				Name="VCCustomBuildTool"
3049			/>
3050			<Tool
3051				Name="VCXMLDataGeneratorTool"
3052			/>
3053			<Tool
3054				Name="VCWebServiceProxyGeneratorTool"
3055			/>
3056			<Tool
3057				Name="VCMIDLTool"
3058			/>
3059			<Tool
3060				Name="VCCLCompilerTool"
3061				Optimization="2"
3062				InlineFunctionExpansion="1"
3063				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
3064				PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
3065				StringPooling="true"
3066				RuntimeLibrary="2"
3067				EnableFunctionLevelLinking="true"
3068				WarningLevel="3"
3069				SuppressStartupBanner="true"
3070			/>
3071			<Tool
3072				Name="VCManagedResourceCompilerTool"
3073			/>
3074			<Tool
3075				Name="VCResourceCompilerTool"
3076				PreprocessorDefinitions="NDEBUG"
3077				Culture="1033"
3078			/>
3079			<Tool
3080				Name="VCPreLinkEventTool"
3081			/>
3082			<Tool
3083				Name="VCLibrarianTool"
3084				OutputFile="$(OutDir)\$(ProjectName).lib"
3085				SuppressStartupBanner="true"
3086			/>
3087			<Tool
3088				Name="VCALinkTool"
3089			/>
3090			<Tool
3091				Name="VCXDCMakeTool"
3092			/>
3093			<Tool
3094				Name="VCBscMakeTool"
3095				SuppressStartupBanner="true"
3096				OutputFile="$(OutDir)\$(ProjectName).bsc"
3097			/>
3098			<Tool
3099				Name="VCFxCopTool"
3100			/>
3101			<Tool
3102				Name="VCPostBuildEventTool"
3103			/>
3104		</Configuration>
3105		<Configuration
3106			Name="LIB Release - LIB OpenSSL - LIB LibSSH2|x64"
3107			OutputDirectory="..\..\..\..\build\Win64\VC8\$(ConfigurationName)"
3108			IntermediateDirectory="$(OutDir)\lib"
3109			ConfigurationType="4"
3110			UseOfMFC="0"
3111			ATLMinimizesCRunTimeLibraryUsage="false"
3112			CharacterSet="2"
3113			>
3114			<Tool
3115				Name="VCPreBuildEventTool"
3116			/>
3117			<Tool
3118				Name="VCCustomBuildTool"
3119			/>
3120			<Tool
3121				Name="VCXMLDataGeneratorTool"
3122			/>
3123			<Tool
3124				Name="VCWebServiceProxyGeneratorTool"
3125			/>
3126			<Tool
3127				Name="VCMIDLTool"
3128				TargetEnvironment="3"
3129			/>
3130			<Tool
3131				Name="VCCLCompilerTool"
3132				Optimization="2"
3133				InlineFunctionExpansion="1"
3134				AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
3135				PreprocessorDefinitions="WIN64;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_SSLEAY;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
3136				StringPooling="true"
3137				RuntimeLibrary="2"
3138				EnableFunctionLevelLinking="true"
3139				WarningLevel="3"
3140				SuppressStartupBanner="true"
3141			/>
3142			<Tool
3143				Name="VCManagedResourceCompilerTool"
3144			/>
3145			<Tool
3146				Name="VCResourceCompilerTool"
3147				PreprocessorDefinitions="NDEBUG"
3148				Culture="1033"
3149			/>
3150			<Tool
3151				Name="VCPreLinkEventTool"
3152			/>
3153			<Tool
3154				Name="VCLibrarianTool"
3155				OutputFile="$(OutDir)\$(ProjectName).lib"
3156				SuppressStartupBanner="true"
3157			/>
3158			<Tool
3159				Name="VCALinkTool"
3160			/>
3161			<Tool
3162				Name="VCXDCMakeTool"
3163			/>
3164			<Tool
3165				Name="VCBscMakeTool"
3166				SuppressStartupBanner="true"
3167				OutputFile="$(OutDir)\$(ProjectName).bsc"
3168			/>
3169			<Tool
3170				Name="VCFxCopTool"
3171			/>
3172			<Tool
3173				Name="VCPostBuildEventTool"
3174			/>
3175		</Configuration>
3176	</Configurations>
3177	<References>
3178	</References>
3179	<Files>
3180		<Filter
3181			Name="Source Files"
3182			>
3183			<File
3184				RelativePath="..\..\..\..\lib\amigaos.c"
3185			>
3186			</File>
3187			<File
3188				RelativePath="..\..\..\..\lib\asyn-ares.c"
3189			>
3190			</File>
3191			<File
3192				RelativePath="..\..\..\..\lib\asyn-thread.c"
3193			>
3194			</File>
3195			<File
3196				RelativePath="..\..\..\..\lib\base64.c"
3197			>
3198			</File>
3199			<File
3200				RelativePath="..\..\..\..\lib\bundles.c"
3201			>
3202			</File>
3203			<File
3204				RelativePath="..\..\..\..\lib\conncache.c"
3205			>
3206			</File>
3207			<File
3208				RelativePath="..\..\..\..\lib\connect.c"
3209			>
3210			</File>
3211			<File
3212				RelativePath="..\..\..\..\lib\content_encoding.c"
3213			>
3214			</File>
3215			<File
3216				RelativePath="..\..\..\..\lib\cookie.c"
3217			>
3218			</File>
3219			<File
3220				RelativePath="..\..\..\..\lib\curl_addrinfo.c"
3221			>
3222			</File>
3223			<File
3224				RelativePath="..\..\..\..\lib\curl_fnmatch.c"
3225			>
3226			</File>
3227			<File
3228				RelativePath="..\..\..\..\lib\curl_gethostname.c"
3229			>
3230			</File>
3231			<File
3232				RelativePath="..\..\..\..\lib\curl_gssapi.c"
3233			>
3234			</File>
3235			<File
3236				RelativePath="..\..\..\..\lib\curl_memrchr.c"
3237			>
3238			</File>
3239			<File
3240				RelativePath="..\..\..\..\lib\curl_multibyte.c"
3241			>
3242			</File>
3243			<File
3244				RelativePath="..\..\..\..\lib\curl_ntlm.c"
3245			>
3246			</File>
3247			<File
3248				RelativePath="..\..\..\..\lib\curl_ntlm_core.c"
3249			>
3250			</File>
3251			<File
3252				RelativePath="..\..\..\..\lib\curl_ntlm_msgs.c"
3253			>
3254			</File>
3255			<File
3256				RelativePath="..\..\..\..\lib\curl_ntlm_wb.c"
3257			>
3258			</File>
3259			<File
3260				RelativePath="..\..\..\..\lib\curl_rtmp.c"
3261			>
3262			</File>
3263			<File
3264				RelativePath="..\..\..\..\lib\curl_sasl.c"
3265			>
3266			</File>
3267			<File
3268				RelativePath="..\..\..\..\lib\curl_sasl_sspi.c"
3269			>
3270			</File>
3271			<File
3272				RelativePath="..\..\..\..\lib\curl_sspi.c"
3273			>
3274			</File>
3275			<File
3276				RelativePath="..\..\..\..\lib\curl_threads.c"
3277			>
3278			</File>
3279			<File
3280				RelativePath="..\..\..\..\lib\dict.c"
3281			>
3282			</File>
3283			<File
3284				RelativePath="..\..\..\..\lib\dotdot.c"
3285			>
3286			</File>
3287			<File
3288				RelativePath="..\..\..\..\lib\easy.c"
3289			>
3290			</File>
3291			<File
3292				RelativePath="..\..\..\..\lib\escape.c"
3293			>
3294			</File>
3295			<File
3296				RelativePath="..\..\..\..\lib\file.c"
3297			>
3298			</File>
3299			<File
3300				RelativePath="..\..\..\..\lib\fileinfo.c"
3301			>
3302			</File>
3303			<File
3304				RelativePath="..\..\..\..\lib\formdata.c"
3305			>
3306			</File>
3307			<File
3308				RelativePath="..\..\..\..\lib\ftp.c"
3309			>
3310			</File>
3311			<File
3312				RelativePath="..\..\..\..\lib\ftplistparser.c"
3313			>
3314			</File>
3315			<File
3316				RelativePath="..\..\..\..\lib\getenv.c"
3317			>
3318			</File>
3319			<File
3320				RelativePath="..\..\..\..\lib\getinfo.c"
3321			>
3322			</File>
3323			<File
3324				RelativePath="..\..\..\..\lib\gopher.c"
3325			>
3326			</File>
3327			<File
3328				RelativePath="..\..\..\..\lib\hash.c"
3329			>
3330			</File>
3331			<File
3332				RelativePath="..\..\..\..\lib\hmac.c"
3333			>
3334			</File>
3335			<File
3336				RelativePath="..\..\..\..\lib\hostasyn.c"
3337			>
3338			</File>
3339			<File
3340				RelativePath="..\..\..\..\lib\hostcheck.c"
3341			>
3342			</File>
3343			<File
3344				RelativePath="..\..\..\..\lib\hostip4.c"
3345			>
3346			</File>
3347			<File
3348				RelativePath="..\..\..\..\lib\hostip6.c"
3349			>
3350			</File>
3351			<File
3352				RelativePath="..\..\..\..\lib\hostip.c"
3353			>
3354			</File>
3355			<File
3356				RelativePath="..\..\..\..\lib\hostsyn.c"
3357			>
3358			</File>
3359			<File
3360				RelativePath="..\..\..\..\lib\http2.c"
3361			>
3362			</File>
3363			<File
3364				RelativePath="..\..\..\..\lib\http.c"
3365			>
3366			</File>
3367			<File
3368				RelativePath="..\..\..\..\lib\http_chunks.c"
3369			>
3370			</File>
3371			<File
3372				RelativePath="..\..\..\..\lib\http_digest.c"
3373			>
3374			</File>
3375			<File
3376				RelativePath="..\..\..\..\lib\http_negotiate.c"
3377			>
3378			</File>
3379			<File
3380				RelativePath="..\..\..\..\lib\http_negotiate_sspi.c"
3381			>
3382			</File>
3383			<File
3384				RelativePath="..\..\..\..\lib\http_proxy.c"
3385			>
3386			</File>
3387			<File
3388				RelativePath="..\..\..\..\lib\idn_win32.c"
3389			>
3390			</File>
3391			<File
3392				RelativePath="..\..\..\..\lib\if2ip.c"
3393			>
3394			</File>
3395			<File
3396				RelativePath="..\..\..\..\lib\imap.c"
3397			>
3398			</File>
3399			<File
3400				RelativePath="..\..\..\..\lib\inet_ntop.c"
3401			>
3402			</File>
3403			<File
3404				RelativePath="..\..\..\..\lib\inet_pton.c"
3405			>
3406			</File>
3407			<File
3408				RelativePath="..\..\..\..\lib\krb5.c"
3409			>
3410			</File>
3411			<File
3412				RelativePath="..\..\..\..\lib\ldap.c"
3413			>
3414			</File>
3415			<File
3416				RelativePath="..\..\..\..\lib\llist.c"
3417			>
3418			</File>
3419			<File
3420				RelativePath="..\..\..\..\lib\md4.c"
3421			>
3422			</File>
3423			<File
3424				RelativePath="..\..\..\..\lib\md5.c"
3425			>
3426			</File>
3427			<File
3428				RelativePath="..\..\..\..\lib\memdebug.c"
3429			>
3430			</File>
3431			<File
3432				RelativePath="..\..\..\..\lib\mprintf.c"
3433			>
3434			</File>
3435			<File
3436				RelativePath="..\..\..\..\lib\multi.c"
3437			>
3438			</File>
3439			<File
3440				RelativePath="..\..\..\..\lib\netrc.c"
3441			>
3442			</File>
3443			<File
3444				RelativePath="..\..\..\..\lib\non-ascii.c"
3445			>
3446			</File>
3447			<File
3448				RelativePath="..\..\..\..\lib\nonblock.c"
3449			>
3450			</File>
3451			<File
3452				RelativePath="..\..\..\..\lib\openldap.c"
3453			>
3454			</File>
3455			<File
3456				RelativePath="..\..\..\..\lib\parsedate.c"
3457			>
3458			</File>
3459			<File
3460				RelativePath="..\..\..\..\lib\pingpong.c"
3461			>
3462			</File>
3463			<File
3464				RelativePath="..\..\..\..\lib\pipeline.c"
3465			>
3466			</File>
3467			<File
3468				RelativePath="..\..\..\..\lib\pop3.c"
3469			>
3470			</File>
3471			<File
3472				RelativePath="..\..\..\..\lib\progress.c"
3473			>
3474			</File>
3475			<File
3476				RelativePath="..\..\..\..\lib\rawstr.c"
3477			>
3478			</File>
3479			<File
3480				RelativePath="..\..\..\..\lib\rtsp.c"
3481			>
3482			</File>
3483			<File
3484				RelativePath="..\..\..\..\lib\security.c"
3485			>
3486			</File>
3487			<File
3488				RelativePath="..\..\..\..\lib\select.c"
3489			>
3490			</File>
3491			<File
3492				RelativePath="..\..\..\..\lib\sendf.c"
3493			>
3494			</File>
3495			<File
3496				RelativePath="..\..\..\..\lib\share.c"
3497			>
3498			</File>
3499			<File
3500				RelativePath="..\..\..\..\lib\slist.c"
3501			>
3502			</File>
3503			<File
3504				RelativePath="..\..\..\..\lib\smtp.c"
3505			>
3506			</File>
3507			<File
3508				RelativePath="..\..\..\..\lib\socks.c"
3509			>
3510			</File>
3511			<File
3512				RelativePath="..\..\..\..\lib\socks_gssapi.c"
3513			>
3514			</File>
3515			<File
3516				RelativePath="..\..\..\..\lib\socks_sspi.c"
3517			>
3518			</File>
3519			<File
3520				RelativePath="..\..\..\..\lib\speedcheck.c"
3521			>
3522			</File>
3523			<File
3524				RelativePath="..\..\..\..\lib\splay.c"
3525			>
3526			</File>
3527			<File
3528				RelativePath="..\..\..\..\lib\ssh.c"
3529			>
3530			</File>
3531			<File
3532				RelativePath="..\..\..\..\lib\strdup.c"
3533			>
3534			</File>
3535			<File
3536				RelativePath="..\..\..\..\lib\strequal.c"
3537			>
3538			</File>
3539			<File
3540				RelativePath="..\..\..\..\lib\strerror.c"
3541			>
3542			</File>
3543			<File
3544				RelativePath="..\..\..\..\lib\strtok.c"
3545			>
3546			</File>
3547			<File
3548				RelativePath="..\..\..\..\lib\strtoofft.c"
3549			>
3550			</File>
3551			<File
3552				RelativePath="..\..\..\..\lib\telnet.c"
3553			>
3554			</File>
3555			<File
3556				RelativePath="..\..\..\..\lib\tftp.c"
3557			>
3558			</File>
3559			<File
3560				RelativePath="..\..\..\..\lib\timeval.c"
3561			>
3562			</File>
3563			<File
3564				RelativePath="..\..\..\..\lib\transfer.c"
3565			>
3566			</File>
3567			<File
3568				RelativePath="..\..\..\..\lib\url.c"
3569			>
3570			</File>
3571			<File
3572				RelativePath="..\..\..\..\lib\version.c"
3573			>
3574			</File>
3575			<File
3576				RelativePath="..\..\..\..\lib\warnless.c"
3577			>
3578			</File>
3579			<File
3580				RelativePath="..\..\..\..\lib\wildcard.c"
3581			>
3582			</File>
3583			<File
3584				RelativePath="..\..\..\..\lib\x509asn1.c"
3585			>
3586			</File>
3587		</Filter>
3588		<Filter
3589			Name="Header Files"
3590			>
3591			<File
3592				RelativePath="..\..\..\..\lib\amigaos.h"
3593			>
3594			</File>
3595			<File
3596				RelativePath="..\..\..\..\lib\arpa_telnet.h"
3597			>
3598			</File>
3599			<File
3600				RelativePath="..\..\..\..\lib\asyn.h"
3601			>
3602			</File>
3603			<File
3604				RelativePath="..\..\..\..\lib\bundles.h"
3605			>
3606			</File>
3607			<File
3608				RelativePath="..\..\..\..\lib\config-win32.h"
3609			>
3610			</File>
3611			<File
3612				RelativePath="..\..\..\..\lib\conncache.h"
3613			>
3614			</File>
3615			<File
3616				RelativePath="..\..\..\..\lib\connect.h"
3617			>
3618			</File>
3619			<File
3620				RelativePath="..\..\..\..\lib\content_encoding.h"
3621			>
3622			</File>
3623			<File
3624				RelativePath="..\..\..\..\lib\cookie.h"
3625			>
3626			</File>
3627			<File
3628				RelativePath="..\..\..\..\lib\curl_addrinfo.h"
3629			>
3630			</File>
3631			<File
3632				RelativePath="..\..\..\..\lib\curl_base64.h"
3633			>
3634			</File>
3635			<File
3636				RelativePath="..\..\..\..\lib\curl_fnmatch.h"
3637			>
3638			</File>
3639			<File
3640				RelativePath="..\..\..\..\lib\curl_gethostname.h"
3641			>
3642			</File>
3643			<File
3644				RelativePath="..\..\..\..\lib\curl_gssapi.h"
3645			>
3646			</File>
3647			<File
3648				RelativePath="..\..\..\..\lib\curl_hmac.h"
3649			>
3650			</File>
3651			<File
3652				RelativePath="..\..\..\..\lib\curl_ldap.h"
3653			>
3654			</File>
3655			<File
3656				RelativePath="..\..\..\..\lib\curl_md4.h"
3657			>
3658			</File>
3659			<File
3660				RelativePath="..\..\..\..\lib\curl_md5.h"
3661			>
3662			</File>
3663			<File
3664				RelativePath="..\..\..\..\lib\curl_memory.h"
3665			>
3666			</File>
3667			<File
3668				RelativePath="..\..\..\..\lib\curl_memrchr.h"
3669			>
3670			</File>
3671			<File
3672				RelativePath="..\..\..\..\lib\curl_multibyte.h"
3673			>
3674			</File>
3675			<File
3676				RelativePath="..\..\..\..\lib\curl_ntlm_core.h"
3677			>
3678			</File>
3679			<File
3680				RelativePath="..\..\..\..\lib\curl_ntlm.h"
3681			>
3682			</File>
3683			<File
3684				RelativePath="..\..\..\..\lib\curl_ntlm_msgs.h"
3685			>
3686			</File>
3687			<File
3688				RelativePath="..\..\..\..\lib\curl_ntlm_wb.h"
3689			>
3690			</File>
3691			<File
3692				RelativePath="..\..\..\..\lib\curl_rtmp.h"
3693			>
3694			</File>
3695			<File
3696				RelativePath="..\..\..\..\lib\curl_sasl.h"
3697			>
3698			</File>
3699			<File
3700				RelativePath="..\..\..\..\lib\curl_sec.h"
3701			>
3702			</File>
3703			<File
3704				RelativePath="..\..\..\..\lib\curl_setup.h"
3705			>
3706			</File>
3707			<File
3708				RelativePath="..\..\..\..\lib\curl_setup_once.h"
3709			>
3710			</File>
3711			<File
3712				RelativePath="..\..\..\..\lib\curl_sspi.h"
3713			>
3714			</File>
3715			<File
3716				RelativePath="..\..\..\..\lib\curl_threads.h"
3717			>
3718			</File>
3719			<File
3720				RelativePath="..\..\..\..\lib\curlx.h"
3721			>
3722			</File>
3723			<File
3724				RelativePath="..\..\..\..\lib\dict.h"
3725			>
3726			</File>
3727			<File
3728				RelativePath="..\..\..\..\lib\dotdot.h"
3729			>
3730			</File>
3731			<File
3732				RelativePath="..\..\..\..\lib\easyif.h"
3733			>
3734			</File>
3735			<File
3736				RelativePath="..\..\..\..\lib\escape.h"
3737			>
3738			</File>
3739			<File
3740				RelativePath="..\..\..\..\lib\file.h"
3741			>
3742			</File>
3743			<File
3744				RelativePath="..\..\..\..\lib\fileinfo.h"
3745			>
3746			</File>
3747			<File
3748				RelativePath="..\..\..\..\lib\formdata.h"
3749			>
3750			</File>
3751			<File
3752				RelativePath="..\..\..\..\lib\ftp.h"
3753			>
3754			</File>
3755			<File
3756				RelativePath="..\..\..\..\lib\ftplistparser.h"
3757			>
3758			</File>
3759			<File
3760				RelativePath="..\..\..\..\lib\getinfo.h"
3761			>
3762			</File>
3763			<File
3764				RelativePath="..\..\..\..\lib\gopher.h"
3765			>
3766			</File>
3767			<File
3768				RelativePath="..\..\..\..\lib\hash.h"
3769			>
3770			</File>
3771			<File
3772				RelativePath="..\..\..\..\lib\hostcheck.h"
3773			>
3774			</File>
3775			<File
3776				RelativePath="..\..\..\..\lib\hostip.h"
3777			>
3778			</File>
3779			<File
3780				RelativePath="..\..\..\..\lib\http2.h"
3781			>
3782			</File>
3783			<File
3784				RelativePath="..\..\..\..\lib\http_chunks.h"
3785			>
3786			</File>
3787			<File
3788				RelativePath="..\..\..\..\lib\http_digest.h"
3789			>
3790			</File>
3791			<File
3792				RelativePath="..\..\..\..\lib\http.h"
3793			>
3794			</File>
3795			<File
3796				RelativePath="..\..\..\..\lib\http_negotiate.h"
3797			>
3798			</File>
3799			<File
3800				RelativePath="..\..\..\..\lib\http_proxy.h"
3801			>
3802			</File>
3803			<File
3804				RelativePath="..\..\..\..\lib\if2ip.h"
3805			>
3806			</File>
3807			<File
3808				RelativePath="..\..\..\..\lib\imap.h"
3809			>
3810			</File>
3811			<File
3812				RelativePath="..\..\..\..\lib\inet_ntop.h"
3813			>
3814			</File>
3815			<File
3816				RelativePath="..\..\..\..\lib\inet_pton.h"
3817			>
3818			</File>
3819			<File
3820				RelativePath="..\..\..\..\lib\llist.h"
3821			>
3822			</File>
3823			<File
3824				RelativePath="..\..\..\..\lib\memdebug.h"
3825			>
3826			</File>
3827			<File
3828				RelativePath="..\..\..\..\lib\multihandle.h"
3829			>
3830			</File>
3831			<File
3832				RelativePath="..\..\..\..\lib\multiif.h"
3833			>
3834			</File>
3835			<File
3836				RelativePath="..\..\..\..\lib\netrc.h"
3837			>
3838			</File>
3839			<File
3840				RelativePath="..\..\..\..\lib\non-ascii.h"
3841			>
3842			</File>
3843			<File
3844				RelativePath="..\..\..\..\lib\nonblock.h"
3845			>
3846			</File>
3847			<File
3848				RelativePath="..\..\..\..\lib\parsedate.h"
3849			>
3850			</File>
3851			<File
3852				RelativePath="..\..\..\..\lib\pingpong.h"
3853			>
3854			</File>
3855			<File
3856				RelativePath="..\..\..\..\lib\pipeline.h"
3857			>
3858			</File>
3859			<File
3860				RelativePath="..\..\..\..\lib\pop3.h"
3861			>
3862			</File>
3863			<File
3864				RelativePath="..\..\..\..\lib\progress.h"
3865			>
3866			</File>
3867			<File
3868				RelativePath="..\..\..\..\lib\rawstr.h"
3869			>
3870			</File>
3871			<File
3872				RelativePath="..\..\..\..\lib\rtsp.h"
3873			>
3874			</File>
3875			<File
3876				RelativePath="..\..\..\..\lib\select.h"
3877			>
3878			</File>
3879			<File
3880				RelativePath="..\..\..\..\lib\sendf.h"
3881			>
3882			</File>
3883			<File
3884				RelativePath="..\..\..\..\lib\setup-vms.h"
3885			>
3886			</File>
3887			<File
3888				RelativePath="..\..\..\..\lib\share.h"
3889			>
3890			</File>
3891			<File
3892				RelativePath="..\..\..\..\lib\sigpipe.h"
3893			>
3894			</File>
3895			<File
3896				RelativePath="..\..\..\..\lib\slist.h"
3897			>
3898			</File>
3899			<File
3900				RelativePath="..\..\..\..\lib\smtp.h"
3901			>
3902			</File>
3903			<File
3904				RelativePath="..\..\..\..\lib\sockaddr.h"
3905			>
3906			</File>
3907			<File
3908				RelativePath="..\..\..\..\lib\socks.h"
3909			>
3910			</File>
3911			<File
3912				RelativePath="..\..\..\..\lib\speedcheck.h"
3913			>
3914			</File>
3915			<File
3916				RelativePath="..\..\..\..\lib\splay.h"
3917			>
3918			</File>
3919			<File
3920				RelativePath="..\..\..\..\lib\ssh.h"
3921			>
3922			</File>
3923			<File
3924				RelativePath="..\..\..\..\lib\strdup.h"
3925			>
3926			</File>
3927			<File
3928				RelativePath="..\..\..\..\lib\strequal.h"
3929			>
3930			</File>
3931			<File
3932				RelativePath="..\..\..\..\lib\strerror.h"
3933			>
3934			</File>
3935			<File
3936				RelativePath="..\..\..\..\lib\strtok.h"
3937			>
3938			</File>
3939			<File
3940				RelativePath="..\..\..\..\lib\strtoofft.h"
3941			>
3942			</File>
3943			<File
3944				RelativePath="..\..\..\..\lib\telnet.h"
3945			>
3946			</File>
3947			<File
3948				RelativePath="..\..\..\..\lib\tftp.h"
3949			>
3950			</File>
3951			<File
3952				RelativePath="..\..\..\..\lib\timeval.h"
3953			>
3954			</File>
3955			<File
3956				RelativePath="..\..\..\..\lib\transfer.h"
3957			>
3958			</File>
3959			<File
3960				RelativePath="..\..\..\..\lib\urldata.h"
3961			>
3962			</File>
3963			<File
3964				RelativePath="..\..\..\..\lib\url.h"
3965			>
3966			</File>
3967			<File
3968				RelativePath="..\..\..\..\lib\warnless.h"
3969			>
3970			</File>
3971			<File
3972				RelativePath="..\..\..\..\lib\wildcard.h"
3973			>
3974			</File>
3975			<File
3976				RelativePath="..\..\..\..\lib\x509asn1.h"
3977			>
3978			</File>
3979		</Filter>
3980		<Filter
3981			Name="Resource Files"
3982			>
3983			<File
3984				RelativePath="..\..\..\..\lib\libcurl.rc"
3985			>
3986			</File>
3987		</Filter>
3988		<Filter
3989			Name="vtls"
3990			>
3991			<Filter
3992				Name="Source Files"
3993				>
3994				<File
3995					RelativePath="..\..\..\..\lib\vtls\axtls.c"
3996				>
3997				</File>
3998				<File
3999					RelativePath="..\..\..\..\lib\vtls\curl_darwinssl.c"
4000				>
4001				</File>
4002				<File
4003					RelativePath="..\..\..\..\lib\vtls\curl_schannel.c"
4004				>
4005				</File>
4006				<File
4007					RelativePath="..\..\..\..\lib\vtls\cyassl.c"
4008				>
4009				</File>
4010				<File
4011					RelativePath="..\..\..\..\lib\vtls\gskit.c"
4012				>
4013				</File>
4014				<File
4015					RelativePath="..\..\..\..\lib\vtls\gtls.c"
4016				>
4017				</File>
4018				<File
4019					RelativePath="..\..\..\..\lib\vtls\nss.c"
4020				>
4021				</File>
4022				<File
4023					RelativePath="..\..\..\..\lib\vtls\openssl.c"
4024				>
4025				</File>
4026				<File
4027					RelativePath="..\..\..\..\lib\vtls\polarssl.c"
4028				>
4029				</File>
4030				<File
4031					RelativePath="..\..\..\..\lib\vtls\polarssl_threadlock.c"
4032				>
4033				</File>
4034				<File
4035					RelativePath="..\..\..\..\lib\vtls\qssl.c"
4036				>
4037				</File>
4038				<File
4039					RelativePath="..\..\..\..\lib\vtls\vtls.c"
4040				>
4041				</File>
4042			</Filter>
4043			<Filter
4044				Name="Header Files"
4045				>
4046				<File
4047					RelativePath="..\..\..\..\lib\vtls\axtls.h"
4048				>
4049				</File>
4050				<File
4051					RelativePath="..\..\..\..\lib\vtls\curl_darwinssl.h"
4052				>
4053				</File>
4054				<File
4055					RelativePath="..\..\..\..\lib\vtls\curl_schannel.h"
4056				>
4057				</File>
4058				<File
4059					RelativePath="..\..\..\..\lib\vtls\cyassl.h"
4060				>
4061				</File>
4062				<File
4063					RelativePath="..\..\..\..\lib\vtls\gskit.h"
4064				>
4065				</File>
4066				<File
4067					RelativePath="..\..\..\..\lib\vtls\gtls.h"
4068				>
4069				</File>
4070				<File
4071					RelativePath="..\..\..\..\lib\vtls\nssg.h"
4072				>
4073				</File>
4074				<File
4075					RelativePath="..\..\..\..\lib\vtls\openssl.h"
4076				>
4077				</File>
4078				<File
4079					RelativePath="..\..\..\..\lib\vtls\polarssl.h"
4080				>
4081				</File>
4082				<File
4083					RelativePath="..\..\..\..\lib\vtls\polarssl_threadlock.h"
4084				>
4085				</File>
4086				<File
4087					RelativePath="..\..\..\..\lib\vtls\qssl.h"
4088				>
4089				</File>
4090				<File
4091					RelativePath="..\..\..\..\lib\vtls\vtls.h"
4092				>
4093				</File>
4094			</Filter>
4095		</Filter>
4096	</Files>
4097	<Globals>
4098	</Globals>
4099</VisualStudioProject>
4100