123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- <?xml version="1.0" encoding = "Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="curllib"
- ProjectGUID="{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}"
- SccProjectName=""
- SccAuxPath=""
- SccLocalPath=""
- SccProvider="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CURLLIB_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- PrecompiledHeaderFile=".\Debug/curllib.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/curl.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/curllib.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CURLLIB_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="4"
- EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile=".\Release/curllib.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/curl.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/curllib.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\base64.c">
- </File>
- <File
- RelativePath=".\connect.c">
- </File>
- <File
- RelativePath=".\cookie.c">
- </File>
- <File
- RelativePath=".\dict.c">
- </File>
- <File
- RelativePath=".\easy.c">
- </File>
- <File
- RelativePath=".\escape.c">
- </File>
- <File
- RelativePath=".\file.c">
- </File>
- <File
- RelativePath=".\formdata.c">
- </File>
- <File
- RelativePath=".\ftp.c">
- </File>
- <File
- RelativePath=".\getdate.c">
- </File>
- <File
- RelativePath=".\getenv.c">
- </File>
- <File
- RelativePath=".\getinfo.c">
- </File>
- <File
- RelativePath=".\hash.c">
- </File>
- <File
- RelativePath=".\hostip.c">
- </File>
- <File
- RelativePath=".\http.c">
- </File>
- <File
- RelativePath=".\http_chunks.c">
- </File>
- <File
- RelativePath=".\if2ip.c">
- </File>
- <File
- RelativePath=".\krb4.c">
- </File>
- <File
- RelativePath=".\ldap.c">
- </File>
- <File
- RelativePath=".\libcurl.def">
- </File>
- <File
- RelativePath=".\llist.c">
- </File>
- <File
- RelativePath=".\memdebug.c">
- </File>
- <File
- RelativePath=".\mprintf.c">
- </File>
- <File
- RelativePath=".\multi.c">
- </File>
- <File
- RelativePath=".\netrc.c">
- </File>
- <File
- RelativePath=".\progress.c">
- </File>
- <File
- RelativePath=".\security.c">
- </File>
- <File
- RelativePath=".\sendf.c">
- </File>
- <File
- RelativePath=".\share.c">
- </File>
- <File
- RelativePath=".\speedcheck.c">
- </File>
- <File
- RelativePath=".\ssluse.c">
- </File>
- <File
- RelativePath=".\strequal.c">
- </File>
- <File
- RelativePath=".\strtok.c">
- </File>
- <File
- RelativePath=".\telnet.c">
- </File>
- <File
- RelativePath=".\timeval.c">
- </File>
- <File
- RelativePath=".\transfer.c">
- </File>
- <File
- RelativePath=".\url.c">
- </File>
- <File
- RelativePath=".\version.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\arpa_telnet.h">
- </File>
- <File
- RelativePath=".\base64.h">
- </File>
- <File
- RelativePath=".\connect.h">
- </File>
- <File
- RelativePath=".\cookie.h">
- </File>
- <File
- RelativePath=".\dict.h">
- </File>
- <File
- RelativePath=".\escape.h">
- </File>
- <File
- RelativePath=".\file.h">
- </File>
- <File
- RelativePath=".\formdata.h">
- </File>
- <File
- RelativePath=".\ftp.h">
- </File>
- <File
- RelativePath=".\getdate.h">
- </File>
- <File
- RelativePath=".\hostip.h">
- </File>
- <File
- RelativePath=".\http.h">
- </File>
- <File
- RelativePath=".\http_chunks.h">
- </File>
- <File
- RelativePath=".\http_digest.c">
- </File>
- <File
- RelativePath=".\http_digest.h">
- </File>
- <File
- RelativePath=".\http_ntlm.c">
- </File>
- <File
- RelativePath=".\http_ntlm.h">
- </File>
- <File
- RelativePath=".\if2ip.h">
- </File>
- <File
- RelativePath=".\inet_ntoa_r.h">
- </File>
- <File
- RelativePath=".\inet_pton.c">
- </File>
- <File
- RelativePath=".\inet_pton.h">
- </File>
- <File
- RelativePath=".\krb4.h">
- </File>
- <File
- RelativePath=".\ldap.h">
- </File>
- <File
- RelativePath=".\md5.c">
- </File>
- <File
- RelativePath=".\md5.h">
- </File>
- <File
- RelativePath=".\memdebug.h">
- </File>
- <File
- RelativePath=".\netrc.h">
- </File>
- <File
- RelativePath=".\progress.h">
- </File>
- <File
- RelativePath=".\security.h">
- </File>
- <File
- RelativePath=".\sendf.h">
- </File>
- <File
- RelativePath=".\setup.h">
- </File>
- <File
- RelativePath=".\speedcheck.h">
- </File>
- <File
- RelativePath=".\ssluse.h">
- </File>
- <File
- RelativePath=".\strequal.h">
- </File>
- <File
- RelativePath=".\strtok.h">
- </File>
- <File
- RelativePath=".\telnet.h">
- </File>
- <File
- RelativePath=".\timeval.h">
- </File>
- <File
- RelativePath=".\transfer.h">
- </File>
- <File
- RelativePath=".\url.h">
- </File>
- <File
- RelativePath=".\urldata.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|