tcpip.sln

来自「TCP一个简单应用,功能不完善,刚学的, 运用一下刚学的知识」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tcpip", "tcpip.vcproj", "{28D73D88-44DC-4DB9-94B4-911F6630E638}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tcpipcli", "..\tcpipcli\tcpipcli.vcproj", "{C5805EA5-234A-4B2B-A522-ED7C981E6BEC}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{28D73D88-44DC-4DB9-94B4-911F6630E638}.Debug.ActiveCfg = Debug|Win32
		{28D73D88-44DC-4DB9-94B4-911F6630E638}.Debug.Build.0 = Debug|Win32
		{28D73D88-44DC-4DB9-94B4-911F6630E638}.Release.ActiveCfg = Release|Win32
		{28D73D88-44DC-4DB9-94B4-911F6630E638}.Release.Build.0 = Release|Win32
		{C5805EA5-234A-4B2B-A522-ED7C981E6BEC}.Debug.ActiveCfg = Debug|Win32
		{C5805EA5-234A-4B2B-A522-ED7C981E6BEC}.Debug.Build.0 = Debug|Win32
		{C5805EA5-234A-4B2B-A522-ED7C981E6BEC}.Release.ActiveCfg = Release|Win32
		{C5805EA5-234A-4B2B-A522-ED7C981E6BEC}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?