iocp.sln
来自「基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码」· SLN 代码 · 共 38 行
SLN
38 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iocp", "iocp\iocp.vcproj", "{B71DA371-F36D-4229-A1CB-1253DF2FCB67}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcproj", "{284F84C9-1143-4B4B-9B6C-0C38BF670996}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcproj", "{1EAD20F0-411B-49E1-9C79-A00CAFC02DC5}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{B71DA371-F36D-4229-A1CB-1253DF2FCB67}.Debug.ActiveCfg = Debug|Win32
{B71DA371-F36D-4229-A1CB-1253DF2FCB67}.Debug.Build.0 = Debug|Win32
{B71DA371-F36D-4229-A1CB-1253DF2FCB67}.Release.ActiveCfg = Release|Win32
{B71DA371-F36D-4229-A1CB-1253DF2FCB67}.Release.Build.0 = Release|Win32
{284F84C9-1143-4B4B-9B6C-0C38BF670996}.Debug.ActiveCfg = Debug|Win32
{284F84C9-1143-4B4B-9B6C-0C38BF670996}.Debug.Build.0 = Debug|Win32
{284F84C9-1143-4B4B-9B6C-0C38BF670996}.Release.ActiveCfg = Release|Win32
{284F84C9-1143-4B4B-9B6C-0C38BF670996}.Release.Build.0 = Release|Win32
{1EAD20F0-411B-49E1-9C79-A00CAFC02DC5}.Debug.ActiveCfg = Debug|Win32
{1EAD20F0-411B-49E1-9C79-A00CAFC02DC5}.Debug.Build.0 = Debug|Win32
{1EAD20F0-411B-49E1-9C79-A00CAFC02DC5}.Release.ActiveCfg = Release|Win32
{1EAD20F0-411B-49E1-9C79-A00CAFC02DC5}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?