studentlib.sln

来自「三层体系结构的应用-学员管理系统 一个学校需要一个学生管理系统。分以下功能: 」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentLib", "StudentLib.csproj", "{66498B6A-7E5B-49B7-B48A-D3A0581D68FF}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "..\test\test.csproj", "{602384BE-8E84-4972-BEA5-51D3B590C176}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{66498B6A-7E5B-49B7-B48A-D3A0581D68FF}.Debug.ActiveCfg = Debug|.NET
		{66498B6A-7E5B-49B7-B48A-D3A0581D68FF}.Debug.Build.0 = Debug|.NET
		{66498B6A-7E5B-49B7-B48A-D3A0581D68FF}.Release.ActiveCfg = Release|.NET
		{66498B6A-7E5B-49B7-B48A-D3A0581D68FF}.Release.Build.0 = Release|.NET
		{602384BE-8E84-4972-BEA5-51D3B590C176}.Debug.ActiveCfg = Debug|.NET
		{602384BE-8E84-4972-BEA5-51D3B590C176}.Debug.Build.0 = Debug|.NET
		{602384BE-8E84-4972-BEA5-51D3B590C176}.Release.ActiveCfg = Release|.NET
		{602384BE-8E84-4972-BEA5-51D3B590C176}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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