dbserver.sln
来自「10个Visual C#.NET例子」· SLN 代码 · 共 28 行
SLN
28 行
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbServer", "DbServer.csproj", "{E04C9E2B-3E23-4A7A-8406-9AEA479597AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DdbView", "..\DdbView\DdbView.csproj", "{13EEF39D-E07C-40E6-9E2B-8E60C2BC301A}"
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{E04C9E2B-3E23-4A7A-8406-9AEA479597AD}.Debug.ActiveCfg = Debug|.NET
{E04C9E2B-3E23-4A7A-8406-9AEA479597AD}.Debug.Build.0 = Debug|.NET
{E04C9E2B-3E23-4A7A-8406-9AEA479597AD}.Release.ActiveCfg = Release|.NET
{E04C9E2B-3E23-4A7A-8406-9AEA479597AD}.Release.Build.0 = Release|.NET
{13EEF39D-E07C-40E6-9E2B-8E60C2BC301A}.Debug.ActiveCfg = Debug|.NET
{13EEF39D-E07C-40E6-9E2B-8E60C2BC301A}.Debug.Build.0 = Debug|.NET
{13EEF39D-E07C-40E6-9E2B-8E60C2BC301A}.Release.ActiveCfg = Release|.NET
{13EEF39D-E07C-40E6-9E2B-8E60C2BC301A}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?