blockers.sln

来自「《3d游戏编程入门经典》中范例小游戏。使用C#+DirectX开发。」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blockers", "Blockers.csproj", "{7BC2F174-B9CB-47AC-9116-285C066C5184}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelCreator", "LevelCreator\LevelCreator.csproj", "{0F23BB10-3223-4E1B-AD04-BEB9095C7196}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7BC2F174-B9CB-47AC-9116-285C066C5184}.Debug.ActiveCfg = Debug|.NET
		{7BC2F174-B9CB-47AC-9116-285C066C5184}.Debug.Build.0 = Debug|.NET
		{7BC2F174-B9CB-47AC-9116-285C066C5184}.Release.ActiveCfg = Release|.NET
		{7BC2F174-B9CB-47AC-9116-285C066C5184}.Release.Build.0 = Release|.NET
		{0F23BB10-3223-4E1B-AD04-BEB9095C7196}.Debug.ActiveCfg = Debug|.NET
		{0F23BB10-3223-4E1B-AD04-BEB9095C7196}.Debug.Build.0 = Debug|.NET
		{0F23BB10-3223-4E1B-AD04-BEB9095C7196}.Release.ActiveCfg = Release|.NET
		{0F23BB10-3223-4E1B-AD04-BEB9095C7196}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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