pascal.sln
来自「《编译原理实践教程》中的程序作了一些扩展」· SLN 代码 · 共 25 行
SLN
25 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pascal", "Pascal.vcproj", "{E9851F50-9315-4AE9-88C9-017A5240E3E0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
EndGlobalSection
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{E9851F50-9315-4AE9-88C9-017A5240E3E0}.Debug.ActiveCfg = Debug|Win32
{E9851F50-9315-4AE9-88C9-017A5240E3E0}.Debug.Build.0 = Debug|Win32
{E9851F50-9315-4AE9-88C9-017A5240E3E0}.Release.ActiveCfg = Release|Win32
{E9851F50-9315-4AE9-88C9-017A5240E3E0}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?