helloworld.sln
来自「visual basic课程设计案例精编」· SLN 代码 · 共 28 行
SLN
28 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "HelloWorld", "HelloWorld.vbproj", "{97831602-0CC0-4A1C-AC1E-90D282A52F8E}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "InstallWiz", "..\InstallWiz\InstallWiz.vdproj", "{6DD8358C-9C7E-490C-830F-7BAF4504FDFB}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{97831602-0CC0-4A1C-AC1E-90D282A52F8E}.Debug.ActiveCfg = Debug|.NET
{97831602-0CC0-4A1C-AC1E-90D282A52F8E}.Debug.Build.0 = Debug|.NET
{97831602-0CC0-4A1C-AC1E-90D282A52F8E}.Release.ActiveCfg = Release|.NET
{97831602-0CC0-4A1C-AC1E-90D282A52F8E}.Release.Build.0 = Release|.NET
{6DD8358C-9C7E-490C-830F-7BAF4504FDFB}.Debug.ActiveCfg = Debug
{6DD8358C-9C7E-490C-830F-7BAF4504FDFB}.Release.ActiveCfg = Release
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?