1 Star 0 Fork 0

c465515763/Testflamingo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TestFlaminggo.vcxproj 10.36 KB
一键复制 编辑 原始数据 按行查看 历史
c465515763 提交于 2021-07-14 23:56 . first commit
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{5cbaf797-71f3-4acf-a8e4-f85a7572f914}</ProjectGuid>
<RootNamespace>TestFlaminggo</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</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'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="base\ConfigFileReader.cpp" />
<ClCompile Include="base\CountDownLatch.cpp" />
<ClCompile Include="base\Platform.cpp" />
<ClCompile Include="base\Timestamp.cpp" />
<ClCompile Include="FileManager.cpp" />
<ClCompile Include="FileServer.cpp" />
<ClCompile Include="FileSession.cpp" />
<ClCompile Include="Json\json_reader.cpp" />
<ClCompile Include="Json\json_value.cpp" />
<ClCompile Include="Json\json_writer.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="net\Acceptor.cpp" />
<ClCompile Include="net\Buffer.cpp" />
<ClCompile Include="net\Channel.cpp" />
<ClCompile Include="net\Connector.cpp" />
<ClCompile Include="net\EpollPoller.cpp" />
<ClCompile Include="net\EventLoop.cpp" />
<ClCompile Include="net\EventLoopThread.cpp" />
<ClCompile Include="net\EventLoopThreadPool.cpp" />
<ClCompile Include="net\InetAddress.cpp" />
<ClCompile Include="net\Poller.cpp" />
<ClCompile Include="net\PollPoller.cpp" />
<ClCompile Include="net\ProtocolStream.cpp" />
<ClCompile Include="net\SelectPoller.cpp" />
<ClCompile Include="net\Sockets.cpp" />
<ClCompile Include="net\TcpClient.cpp" />
<ClCompile Include="net\TcpConnection.cpp" />
<ClCompile Include="net\TcpServer.cpp" />
<ClCompile Include="net\Timer.cpp" />
<ClCompile Include="net\TimerQueue.cpp" />
<ClCompile Include="TcpSession.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="base\ConfigFileReader.h" />
<ClInclude Include="base\CountDownLatch.h" />
<ClInclude Include="base\Platform.h" />
<ClInclude Include="base\RAIIWrapper.h" />
<ClInclude Include="base\Singleton.h" />
<ClInclude Include="base\Timestamp.h" />
<ClInclude Include="FileManager.h" />
<ClInclude Include="FileMsg.h" />
<ClInclude Include="FileServer.h" />
<ClInclude Include="FileSession.h" />
<ClInclude Include="Json\allocator.h" />
<ClInclude Include="Json\assertions.h" />
<ClInclude Include="Json\autolink.h" />
<ClInclude Include="Json\config.h" />
<ClInclude Include="Json\features.h" />
<ClInclude Include="Json\forwards.h" />
<ClInclude Include="Json\json.h" />
<ClInclude Include="Json\json_tool.h" />
<ClInclude Include="Json\reader.h" />
<ClInclude Include="Json\value.h" />
<ClInclude Include="Json\version.h" />
<ClInclude Include="Json\writer.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\Endian.h" />
<ClInclude Include="net\EpollPoller.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\PollPoller.h" />
<ClInclude Include="net\ProtocolStream.h" />
<ClInclude Include="net\SelectPoller.h" />
<ClInclude Include="net\Sockets.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" />
<ClInclude Include="TcpSession.h" />
</ItemGroup>
<ItemGroup>
<None Include="Json\json_valueiterator.inl" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/c465515763/testflamingo.git
git@gitee.com:c465515763/testflamingo.git
c465515763
testflamingo
Testflamingo
master

搜索帮助