fastdb.sln

来自「FastDb是高效的内存数据库系统」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fastdb", "fastdb.vcproj", "{6083E7CC-9ABA-48D1-98DC-206534609C34}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectProject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "subsql", "subsqlprj\subsql.vcproj", "{869960FA-9716-430B-B599-C72CEA532DEB}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectProject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cli", "cli\cli.vcproj", "{A0276F38-8CEB-448C-9223-41B3CF90D2BA}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectGlobal	GlobalSection(SolutionConfiguration) = preSolution		Debug = Debug		Release = Release	EndGlobalSection	GlobalSection(ProjectConfiguration) = postSolution		{6083E7CC-9ABA-48D1-98DC-206534609C34}.Debug.ActiveCfg = Release|Win32		{6083E7CC-9ABA-48D1-98DC-206534609C34}.Debug.Build.0 = Release|Win32		{6083E7CC-9ABA-48D1-98DC-206534609C34}.Release.ActiveCfg = Release|Win32		{6083E7CC-9ABA-48D1-98DC-206534609C34}.Release.Build.0 = Release|Win32		{869960FA-9716-430B-B599-C72CEA532DEB}.Debug.ActiveCfg = Release|Win32		{869960FA-9716-430B-B599-C72CEA532DEB}.Debug.Build.0 = Release|Win32		{869960FA-9716-430B-B599-C72CEA532DEB}.Release.ActiveCfg = Release|Win32		{869960FA-9716-430B-B599-C72CEA532DEB}.Release.Build.0 = Release|Win32		{A0276F38-8CEB-448C-9223-41B3CF90D2BA}.Debug.ActiveCfg = Release|Win32		{A0276F38-8CEB-448C-9223-41B3CF90D2BA}.Debug.Build.0 = Release|Win32		{A0276F38-8CEB-448C-9223-41B3CF90D2BA}.Release.ActiveCfg = Release|Win32		{A0276F38-8CEB-448C-9223-41B3CF90D2BA}.Release.Build.0 = Release|Win32	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution	EndGlobalSection	GlobalSection(ExtensibilityAddIns) = postSolution	EndGlobalSectionEndGlobal

⌨️ 快捷键说明

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