⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 park.csproj

📁 电子选课系统 电子选课系统电子选课系统电子选课系统
💻 CSPROJ
📖 第 1 页 / 共 2 页
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.0.9466"
        SchemaVersion = "1.0"
        ProjectGuid = "{14D9F833-7E4F-4886-890D-23701A100ED1}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "park"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                RootNamespace = "park"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE;Debug"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    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"
                    Optimize = "true"
                    OutputPath = "bin\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
                <Reference
                    Name = "ControlLib"
                    AssemblyName = "ControlLib"
                    HintPath = "bin\ControlLib.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "default.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "default.aspx.cs"
                    DependentUpon = "default.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "default.aspx.resx"
                    DependentUpon = "default.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <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 = "park.vsdisco"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Readme.txt"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "redirecthelp.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ClassSystem\ClassSystem.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ClassSystem\EditClass.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ClassSystem\EditClass.ascx.cs"
                    DependentUpon = "EditClass.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ClassSystem\EditClass.ascx.resx"
                    DependentUpon = "EditClass.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ClassSystem\ListClasses.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ClassSystem\ListClasses.ascx.cs"
                    DependentUpon = "ListClasses.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ClassSystem\ListClasses.ascx.resx"
                    DependentUpon = "ListClasses.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Common\ClassDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\CourseDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\HelpDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\IProcessable.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\MemberDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\ParkSettings.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\SecurityDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\SessionKey.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\Student.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\StudentClassDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\StudentSystemDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\TeacherSystemDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\UserDB.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\Utils.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\Validator.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\AddCourse.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\AddCourse.ascx.cs"
                    DependentUpon = "AddCourse.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\AddCourse.ascx.resx"
                    DependentUpon = "AddCourse.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CourseSystem\CourseSystem.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\EditCourse.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\EditCourse.ascx.cs"
                    DependentUpon = "EditCourse.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\EditCourse.ascx.resx"
                    DependentUpon = "EditCourse.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CourseSystem\ListCourses.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\ListCourses.ascx.cs"
                    DependentUpon = "ListCourses.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\ListCourses.ascx.resx"
                    DependentUpon = "ListCourses.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CourseSystem\StopSelecting.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\StudentStatus.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\StudentStatus.ascx.cs"
                    DependentUpon = "StudentStatus.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\StudentStatus.ascx.resx"
                    DependentUpon = "StudentStatus.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CourseSystem\TeacherStatus.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CourseSystem\TeacherStatus.ascx.cs"
                    DependentUpon = "TeacherStatus.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CourseSystem\TeacherStatus.ascx.resx"
                    DependentUpon = "TeacherStatus.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Help\main.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Chart.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ie50.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Member\AddStudent.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Member\AddStudent.ascx.cs"
                    DependentUpon = "AddStudent.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Member\AddStudent.ascx.resx"
                    DependentUpon = "AddStudent.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Member\AddTeacher.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"

⌨️ 快捷键说明

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