WebApplication1.csproj
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:6k
源码类别:
中间件编程
开发平台:
Visual C++
- <VisualStudioProject>
- <CSHARP
- ProjectType = "Web"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{AAB62F41-73F7-4BE4-A1CC-B92454F9B3D3}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "WebApplication1"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "WebApplication1"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "TRACE"
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "true"
- OutputPath = "bin"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "......WINNTMicrosoft.NETFrameworkv1.1.4322System.dll"
- />
- <Reference
- Name = "System.Drawing"
- AssemblyName = "System.Drawing"
- HintPath = "......WINNTMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- HintPath = "......WINNTMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
- />
- <Reference
- Name = "System.Web"
- AssemblyName = "System.Web"
- HintPath = "......WINNTMicrosoft.NETFrameworkv1.1.4322System.Web.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.XML"
- HintPath = "......WINNTMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "AssemblyInfo.cs"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Global.asax"
- SubType = "Component"
- BuildAction = "Content"
- />
- <File
- RelPath = "Global.asax.cs"
- DependentUpon = "Global.asax"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Global.asax.resx"
- DependentUpon = "Global.asax.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "linearSearch.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "link.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "parallelSearch.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "result.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Web.config"
- BuildAction = "Content"
- />
- <File
- RelPath = "WebForm1.aspx"
- SubType = "Form"
- BuildAction = "Content"
- />
- <File
- RelPath = "WebForm1.aspx.cs"
- DependentUpon = "WebForm1.aspx"
- SubType = "ASPXCodeBehind"
- BuildAction = "Compile"
- />
- <File
- RelPath = "WebForm1.aspx.resx"
- DependentUpon = "WebForm1.aspx.cs"
- BuildAction = "EmbeddedResource"
- />
- </Include>
- </Files>
- </CSHARP>
- </VisualStudioProject>