xmemgc.sln

来自「Extended C/C++ Dynamic Memory Control An」· SLN 代码 · 共 25 行

SLN
25
字号
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmemgc", "xmemgc.vcproj", "{58A62326-9863-4766-B2C0-2F4D4A7697FC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{58A62326-9863-4766-B2C0-2F4D4A7697FC}.Debug|Win32.ActiveCfg = Debug|Win32
		{58A62326-9863-4766-B2C0-2F4D4A7697FC}.Debug|Win32.Build.0 = Debug|Win32
		{58A62326-9863-4766-B2C0-2F4D4A7697FC}.Release|Win32.ActiveCfg = Release|Win32
		{58A62326-9863-4766-B2C0-2F4D4A7697FC}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	EndGlobalSection
	GlobalSection(DevPartner Solution Properties) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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