test.sln
来自「C程序自动测试程序系统,主要是测试数据结构中的几个经典算法:关于排序,树的遍历等」· SLN 代码 · 共 24 行
SLN
24 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "test", "test.vjsproj", "{3F00F2C2-F735-4BB9-98CB-9EB1F7006FE1}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{3F00F2C2-F735-4BB9-98CB-9EB1F7006FE1}.Debug.ActiveCfg = Debug|.NET
{3F00F2C2-F735-4BB9-98CB-9EB1F7006FE1}.Debug.Build.0 = Debug|.NET
{3F00F2C2-F735-4BB9-98CB-9EB1F7006FE1}.Release.ActiveCfg = Release|.NET
{3F00F2C2-F735-4BB9-98CB-9EB1F7006FE1}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
GlobalSection(DeploymentRoot) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?