123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="tinyHTTP"
- ProjectGUID="{B3E45009-C7C3-4090-837C-2D30C9058443}"
- RootNamespace="tinyHTTP"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinyHTTP\include;..\tinySAK\src;..\tinyNET\src"
- PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS;_WIN32_WINNT 0x0501"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- WarnAsError="true"
- DebugInformationFormat="4"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=""..\thirdparties\win32\include";"..\tinyHTTP\include";"..\tinySAK\src";"..\tinyNET\src""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="false"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- WarnAsError="true"
- DebugInformationFormat="0"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="MSVCRTD"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="source(*.c)"
- >
- <File
- RelativePath=".\src\thttp.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_action.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_dialog.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_event.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_message.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_proxy_node_plugin.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_session.c"
- >
- </File>
- <File
- RelativePath=".\src\thttp_url.c"
- >
- </File>
- <Filter
- Name="auth"
- >
- <File
- RelativePath=".\src\auth\thttp_auth.c"
- >
- </File>
- <File
- RelativePath=".\src\auth\thttp_challenge.c"
- >
- </File>
- </Filter>
- <Filter
- Name="headers"
- >
- <File
- RelativePath=".\src\headers\thttp_header.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Authorization.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Content_Length.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Content_Type.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Dummy.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_ETag.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Accept.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Key.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Protocol.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Version.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_Transfer_Encoding.c"
- >
- </File>
- <File
- RelativePath=".\src\headers\thttp_header_WWW_Authenticate.c"
- >
- </File>
- </Filter>
- <Filter
- Name="parsers"
- >
- <File
- RelativePath=".\src\parsers\thttp_parser_header.c"
- >
- </File>
- <File
- RelativePath=".\src\parsers\thttp_parser_message.c"
- >
- </File>
- <File
- RelativePath=".\src\parsers\thttp_parser_url.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="include(*.h)"
- >
- <File
- RelativePath=".\include\thttp.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_action.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_dialog.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_event.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_message.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp\thttp_proxy_node_plugin.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_session.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\thttp_url.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp_config.h"
- >
- </File>
- <Filter
- Name="auth"
- >
- <File
- RelativePath=".\include\tinyHTTP\auth\thttp_auth.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\auth\thttp_challenge.h"
- >
- </File>
- </Filter>
- <Filter
- Name="headers"
- >
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_Authorization.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Length.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Type.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_Dummy.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_ETag.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Accept.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Key.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Protocol.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Version.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_Transfer_Encoding.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\headers\thttp_header_WWW_Authenticate.h"
- >
- </File>
- </Filter>
- <Filter
- Name="parsers"
- >
- <File
- RelativePath=".\include\tinyHTTP\parsers\thttp_parser_header.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\parsers\thttp_parser_message.h"
- >
- </File>
- <File
- RelativePath=".\include\tinyHTTP\parsers\thttp_parser_url.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="abnf(*.abnf)"
- >
- <File
- RelativePath=".\abnf\http.abnf"
- >
- </File>
- <File
- RelativePath=".\abnf\httpauth.abnf"
- >
- </File>
- <File
- RelativePath=".\abnf\uri.abnf"
- >
- </File>
- <File
- RelativePath=".\abnf\ws.abnf"
- >
- </File>
- </Filter>
- <Filter
- Name="ragel(*.rl)"
- >
- <File
- RelativePath=".\ragel\thttp_machine_header.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_machine_message.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_machine_utils.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_machine_ws.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Authorization.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Content_Length.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Content_Type.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Dummy.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_ETag.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Accept.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Key.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Protocol.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Version.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_Transfer_Encoding.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_header_WWW_Authenticate.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_message.rl"
- >
- </File>
- <File
- RelativePath=".\ragel\thttp_parser_url.rl"
- >
- </File>
- </Filter>
- <Filter
- Name="resources(*.rc)"
- >
- <File
- RelativePath=".\version.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|