demo.sln

来自「asp.net下拉日期控件源码,非常好用。」· SLN 代码 · 共 48 行

SLN
48
字号

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "E:\Test\calendarDemo\", ".", "{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/WebSite"
		Debug.AspNetCompiler.PhysicalPath = "..\WebSite\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/WebSite"
		Release.AspNetCompiler.PhysicalPath = "..\WebSite\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1086"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Debug|.NET.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Debug|.NET.Build.0 = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Release|.NET.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Release|.NET.Build.0 = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Release|Any CPU.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{0C5CFB56-FAAC-4647-A56D-CE7E6F974422}.Release|Mixed Platforms.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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