rolesbasedathentication.sln

来自「基于角色的用户验证. 这个程序重点写了四个pages以实现这些功能:增加用户」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RolesBasedAthentication", "RolesBasedAthentication\RolesBasedAthentication.csproj", "{BF0A2882-8EF6-47FB-845C-DC29AE1882AE}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RolesBasedAthentication.Web", "http://localhost/RolesBasedAthentication.Web/RolesBasedAthentication.Web.csproj", "{C67A81C7-D4AA-4CCF-8FB3-B2FC7D7785B0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{BF0A2882-8EF6-47FB-845C-DC29AE1882AE}.Debug.ActiveCfg = Debug|.NET
		{BF0A2882-8EF6-47FB-845C-DC29AE1882AE}.Debug.Build.0 = Debug|.NET
		{BF0A2882-8EF6-47FB-845C-DC29AE1882AE}.Release.ActiveCfg = Release|.NET
		{BF0A2882-8EF6-47FB-845C-DC29AE1882AE}.Release.Build.0 = Release|.NET
		{C67A81C7-D4AA-4CCF-8FB3-B2FC7D7785B0}.Debug.ActiveCfg = Debug|.NET
		{C67A81C7-D4AA-4CCF-8FB3-B2FC7D7785B0}.Debug.Build.0 = Debug|.NET
		{C67A81C7-D4AA-4CCF-8FB3-B2FC7D7785B0}.Release.ActiveCfg = Release|.NET
		{C67A81C7-D4AA-4CCF-8FB3-B2FC7D7785B0}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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