doubango/tinyHTTP/tinyHTTP.vcproj

525 lines
10 KiB
XML
Executable File

<?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="&quot;..\thirdparties\win32\include&quot;;&quot;..\tinyHTTP\include&quot;;&quot;..\tinySAK\src&quot;;&quot;..\tinyNET\src&quot;"
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>