st_webcourse.sln

来自「本人上传的一个在线选课系统,希望能供编程爱好借鉴」· SLN 代码 · 共 63 行

SLN
63
字号
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/ST_WebCourse/", "http://localhost/ST_WebCourse", "{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}|STGROUP.ST_CourseBiz.dll;"
		Debug.AspNetCompiler.VirtualPath = "/ST_WebCourse"
		Debug.AspNetCompiler.PhysicalPath = "ST_WebCourse\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ST_WebCourse\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/ST_WebCourse"
		Release.AspNetCompiler.PhysicalPath = "ST_WebCourse\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ST_WebCourse\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "ST_WebCourse\"
	EndProjectSection
	ProjectSection(ProjectDependencies) = postProject
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56} = {F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ST_CourseBiz", "ST_CourseBiz\ST_CourseBiz.csproj", "{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Debug|.NET.ActiveCfg = Debug|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Debug|.NET.Build.0 = Debug|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Release|.NET.ActiveCfg = Release|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Release|.NET.Build.0 = Release|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Release|Any CPU.ActiveCfg = Release|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Release|Mixed Platforms.ActiveCfg = Release|.NET
		{F13C7812-CA08-4599-A2B2-ADB3FEC3C818}.Release|Mixed Platforms.Build.0 = Release|.NET
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Release|.NET.ActiveCfg = Release|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Release|Any CPU.Build.0 = Release|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{F5F6C755-9F3E-4504-BD5E-FAE9FE8F2C56}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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