remoteobject.sln

来自「.NET Remoting(下文简称Remoting)是一种可用于开发分布式应用」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteObject", "RemoteObject\RemoteObject.vcproj", "{3C602686-3149-44D7-A2DB-7D470A840616}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteServer", "..\RemoteServer\RemoteServer.vcproj", "{CAF88EE5-B955-4600-B0AD-5E6C0DABF07B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "..\Client\Client.vcproj", "{9953C242-D1C8-4D03-9DC2-B1353D9E4698}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3C602686-3149-44D7-A2DB-7D470A840616}.Debug.ActiveCfg = Debug|Win32
		{3C602686-3149-44D7-A2DB-7D470A840616}.Debug.Build.0 = Debug|Win32
		{3C602686-3149-44D7-A2DB-7D470A840616}.Release.ActiveCfg = Release|Win32
		{3C602686-3149-44D7-A2DB-7D470A840616}.Release.Build.0 = Release|Win32
		{CAF88EE5-B955-4600-B0AD-5E6C0DABF07B}.Debug.ActiveCfg = Debug|Win32
		{CAF88EE5-B955-4600-B0AD-5E6C0DABF07B}.Debug.Build.0 = Debug|Win32
		{CAF88EE5-B955-4600-B0AD-5E6C0DABF07B}.Release.ActiveCfg = Release|Win32
		{CAF88EE5-B955-4600-B0AD-5E6C0DABF07B}.Release.Build.0 = Release|Win32
		{9953C242-D1C8-4D03-9DC2-B1353D9E4698}.Debug.ActiveCfg = Debug|Win32
		{9953C242-D1C8-4D03-9DC2-B1353D9E4698}.Debug.Build.0 = Debug|Win32
		{9953C242-D1C8-4D03-9DC2-B1353D9E4698}.Release.ActiveCfg = Release|Win32
		{9953C242-D1C8-4D03-9DC2-B1353D9E4698}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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