supermarket.sln

来自「本论文叙述了联机考试系统的现状以及C#语言的概况。重点介绍了联机考试系统的实现过」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "User Interface Layer", "User Interface Layer\User Interface Layer.csproj", "{CFECB9D8-9B16-4B90-A7D0-C9DADA758B56}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business Logic Layer", "Business Logic Layer\Business Logic Layer.csproj", "{5F03DF36-EBB3-4AD4-8A13-3310D1D5C08D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data Access Layer", "Data Access Layer\Data Access Layer.csproj", "{45A965E4-8D6D-4299-AEE8-8F08DB7D72A4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{CFECB9D8-9B16-4B90-A7D0-C9DADA758B56}.Debug.ActiveCfg = Debug|.NET
		{CFECB9D8-9B16-4B90-A7D0-C9DADA758B56}.Debug.Build.0 = Debug|.NET
		{CFECB9D8-9B16-4B90-A7D0-C9DADA758B56}.Release.ActiveCfg = Release|.NET
		{CFECB9D8-9B16-4B90-A7D0-C9DADA758B56}.Release.Build.0 = Release|.NET
		{5F03DF36-EBB3-4AD4-8A13-3310D1D5C08D}.Debug.ActiveCfg = Debug|.NET
		{5F03DF36-EBB3-4AD4-8A13-3310D1D5C08D}.Debug.Build.0 = Debug|.NET
		{5F03DF36-EBB3-4AD4-8A13-3310D1D5C08D}.Release.ActiveCfg = Release|.NET
		{5F03DF36-EBB3-4AD4-8A13-3310D1D5C08D}.Release.Build.0 = Release|.NET
		{45A965E4-8D6D-4299-AEE8-8F08DB7D72A4}.Debug.ActiveCfg = Debug|.NET
		{45A965E4-8D6D-4299-AEE8-8F08DB7D72A4}.Debug.Build.0 = Debug|.NET
		{45A965E4-8D6D-4299-AEE8-8F08DB7D72A4}.Release.ActiveCfg = Release|.NET
		{45A965E4-8D6D-4299-AEE8-8F08DB7D72A4}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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