|
|
@@ -0,0 +1,233 @@
|
|
|
+<?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>libhw</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;</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;</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;</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;</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\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\hvar.h" />
|
|
|
+ <ClInclude Include="..\..\base\hversion.h" />
|
|
|
+ <ClInclude Include="..\..\base\list.h" />
|
|
|
+ <ClInclude Include="..\..\base\netinet.h" />
|
|
|
+ <ClInclude Include="..\..\base\queue.h" />
|
|
|
+ <ClInclude Include="..\..\event\hevent.h" />
|
|
|
+ <ClInclude Include="..\..\event\hio.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\HttpParser.h" />
|
|
|
+ <ClInclude Include="..\..\http\HttpRequest.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="..\..\utils\base64.h" />
|
|
|
+ <ClInclude Include="..\..\utils\hbytearray.h" />
|
|
|
+ <ClInclude Include="..\..\utils\hendian.h" />
|
|
|
+ <ClInclude Include="..\..\utils\hframe.h" />
|
|
|
+ <ClInclude Include="..\..\utils\hgl.h" />
|
|
|
+ <ClInclude Include="..\..\utils\hmain.h" />
|
|
|
+ <ClInclude Include="..\..\utils\htask.h" />
|
|
|
+ <ClInclude Include="..\..\utils\ifconfig.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\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\hversion.c" />
|
|
|
+ <ClCompile Include="..\..\base\RAII.cpp" />
|
|
|
+ <ClCompile Include="..\..\event\epoll.c" />
|
|
|
+ <ClCompile Include="..\..\event\evport.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\HttpParser.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\http_content.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\http_parser.c" />
|
|
|
+ <ClCompile Include="..\..\http\multipart_parser.c" />
|
|
|
+ <ClCompile Include="..\..\http\server\http_server.cpp" />
|
|
|
+ <ClCompile Include="..\..\utils\base64.c" />
|
|
|
+ <ClCompile Include="..\..\utils\hframe.cpp" />
|
|
|
+ <ClCompile Include="..\..\utils\hmain.cpp" />
|
|
|
+ <ClCompile Include="..\..\utils\ifconfig.cpp" />
|
|
|
+ <ClCompile Include="..\..\utils\iniparser.cpp" />
|
|
|
+ <ClCompile Include="..\..\utils\md5.c" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|