test.sln
来自「Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程」· SLN 代码 · 共 46 行
SLN
46 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClient", "TestClient\TestClient.vcproj", "{481D6ED3-7722-4FE9-9FFB-5116A5027D82}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestServer", "TestServer\TestServer.vcproj", "{232047CE-3784-4747-9898-23F081EB6E7F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SocketLib", "..\SocketLib\SocketLib.vcproj", "{6D6AF40A-E4C4-4481-AF63-480671EE8303}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SourceCodeControl) = preSolution
SccNumberOfProjects = 1
SccProjectUniqueName0 = ..\\SocketLib\\SocketLib.vcproj
SccProjectName0 = \u0022$/doc&source/platform/server/SocketLib/SocketLib\u0022,\u0020GJLBAAAA
SccLocalPath0 = ..\\SocketLib
SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
CanCheckoutShared = false
EndGlobalSection
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{481D6ED3-7722-4FE9-9FFB-5116A5027D82}.Debug.ActiveCfg = Debug|Win32
{481D6ED3-7722-4FE9-9FFB-5116A5027D82}.Debug.Build.0 = Debug|Win32
{481D6ED3-7722-4FE9-9FFB-5116A5027D82}.Release.ActiveCfg = Release|Win32
{481D6ED3-7722-4FE9-9FFB-5116A5027D82}.Release.Build.0 = Release|Win32
{232047CE-3784-4747-9898-23F081EB6E7F}.Debug.ActiveCfg = Debug|Win32
{232047CE-3784-4747-9898-23F081EB6E7F}.Debug.Build.0 = Debug|Win32
{232047CE-3784-4747-9898-23F081EB6E7F}.Release.ActiveCfg = Release|Win32
{232047CE-3784-4747-9898-23F081EB6E7F}.Release.Build.0 = Release|Win32
{6D6AF40A-E4C4-4481-AF63-480671EE8303}.Debug.ActiveCfg = Debug|Win32
{6D6AF40A-E4C4-4481-AF63-480671EE8303}.Debug.Build.0 = Debug|Win32
{6D6AF40A-E4C4-4481-AF63-480671EE8303}.Release.ActiveCfg = Release|Win32
{6D6AF40A-E4C4-4481-AF63-480671EE8303}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?