1 Star 2 Fork 2

殷鹏/IOCP模型的高并发服务器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IOCP.sln 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
殷鹏 提交于 2021-05-07 19:40 . ‘add’

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IOCP", "IOCP\IOCP.vcxproj", "{1F049420-0802-42DF-8C84-3CF88DD50635}"
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
{1F049420-0802-42DF-8C84-3CF88DD50635}.Debug|x64.ActiveCfg = Debug|x64
{1F049420-0802-42DF-8C84-3CF88DD50635}.Debug|x64.Build.0 = Debug|x64
{1F049420-0802-42DF-8C84-3CF88DD50635}.Debug|x86.ActiveCfg = Debug|Win32
{1F049420-0802-42DF-8C84-3CF88DD50635}.Debug|x86.Build.0 = Debug|Win32
{1F049420-0802-42DF-8C84-3CF88DD50635}.Release|x64.ActiveCfg = Release|x64
{1F049420-0802-42DF-8C84-3CF88DD50635}.Release|x64.Build.0 = Release|x64
{1F049420-0802-42DF-8C84-3CF88DD50635}.Release|x86.ActiveCfg = Release|Win32
{1F049420-0802-42DF-8C84-3CF88DD50635}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD968C86-EE66-44A0-B0D1-BE7B4A7F2862}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hua_ji_ya_ge/IOCP.git
git@gitee.com:hua_ji_ya_ge/IOCP.git
hua_ji_ya_ge
IOCP
IOCP模型的高并发服务器
master

搜索帮助