example3.sln

来自「Mathematical expressions parser library」· SLN 代码 · 共 31 行

SLN
31
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example3 (DLL)", "Example3.vcproj", "{387C4DFE-24F9-40D3-A105-67945ECD7123}"
	ProjectSection(ProjectDependencies) = postProject
		{91A10577-2A52-4695-B822-0D4DCE8AE0E7} = {91A10577-2A52-4695-B822-0D4DCE8AE0E7}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "muParserDLL", "..\ParserDLL\muParserLib.vcproj", "{91A10577-2A52-4695-B822-0D4DCE8AE0E7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{387C4DFE-24F9-40D3-A105-67945ECD7123}.Debug.ActiveCfg = Debug|Win32
		{387C4DFE-24F9-40D3-A105-67945ECD7123}.Debug.Build.0 = Debug|Win32
		{387C4DFE-24F9-40D3-A105-67945ECD7123}.Release.ActiveCfg = Release|Win32
		{387C4DFE-24F9-40D3-A105-67945ECD7123}.Release.Build.0 = Release|Win32
		{91A10577-2A52-4695-B822-0D4DCE8AE0E7}.Debug.ActiveCfg = Debug|Win32
		{91A10577-2A52-4695-B822-0D4DCE8AE0E7}.Debug.Build.0 = Debug|Win32
		{91A10577-2A52-4695-B822-0D4DCE8AE0E7}.Release.ActiveCfg = Release|Win32
		{91A10577-2A52-4695-B822-0D4DCE8AE0E7}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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