bookshop.sln

来自「C#网络编程中的多线程的应用。本实例是一个网上书店」· SLN 代码 · 共 35 行

SLN
35
字号

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\bookshop\", ".", "{56A597E4-C547-440D-BBC7-3BD3166EA476}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/bookshop"
		Debug.AspNetCompiler.PhysicalPath = "..\bookshop\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\bookshop\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/bookshop"
		Release.AspNetCompiler.PhysicalPath = "..\bookshop\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\bookshop\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1471"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{56A597E4-C547-440D-BBC7-3BD3166EA476}.Debug|.NET.ActiveCfg = Debug|.NET
		{56A597E4-C547-440D-BBC7-3BD3166EA476}.Debug|.NET.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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