summaryrefslogtreecommitdiffstats
path: root/tinyHTTP/tinyHTTP.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tinyHTTP/tinyHTTP.vcproj')
-rw-r--r--tinyHTTP/tinyHTTP.vcproj617
1 files changed, 617 insertions, 0 deletions
diff --git a/tinyHTTP/tinyHTTP.vcproj b/tinyHTTP/tinyHTTP.vcproj
new file mode 100644
index 0000000..8e6b503
--- /dev/null
+++ b/tinyHTTP/tinyHTTP.vcproj
@@ -0,0 +1,617 @@
+<?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"
+ />
+ <Platform
+ Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ />
+ </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="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ OutputDirectory="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
+ IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;$(DOUBANGO_HOME)\thirdparties\win32\include&quot;;&quot;$(DOUBANGO_HOME)\tinyHTTP\include&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;;&quot;$(DOUBANGO_HOME)\tinyNET\src&quot;"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYHTTP_EXPORTS;_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
+ MinimalRebuild="true"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ 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="8"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory="%CSIDL_PROGRAM_FILES%\test"
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </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="2"
+ EnableIntrinsicFunctions="false"
+ 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>
+ <Configuration
+ Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ OutputDirectory="$(SolutionDir)Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+ IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </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_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_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_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_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>
+ </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_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_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>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud