vbtestcomponent.sln
来自「《CSDN 开发高手》2004年第6期」· SLN 代码 · 共 41 行
SLN
41 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBTestComponent", "VBTestComponent.vbproj", "{A70C172D-0F2A-40E0-BDDF-03E6344E8532}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpComponent", "..\CSharpClass\CSharpComponent.csproj", "{49D84997-12A0-420C-ADC4-77C7D36D921D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBComponent", "..\VBComponent\VBComponent.vbproj", "{8E1E6792-A304-4181-AC13-BF11E5277D6F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{A70C172D-0F2A-40E0-BDDF-03E6344E8532}.Debug.ActiveCfg = Debug|.NET
{A70C172D-0F2A-40E0-BDDF-03E6344E8532}.Debug.Build.0 = Debug|.NET
{A70C172D-0F2A-40E0-BDDF-03E6344E8532}.Release.ActiveCfg = Release|.NET
{A70C172D-0F2A-40E0-BDDF-03E6344E8532}.Release.Build.0 = Release|.NET
{49D84997-12A0-420C-ADC4-77C7D36D921D}.Debug.ActiveCfg = Debug|.NET
{49D84997-12A0-420C-ADC4-77C7D36D921D}.Debug.Build.0 = Debug|.NET
{49D84997-12A0-420C-ADC4-77C7D36D921D}.Release.ActiveCfg = Release|.NET
{49D84997-12A0-420C-ADC4-77C7D36D921D}.Release.Build.0 = Release|.NET
{8E1E6792-A304-4181-AC13-BF11E5277D6F}.Debug.ActiveCfg = Debug|.NET
{8E1E6792-A304-4181-AC13-BF11E5277D6F}.Debug.Build.0 = Debug|.NET
{8E1E6792-A304-4181-AC13-BF11E5277D6F}.Release.ActiveCfg = Release|.NET
{8E1E6792-A304-4181-AC13-BF11E5277D6F}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(SolutionItems) = postSolution
VBTestComponent.vsd = VBTestComponent.vsd
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?