pagecrawler.sln

来自「概述:数据的纵向收集」· SLN 代码 · 共 33 行

SLN
33
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PageCrawler", "PageCrawler.vcproj", "{67686F50-F471-4069-BB11-80761C1F8955}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PageCrawlerDemo", "PageCrawlerDemo\PageCrawlerDemo.vcproj", "{BC642434-4B20-41E3-8B58-1AAF1CD9624D}"
	ProjectSection(ProjectDependencies) = postProject
		{67686F50-F471-4069-BB11-80761C1F8955} = {67686F50-F471-4069-BB11-80761C1F8955}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{67686F50-F471-4069-BB11-80761C1F8955}.Debug.ActiveCfg = Debug|Win32
		{67686F50-F471-4069-BB11-80761C1F8955}.Debug.Build.0 = Debug|Win32
		{67686F50-F471-4069-BB11-80761C1F8955}.Release.ActiveCfg = Release|Win32
		{67686F50-F471-4069-BB11-80761C1F8955}.Release.Build.0 = Release|Win32
		{BC642434-4B20-41E3-8B58-1AAF1CD9624D}.Debug.ActiveCfg = Debug|Win32
		{BC642434-4B20-41E3-8B58-1AAF1CD9624D}.Debug.Build.0 = Debug|Win32
		{BC642434-4B20-41E3-8B58-1AAF1CD9624D}.Release.ActiveCfg = Release|Win32
		{BC642434-4B20-41E3-8B58-1AAF1CD9624D}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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