simpleext.sln
来自「Windows Shell扩展编程完全指南」· SLN 代码 · 共 34 行
SLN
34 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleExt", "SimpleExt.vcproj", "{BBE7B8AD-D175-4679-A614-38BFF28B0269}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release MinDependency = Release MinDependency
Release MinSize = Release MinSize
Unicode Debug = Unicode Debug
Unicode Release MinDependency = Unicode Release MinDependency
Unicode Release MinSize = Unicode Release MinSize
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Debug.ActiveCfg = Debug|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Debug.Build.0 = Debug|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Release MinDependency.ActiveCfg = Release MinDependency|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Release MinDependency.Build.0 = Release MinDependency|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Release MinSize.ActiveCfg = Release MinSize|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Release MinSize.Build.0 = Release MinSize|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Debug.ActiveCfg = Unicode Debug|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Debug.Build.0 = Unicode Debug|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Release MinDependency.ActiveCfg = Unicode Release MinDependency|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Release MinDependency.Build.0 = Unicode Release MinDependency|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Release MinSize.ActiveCfg = Unicode Release MinSize|Win32
{BBE7B8AD-D175-4679-A614-38BFF28B0269}.Unicode Release MinSize.Build.0 = Unicode Release MinSize|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?