pkms.sln

来自「ASP.NET的一些开发实例,有论坛管理系统等」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PKMS", "http://localhost/PKMS/PKMS.csproj", "{D9ACC4B1-78C5-41DD-862B-FE22D3B84E5F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "..\Service\Service.csproj", "{AC9AEF99-1E6F-41AF-AE80-47134E82F927}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D9ACC4B1-78C5-41DD-862B-FE22D3B84E5F}.Debug.ActiveCfg = Debug|.NET
		{D9ACC4B1-78C5-41DD-862B-FE22D3B84E5F}.Debug.Build.0 = Debug|.NET
		{D9ACC4B1-78C5-41DD-862B-FE22D3B84E5F}.Release.ActiveCfg = Release|.NET
		{D9ACC4B1-78C5-41DD-862B-FE22D3B84E5F}.Release.Build.0 = Release|.NET
		{AC9AEF99-1E6F-41AF-AE80-47134E82F927}.Debug.ActiveCfg = Debug|.NET
		{AC9AEF99-1E6F-41AF-AE80-47134E82F927}.Debug.Build.0 = Debug|.NET
		{AC9AEF99-1E6F-41AF-AE80-47134E82F927}.Release.ActiveCfg = Release|.NET
		{AC9AEF99-1E6F-41AF-AE80-47134E82F927}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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