example 1.sln
来自「北大青鸟内部资料」· SLN 代码 · 共 30 行
SLN
30 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example 1", "Example 1.csproj", "{C4F799C2-AA8C-4F9F-9C53-17FE6D22C424}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example1_new", "..\Example1_new\Example1_new.csproj", "{5F2F06BE-2C8A-40DD-80BA-236242F33975}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{C4F799C2-AA8C-4F9F-9C53-17FE6D22C424}.Debug.ActiveCfg = Debug|.NET
{C4F799C2-AA8C-4F9F-9C53-17FE6D22C424}.Debug.Build.0 = Debug|.NET
{C4F799C2-AA8C-4F9F-9C53-17FE6D22C424}.Release.ActiveCfg = Release|.NET
{C4F799C2-AA8C-4F9F-9C53-17FE6D22C424}.Release.Build.0 = Release|.NET
{5F2F06BE-2C8A-40DD-80BA-236242F33975}.Debug.ActiveCfg = Debug|.NET
{5F2F06BE-2C8A-40DD-80BA-236242F33975}.Debug.Build.0 = Debug|.NET
{5F2F06BE-2C8A-40DD-80BA-236242F33975}.Release.ActiveCfg = Release|.NET
{5F2F06BE-2C8A-40DD-80BA-236242F33975}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?