perfdll.sln

来自「Vc.Net入门与提高源码」· SLN 代码 · 共 27 行

SLN
27
字号
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PerfDll", "PerfDll.vcproj", "{DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PerfDllPS", "PerfDllPS.vcproj", "{65E5704E-FC46-4B96-9A6D-5637B0281033}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{65E5704E-FC46-4B96-9A6D-5637B0281033}.0 = {DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}.Debug.ActiveCfg = Debug|Win32
		{DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}.Debug.Build.0 = Debug|Win32
		{DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}.Release.ActiveCfg = Release|Win32
		{DCA76CD7-7D29-4E04-8AB8-B11EB073C0FB}.Release.Build.0 = Release|Win32
		{65E5704E-FC46-4B96-9A6D-5637B0281033}.Debug.ActiveCfg = Debug|Win32
		{65E5704E-FC46-4B96-9A6D-5637B0281033}.Release.ActiveCfg = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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