sql sever.sln

来自「VisualBasic.NET精彩编程百例:源代码,非常不错哦」· SLN 代码 · 共 22 行

SLN
22
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SQL Sever", "SQL Sever.vbproj", "{DCD48AD7-A197-4534-A29F-1B7F1C3EE692}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DCD48AD7-A197-4534-A29F-1B7F1C3EE692}.Debug.ActiveCfg = Debug|.NET
		{DCD48AD7-A197-4534-A29F-1B7F1C3EE692}.Debug.Build.0 = Debug|.NET
		{DCD48AD7-A197-4534-A29F-1B7F1C3EE692}.Release.ActiveCfg = Release|.NET
		{DCD48AD7-A197-4534-A29F-1B7F1C3EE692}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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