compiler.sln

来自「compiler programming, code something」· SLN 代码 · 共 31 行

SLN
31
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{362A17C3-C642-4ACA-83C6-1A680153EE1C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Magic IDE", "Magic IDE\Magic IDE.csproj", "{53E18D42-49C9-4D03-92D1-9AB2D8D46FD8}"
	ProjectSection(ProjectDependencies) = postProject
		{362A17C3-C642-4ACA-83C6-1A680153EE1C} = {362A17C3-C642-4ACA-83C6-1A680153EE1C}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{362A17C3-C642-4ACA-83C6-1A680153EE1C}.Debug.ActiveCfg = Debug|.NET
		{362A17C3-C642-4ACA-83C6-1A680153EE1C}.Debug.Build.0 = Debug|.NET
		{362A17C3-C642-4ACA-83C6-1A680153EE1C}.Release.ActiveCfg = Release|.NET
		{362A17C3-C642-4ACA-83C6-1A680153EE1C}.Release.Build.0 = Release|.NET
		{53E18D42-49C9-4D03-92D1-9AB2D8D46FD8}.Debug.ActiveCfg = Debug|.NET
		{53E18D42-49C9-4D03-92D1-9AB2D8D46FD8}.Debug.Build.0 = Debug|.NET
		{53E18D42-49C9-4D03-92D1-9AB2D8D46FD8}.Release.ActiveCfg = Release|.NET
		{53E18D42-49C9-4D03-92D1-9AB2D8D46FD8}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?