2 Star 4 Fork 1

无趣的人民艺术家 / MuduoReactor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
reactor.vcxproj 7.32 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{0DF78200-CA6C-4092-84D9-EED9973ACB34}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="base\logging.cpp" />
<ClCompile Include="base\logstream.cpp" />
<ClCompile Include="base\main.cpp" />
<ClCompile Include="base\timestamp.cpp" />
<ClCompile Include="build\cmakefiles\3.5.1\compileridcxx\CMakeCXXCompilerId.cpp" />
<ClCompile Include="build\cmakefiles\3.5.1\compileridc\CMakeCCompilerId.c" />
<ClCompile Include="build\cmakefiles\feature_tests.c" />
<ClCompile Include="build\cmakefiles\feature_tests.cxx" />
<ClCompile Include="examples\hub\codec.cc" />
<ClCompile Include="examples\hub\hub.cc" />
<ClCompile Include="examples\hub\pubsub.cc" />
<ClCompile Include="examples\multiplexer\multiplexer.cc" />
<ClCompile Include="examples\multiplexer\multiplexer_simple.cc" />
<ClCompile Include="examples\socks4a\tcprelay.cc" />
<ClCompile Include="expamles\hub\codec.cc" />
<ClCompile Include="expamles\hub\pubsub.cc" />
<ClCompile Include="net\Acceptor.cc" />
<ClCompile Include="net\Buffer.cc" />
<ClCompile Include="net\Channel.cc" />
<ClCompile Include="net\Connector.cc" />
<ClCompile Include="net\EventLoop.cc" />
<ClCompile Include="net\EventLoopThread.cc" />
<ClCompile Include="net\EventLoopThreadPool.cc" />
<ClCompile Include="net\InetAddress.cc" />
<ClCompile Include="net\Poller.cc" />
<ClCompile Include="net\Socket.cc" />
<ClCompile Include="net\SocketsOps.cc" />
<ClCompile Include="net\TcpClient.cc" />
<ClCompile Include="net\TcpConnection.cc" />
<ClCompile Include="net\TcpServer.cc" />
<ClCompile Include="net\test11.cc" />
<ClCompile Include="net\test12.1.cc" />
<ClCompile Include="net\test12.cc" />
<ClCompile Include="net\test3.cc" />
<ClCompile Include="net\test4.cc" />
<ClCompile Include="net\test5.cc" />
<ClCompile Include="net\test6.1.cc" />
<ClCompile Include="net\test6.2.cc" />
<ClCompile Include="net\test7.cc" />
<ClCompile Include="net\test8.6.cc" />
<ClCompile Include="net\test8.8.cc" />
<ClCompile Include="net\test8.cc" />
<ClCompile Include="net\Timer.cc" />
<ClCompile Include="net\TimerQueue.cc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="base\logging.h" />
<ClInclude Include="base\logstream.h" />
<ClInclude Include="base\noncopyable.h" />
<ClInclude Include="base\singleton.h" />
<ClInclude Include="base\timestamp.h" />
<ClInclude Include="examples\hub\codec.h" />
<ClInclude Include="examples\hub\pubsub.h" />
<ClInclude Include="examples\socks4a\tunnel.h" />
<ClInclude Include="expamles\hub\codec.h" />
<ClInclude Include="expamles\hub\pubsub.h" />
<ClInclude Include="net\Acceptor.h" />
<ClInclude Include="net\Buffer.h" />
<ClInclude Include="net\Callbacks.h" />
<ClInclude Include="net\Channel.h" />
<ClInclude Include="net\Connector.h" />
<ClInclude Include="net\EventLoop.h" />
<ClInclude Include="net\EventLoopThread.h" />
<ClInclude Include="net\EventLoopThreadPool.h" />
<ClInclude Include="net\InetAddress.h" />
<ClInclude Include="net\Poller.h" />
<ClInclude Include="net\Socket.h" />
<ClInclude Include="net\SocketsOps.h" />
<ClInclude Include="net\TcpClient.h" />
<ClInclude Include="net\TcpConnection.h" />
<ClInclude Include="net\TcpServer.h" />
<ClInclude Include="net\Timer.h" />
<ClInclude Include="net\TimerId.h" />
<ClInclude Include="net\TimerQueue.h" />
</ItemGroup>
<ItemGroup>
<None Include="build\cmakefiles\3.5.1\CMakeDetermineCompilerABI_C.bin" />
<None Include="build\cmakefiles\3.5.1\CMakeDetermineCompilerABI_CXX.bin" />
<None Include="build\cmakefiles\feature_tests.bin" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
1
https://gitee.com/DreamFly0/MuduoReactor.git
git@gitee.com:DreamFly0/MuduoReactor.git
DreamFly0
MuduoReactor
MuduoReactor
master

搜索帮助