albumol.sln

来自「这个是网上相册系统的一个架构设计说明」· SLN 代码 · 共 54 行

SLN
54
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumOL", "http://localhost/AlbumOL/AlbumOL.csproj", "{685AB6D6-5330-4757-8C2B-28B36C82A787}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Controller", "Controller\Controller.csproj", "{CF93B45D-9689-4210-8B93-FFE344C00321}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{C5E582D8-8C2F-4499-AA90-714AB3FDFD61}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{91EA8698-D7EA-46B9-95FB-E3B0B4B6AE04}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAC", "DAC\DAC.csproj", "{31311B3F-5185-41A7-ACBC-AE83F7D3DEF2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{685AB6D6-5330-4757-8C2B-28B36C82A787}.Debug.ActiveCfg = Debug|.NET
		{685AB6D6-5330-4757-8C2B-28B36C82A787}.Debug.Build.0 = Debug|.NET
		{685AB6D6-5330-4757-8C2B-28B36C82A787}.Release.ActiveCfg = Release|.NET
		{685AB6D6-5330-4757-8C2B-28B36C82A787}.Release.Build.0 = Release|.NET
		{CF93B45D-9689-4210-8B93-FFE344C00321}.Debug.ActiveCfg = Debug|.NET
		{CF93B45D-9689-4210-8B93-FFE344C00321}.Debug.Build.0 = Debug|.NET
		{CF93B45D-9689-4210-8B93-FFE344C00321}.Release.ActiveCfg = Release|.NET
		{CF93B45D-9689-4210-8B93-FFE344C00321}.Release.Build.0 = Release|.NET
		{C5E582D8-8C2F-4499-AA90-714AB3FDFD61}.Debug.ActiveCfg = Debug|.NET
		{C5E582D8-8C2F-4499-AA90-714AB3FDFD61}.Debug.Build.0 = Debug|.NET
		{C5E582D8-8C2F-4499-AA90-714AB3FDFD61}.Release.ActiveCfg = Release|.NET
		{C5E582D8-8C2F-4499-AA90-714AB3FDFD61}.Release.Build.0 = Release|.NET
		{91EA8698-D7EA-46B9-95FB-E3B0B4B6AE04}.Debug.ActiveCfg = Debug|.NET
		{91EA8698-D7EA-46B9-95FB-E3B0B4B6AE04}.Debug.Build.0 = Debug|.NET
		{91EA8698-D7EA-46B9-95FB-E3B0B4B6AE04}.Release.ActiveCfg = Release|.NET
		{91EA8698-D7EA-46B9-95FB-E3B0B4B6AE04}.Release.Build.0 = Release|.NET
		{31311B3F-5185-41A7-ACBC-AE83F7D3DEF2}.Debug.ActiveCfg = Debug|.NET
		{31311B3F-5185-41A7-ACBC-AE83F7D3DEF2}.Debug.Build.0 = Debug|.NET
		{31311B3F-5185-41A7-ACBC-AE83F7D3DEF2}.Release.ActiveCfg = Release|.NET
		{31311B3F-5185-41A7-ACBC-AE83F7D3DEF2}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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