examination.sln
来自「本程序只要配置好IIS就可以直接使用,是一个在线网上考试系统」· SLN 代码 · 共 38 行
SLN
38 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "exam", "http://localhost/examination/exam/exam.csproj", "{26984BA7-C338-4FBE-BB2C-EAA493C0277C}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBClass", "DBClass\DBClass.csproj", "{E7844E57-6E2E-4087-A2BB-B6486A32D918}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ECClass", "ECClass\ECClass.csproj", "{083EDF49-BC84-409F-BDB3-2ABE9BFA700D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{26984BA7-C338-4FBE-BB2C-EAA493C0277C}.Debug.ActiveCfg = Debug|.NET
{26984BA7-C338-4FBE-BB2C-EAA493C0277C}.Debug.Build.0 = Debug|.NET
{26984BA7-C338-4FBE-BB2C-EAA493C0277C}.Release.ActiveCfg = Release|.NET
{26984BA7-C338-4FBE-BB2C-EAA493C0277C}.Release.Build.0 = Release|.NET
{E7844E57-6E2E-4087-A2BB-B6486A32D918}.Debug.ActiveCfg = Debug|.NET
{E7844E57-6E2E-4087-A2BB-B6486A32D918}.Debug.Build.0 = Debug|.NET
{E7844E57-6E2E-4087-A2BB-B6486A32D918}.Release.ActiveCfg = Release|.NET
{E7844E57-6E2E-4087-A2BB-B6486A32D918}.Release.Build.0 = Release|.NET
{083EDF49-BC84-409F-BDB3-2ABE9BFA700D}.Debug.ActiveCfg = Debug|.NET
{083EDF49-BC84-409F-BDB3-2ABE9BFA700D}.Debug.Build.0 = Debug|.NET
{083EDF49-BC84-409F-BDB3-2ABE9BFA700D}.Release.ActiveCfg = Release|.NET
{083EDF49-BC84-409F-BDB3-2ABE9BFA700D}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?