heartbeat.sln

来自「实现多个机器间心跳信息的同步访问处理,适用于主从计算环境下的信息传递处理.」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeartbeatServer", "HeartbeatServer\HeartbeatServer.csproj", "{5F819DBF-6708-432A-9033-7FB94C43C102}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeartbeatClient", "HeartbeatClient\HeartbeatClient.csproj", "{23275591-5AEC-41EE-9620-0FD12789A9B9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5F819DBF-6708-432A-9033-7FB94C43C102}.Debug.ActiveCfg = Debug|.NET
		{5F819DBF-6708-432A-9033-7FB94C43C102}.Debug.Build.0 = Debug|.NET
		{5F819DBF-6708-432A-9033-7FB94C43C102}.Release.ActiveCfg = Release|.NET
		{5F819DBF-6708-432A-9033-7FB94C43C102}.Release.Build.0 = Release|.NET
		{23275591-5AEC-41EE-9620-0FD12789A9B9}.Debug.ActiveCfg = Debug|.NET
		{23275591-5AEC-41EE-9620-0FD12789A9B9}.Debug.Build.0 = Debug|.NET
		{23275591-5AEC-41EE-9620-0FD12789A9B9}.Release.ActiveCfg = Release|.NET
		{23275591-5AEC-41EE-9620-0FD12789A9B9}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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