student.sln

来自「用C++写的一个简单学籍管理系统」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "student", "student.vcproj", "{53917548-83E9-4A91-80D7-544F04C08CEA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parser", "..\parser\parser.vcproj", "{BBC91247-B01E-4556-8AA3-F807F296EAF3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{53917548-83E9-4A91-80D7-544F04C08CEA}.Debug.ActiveCfg = Debug|Win32
		{53917548-83E9-4A91-80D7-544F04C08CEA}.Debug.Build.0 = Debug|Win32
		{53917548-83E9-4A91-80D7-544F04C08CEA}.Release.ActiveCfg = Release|Win32
		{53917548-83E9-4A91-80D7-544F04C08CEA}.Release.Build.0 = Release|Win32
		{BBC91247-B01E-4556-8AA3-F807F296EAF3}.Debug.ActiveCfg = Debug|Win32
		{BBC91247-B01E-4556-8AA3-F807F296EAF3}.Debug.Build.0 = Debug|Win32
		{BBC91247-B01E-4556-8AA3-F807F296EAF3}.Release.ActiveCfg = Release|Win32
		{BBC91247-B01E-4556-8AA3-F807F296EAF3}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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