ithewei 5 年之前
父節點
當前提交
1daa1e5de9
共有 4 個文件被更改,包括 10 次插入450 次删除
  1. 10 4
      BUILD.md
  2. 0 148
      winbuild/libhv/httpd.vcxproj
  3. 0 41
      winbuild/libhv/libhv.sln
  4. 0 257
      winbuild/libhv/libhv.vcxproj

+ 10 - 4
BUILD.md

@@ -22,10 +22,6 @@ export CROSS_COMPILE=arm-linux-androideabi-
 make
 make
 ```
 ```
 
 
-## Windows
-### MSVC
-winbuild/libhv/libhv.sln
-
 ### mingw
 ### mingw
 see CROSS_COMPILE
 see CROSS_COMPILE
 
 
@@ -37,3 +33,13 @@ export CROSS_COMPILE=x86_64-w64-mingw32-
 ./configure
 ./configure
 make
 make
 ```
 ```
+
+## cmake
+```
+mkdir build
+cd build
+cmake ..
+make libhv
+make unittest
+make examples
+```

+ 0 - 148
winbuild/libhv/httpd.vcxproj

@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ItemGroup Label="ProjectConfigurations">
-    <ProjectConfiguration Include="Debug|Win32">
-      <Configuration>Debug</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|Win32">
-      <Configuration>Release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Debug|x64">
-      <Configuration>Debug</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|x64">
-      <Configuration>Release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-  </ItemGroup>
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}</ProjectGuid>
-    <RootNamespace>httpd</RootNamespace>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
-    <ConfigurationType>Application</ConfigurationType>
-    <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
-    <ConfigurationType>Application</ConfigurationType>
-    <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
-    <ConfigurationType>Application</ConfigurationType>
-    <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
-    <ConfigurationType>Application</ConfigurationType>
-    <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ImportGroup Label="ExtensionSettings">
-  </ImportGroup>
-  <ImportGroup Label="Shared">
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <PropertyGroup Label="UserMacros" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <OutDir>../../bin</OutDir>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <OutDir>../../bin</OutDir>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <OutDir>../../bin</OutDir>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <OutDir>../../bin</OutDir>
-  </PropertyGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>Disabled</Optimization>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>libhv.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
-    </Link>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>Disabled</Optimization>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>libhv.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>x64/Debug</AdditionalLibraryDirectories>
-    </Link>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>MaxSpeed</Optimization>
-      <FunctionLevelLinking>true</FunctionLevelLinking>
-      <IntrinsicFunctions>true</IntrinsicFunctions>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-    </ClCompile>
-    <Link>
-      <EnableCOMDATFolding>true</EnableCOMDATFolding>
-      <OptimizeReferences>true</OptimizeReferences>
-      <AdditionalDependencies>libhv.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
-    </Link>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>MaxSpeed</Optimization>
-      <FunctionLevelLinking>true</FunctionLevelLinking>
-      <IntrinsicFunctions>true</IntrinsicFunctions>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-    </ClCompile>
-    <Link>
-      <EnableCOMDATFolding>true</EnableCOMDATFolding>
-      <OptimizeReferences>true</OptimizeReferences>
-      <AdditionalDependencies>libhv.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>x64/Release</AdditionalLibraryDirectories>
-    </Link>
-  </ItemDefinitionGroup>
-  <ItemGroup>
-    <ClInclude Include="..\..\examples\httpd\http_api_test.h" />
-  </ItemGroup>
-  <ItemGroup>
-    <ClCompile Include="..\..\examples\httpd\httpd.cpp" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-  <ImportGroup Label="ExtensionTargets">
-  </ImportGroup>
-</Project>

+ 0 - 41
winbuild/libhv/libhv.sln

@@ -1,41 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhv", "libhv.vcxproj", "{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "httpd", "httpd.vcxproj", "{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}"
-	ProjectSection(ProjectDependencies) = postProject
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26} = {1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}
-	EndProjectSection
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|x64 = Debug|x64
-		Debug|x86 = Debug|x86
-		Release|x64 = Release|x64
-		Release|x86 = Release|x86
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Debug|x64.ActiveCfg = Debug|x64
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Debug|x64.Build.0 = Debug|x64
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Debug|x86.ActiveCfg = Debug|Win32
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Debug|x86.Build.0 = Debug|Win32
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Release|x64.ActiveCfg = Release|x64
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Release|x64.Build.0 = Release|x64
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Release|x86.ActiveCfg = Release|Win32
-		{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}.Release|x86.Build.0 = Release|Win32
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Debug|x64.ActiveCfg = Debug|x64
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Debug|x64.Build.0 = Debug|x64
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Debug|x86.ActiveCfg = Debug|Win32
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Debug|x86.Build.0 = Debug|Win32
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Release|x64.ActiveCfg = Release|x64
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Release|x64.Build.0 = Release|x64
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Release|x86.ActiveCfg = Release|Win32
-		{2B4D6030-BE97-4D00-ABFF-B71EF868F1B5}.Release|x86.Build.0 = Release|Win32
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal

+ 0 - 257
winbuild/libhv/libhv.vcxproj

@@ -1,257 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ItemGroup Label="ProjectConfigurations">
-    <ProjectConfiguration Include="Debug|Win32">
-      <Configuration>Debug</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|Win32">
-      <Configuration>Release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Debug|x64">
-      <Configuration>Debug</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|x64">
-      <Configuration>Release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-  </ItemGroup>
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{1F0DF7C6-FF67-4EFE-B4E7-41233C726D26}</ProjectGuid>
-    <RootNamespace>libhv</RootNamespace>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
-    <ConfigurationType>StaticLibrary</ConfigurationType>
-    <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
-    <ConfigurationType>StaticLibrary</ConfigurationType>
-    <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
-    <ConfigurationType>StaticLibrary</ConfigurationType>
-    <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
-    <ConfigurationType>StaticLibrary</ConfigurationType>
-    <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-    <CharacterSet>MultiByte</CharacterSet>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ImportGroup Label="ExtensionSettings">
-  </ImportGroup>
-  <ImportGroup Label="Shared">
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <PropertyGroup Label="UserMacros" />
-  <PropertyGroup />
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>Disabled</Optimization>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;../../protocol</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <DisableSpecificWarnings>4996</DisableSpecificWarnings>
-    </ClCompile>
-    <Lib>
-      <AdditionalLibraryDirectories>../../lib;../../3rd/lib;</AdditionalLibraryDirectories>
-    </Lib>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>Disabled</Optimization>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;../../protocol</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <DisableSpecificWarnings>4996</DisableSpecificWarnings>
-    </ClCompile>
-    <Lib>
-      <AdditionalLibraryDirectories>../../lib;../../3rd/lib;</AdditionalLibraryDirectories>
-    </Lib>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>MaxSpeed</Optimization>
-      <FunctionLevelLinking>true</FunctionLevelLinking>
-      <IntrinsicFunctions>true</IntrinsicFunctions>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;../../protocol</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <DisableSpecificWarnings>4996</DisableSpecificWarnings>
-    </ClCompile>
-    <Link>
-      <EnableCOMDATFolding>true</EnableCOMDATFolding>
-      <OptimizeReferences>true</OptimizeReferences>
-    </Link>
-    <Lib>
-      <AdditionalLibraryDirectories>../../lib;../../3rd/lib;</AdditionalLibraryDirectories>
-    </Lib>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <ClCompile>
-      <WarningLevel>Level3</WarningLevel>
-      <Optimization>MaxSpeed</Optimization>
-      <FunctionLevelLinking>true</FunctionLevelLinking>
-      <IntrinsicFunctions>true</IntrinsicFunctions>
-      <SDLCheck>true</SDLCheck>
-      <AdditionalIncludeDirectories>../../;../../include;../../3rd/include;../../base;../../event;../../utils;../../http;../../http/client;../../http/server;../../protocol</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <DisableSpecificWarnings>4996</DisableSpecificWarnings>
-    </ClCompile>
-    <Link>
-      <EnableCOMDATFolding>true</EnableCOMDATFolding>
-      <OptimizeReferences>true</OptimizeReferences>
-    </Link>
-    <Lib>
-      <AdditionalLibraryDirectories>../../lib;../../3rd/lib;</AdditionalLibraryDirectories>
-    </Lib>
-  </ItemDefinitionGroup>
-  <ItemGroup>
-    <ClInclude Include="..\..\base\array.h" />
-    <ClInclude Include="..\..\base\hbase.h" />
-    <ClInclude Include="..\..\base\hbuf.h" />
-    <ClInclude Include="..\..\base\hdef.h" />
-    <ClInclude Include="..\..\base\hdir.h" />
-    <ClInclude Include="..\..\base\heap.h" />
-    <ClInclude Include="..\..\base\herr.h" />
-    <ClInclude Include="..\..\base\hfile.h" />
-    <ClInclude Include="..\..\base\hgui.h" />
-    <ClInclude Include="..\..\base\hlog.h" />
-    <ClInclude Include="..\..\base\hmath.h" />
-    <ClInclude Include="..\..\base\hmutex.h" />
-    <ClInclude Include="..\..\base\hobj.h" />
-    <ClInclude Include="..\..\base\hplatform.h" />
-    <ClInclude Include="..\..\base\hproc.h" />
-    <ClInclude Include="..\..\base\hscope.h" />
-    <ClInclude Include="..\..\base\hsocket.h" />
-    <ClInclude Include="..\..\base\hstring.h" />
-    <ClInclude Include="..\..\base\hsysinfo.h" />
-    <ClInclude Include="..\..\base\hthread.h" />
-    <ClInclude Include="..\..\base\hthreadpool.h" />
-    <ClInclude Include="..\..\base\htime.h" />
-    <ClInclude Include="..\..\base\hurl.h" />
-    <ClInclude Include="..\..\base\hvar.h" />
-    <ClInclude Include="..\..\base\hversion.h" />
-    <ClInclude Include="..\..\base\ifconfig.h" />
-    <ClInclude Include="..\..\base\list.h" />
-    <ClInclude Include="..\..\base\netinet.h" />
-    <ClInclude Include="..\..\base\queue.h" />
-    <ClInclude Include="..\..\base\ssl_ctx.h" />
-    <ClInclude Include="..\..\event\hevent.h" />
-    <ClInclude Include="..\..\event\hloop.h" />
-    <ClInclude Include="..\..\event\iowatcher.h" />
-    <ClInclude Include="..\..\event\nlog.h" />
-    <ClInclude Include="..\..\event\nmap.h" />
-    <ClInclude Include="..\..\event\overlapio.h" />
-    <ClInclude Include="..\..\h.h" />
-    <ClInclude Include="..\..\hconfig.h" />
-    <ClInclude Include="..\..\http\client\http_client.h" />
-    <ClInclude Include="..\..\http\grpcdef.h" />
-    <ClInclude Include="..\..\http\Http1Session.h" />
-    <ClInclude Include="..\..\http\http2def.h" />
-    <ClInclude Include="..\..\http\Http2Session.h" />
-    <ClInclude Include="..\..\http\httpdef.h" />
-    <ClInclude Include="..\..\http\HttpMessage.h" />
-    <ClInclude Include="..\..\http\HttpSession.h" />
-    <ClInclude Include="..\..\http\http_content.h" />
-    <ClInclude Include="..\..\http\http_parser.h" />
-    <ClInclude Include="..\..\http\multipart_parser.h" />
-    <ClInclude Include="..\..\http\server\FileCache.h" />
-    <ClInclude Include="..\..\http\server\HttpHandler.h" />
-    <ClInclude Include="..\..\http\server\HttpService.h" />
-    <ClInclude Include="..\..\http\server\http_server.h" />
-    <ClInclude Include="..\..\protocol\dns.h" />
-    <ClInclude Include="..\..\protocol\ftp.h" />
-    <ClInclude Include="..\..\protocol\icmp.h" />
-    <ClInclude Include="..\..\protocol\smtp.h" />
-    <ClInclude Include="..\..\utils\base64.h" />
-    <ClInclude Include="..\..\utils\hbytearray.h" />
-    <ClInclude Include="..\..\utils\hendian.h" />
-    <ClInclude Include="..\..\utils\hmain.h" />
-    <ClInclude Include="..\..\utils\htask.h" />
-    <ClInclude Include="..\..\utils\iniparser.h" />
-    <ClInclude Include="..\..\utils\json.hpp" />
-    <ClInclude Include="..\..\utils\md5.h" />
-    <ClInclude Include="..\..\utils\singleton.h" />
-    <ClInclude Include="..\..\utils\task_queue.h" />
-  </ItemGroup>
-  <ItemGroup>
-    <ClCompile Include="..\..\base\hbase.c" />
-    <ClCompile Include="..\..\base\hdir.cpp" />
-    <ClCompile Include="..\..\base\herr.c" />
-    <ClCompile Include="..\..\base\hlog.c" />
-    <ClCompile Include="..\..\base\hsocket.c" />
-    <ClCompile Include="..\..\base\hstring.cpp" />
-    <ClCompile Include="..\..\base\htime.c" />
-    <ClCompile Include="..\..\base\hurl.cpp" />
-    <ClCompile Include="..\..\base\hversion.c" />
-    <ClCompile Include="..\..\base\ifconfig.cpp" />
-    <ClCompile Include="..\..\base\RAII.cpp" />
-    <ClCompile Include="..\..\base\ssl_ctx.c" />
-    <ClCompile Include="..\..\event\epoll.c" />
-    <ClCompile Include="..\..\event\evport.c" />
-    <ClCompile Include="..\..\event\hevent.c" />
-    <ClCompile Include="..\..\event\hloop.c" />
-    <ClCompile Include="..\..\event\iocp.c" />
-    <ClCompile Include="..\..\event\kqueue.c" />
-    <ClCompile Include="..\..\event\nio.c" />
-    <ClCompile Include="..\..\event\nlog.c" />
-    <ClCompile Include="..\..\event\nmap.cpp" />
-    <ClCompile Include="..\..\event\noevent.c" />
-    <ClCompile Include="..\..\event\overlapio.c" />
-    <ClCompile Include="..\..\event\poll.c" />
-    <ClCompile Include="..\..\event\select.c" />
-    <ClCompile Include="..\..\http\client\http_client.cpp" />
-    <ClCompile Include="..\..\http\Http1Session.cpp" />
-    <ClCompile Include="..\..\http\Http2Session.cpp" />
-    <ClCompile Include="..\..\http\httpdef.c" />
-    <ClCompile Include="..\..\http\HttpMessage.cpp" />
-    <ClCompile Include="..\..\http\HttpSession.cpp" />
-    <ClCompile Include="..\..\http\http_content.cpp" />
-    <ClCompile Include="..\..\http\http_parser.c" />
-    <ClCompile Include="..\..\http\multipart_parser.c" />
-    <ClCompile Include="..\..\http\server\FileCache.cpp" />
-    <ClCompile Include="..\..\http\server\HttpHandler.cpp" />
-    <ClCompile Include="..\..\http\server\HttpServer.cpp" />
-    <ClCompile Include="..\..\http\server\HttpService.cpp" />
-    <ClCompile Include="..\..\http\server\http_page.cpp" />
-    <ClCompile Include="..\..\protocol\dns.c" />
-    <ClCompile Include="..\..\protocol\ftp.c" />
-    <ClCompile Include="..\..\protocol\icmp.c" />
-    <ClCompile Include="..\..\protocol\smtp.c" />
-    <ClCompile Include="..\..\utils\base64.c" />
-    <ClCompile Include="..\..\utils\hmain.cpp" />
-    <ClCompile Include="..\..\utils\iniparser.cpp" />
-    <ClCompile Include="..\..\utils\md5.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-  <ImportGroup Label="ExtensionTargets">
-  </ImportGroup>
-</Project>