aspnetuploadtrial.sln

来自「带进度条大文件上传源码(单文件多文件都可以传)+v2.0」· SLN 代码 · 共 49 行

SLN
49
字号

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\AspnetUploadDemo_23\AspnetUploadDemo_23\", ".", "{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/AspnetUploadTrial"
		Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\Personal Software\AspnetUploadTrial\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\AspnetUploadTrial\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/AspnetUploadTrial"
		Release.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\Personal Software\AspnetUploadTrial\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\AspnetUploadTrial\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3210"
		DefaultWebSiteLanguage = "Visual C#"
	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
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Debug|.NET.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Debug|.NET.Build.0 = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Release|.NET.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Release|.NET.Build.0 = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Release|Any CPU.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{0D9AE24F-09D1-4DC6-BC2C-EC9248728F1A}.Release|Mixed Platforms.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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