remotinghello.sln

来自「Csharp网络应用案例导航 Csharp网络应用案例导航」· SLN 代码 · 共 34 行

SLN
34
字号
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingHello", "RemotingHello.csproj", "{1DC1513D-6A9B-4C6C-B771-509ACD0FBB9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteClient", "..\RemoteClient\RemoteClient.csproj", "{2B52F0EF-8151-44F6-8214-DCA66DC932B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteObject", "RemoteObject\RemoteObject.csproj", "{B410DD79-51F9-4715-AD77-D0452AF50E46}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{1DC1513D-6A9B-4C6C-B771-509ACD0FBB9B}.Debug.ActiveCfg = Debug|.NET
		{1DC1513D-6A9B-4C6C-B771-509ACD0FBB9B}.Debug.Build.0 = Debug|.NET
		{1DC1513D-6A9B-4C6C-B771-509ACD0FBB9B}.Release.ActiveCfg = Release|.NET
		{1DC1513D-6A9B-4C6C-B771-509ACD0FBB9B}.Release.Build.0 = Release|.NET
		{2B52F0EF-8151-44F6-8214-DCA66DC932B0}.Debug.ActiveCfg = Debug|.NET
		{2B52F0EF-8151-44F6-8214-DCA66DC932B0}.Debug.Build.0 = Debug|.NET
		{2B52F0EF-8151-44F6-8214-DCA66DC932B0}.Release.ActiveCfg = Release|.NET
		{2B52F0EF-8151-44F6-8214-DCA66DC932B0}.Release.Build.0 = Release|.NET
		{B410DD79-51F9-4715-AD77-D0452AF50E46}.Debug.ActiveCfg = Debug|.NET
		{B410DD79-51F9-4715-AD77-D0452AF50E46}.Debug.Build.0 = Debug|.NET
		{B410DD79-51F9-4715-AD77-D0452AF50E46}.Release.ActiveCfg = Release|.NET
		{B410DD79-51F9-4715-AD77-D0452AF50E46}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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