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

📄 teach_manager.csproj

📁 利用C#编写一个简单的考试系统。主要功能是
💻 CSPROJ
📖 第 1 页 / 共 2 页
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{05BC507E-4BE9-4D8A-B61F-8B3FD41C70C0}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "Teach_Manager"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "Teach_Manager"
                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 = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "Microsoft.Web.UI.WebControls"
                    AssemblyName = "Microsoft.Web.UI.WebControls"
                    HintPath = "..\..\..\Program Files\Microsoft Internet Explorer WebControls\Microsoft.Web.UI.WebControls.dll"
                    AssemblyFolderKey = "hklm\dn\iewebcontrols"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "bar.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BasePage.cs"
                    SubType = "ASPXCodeBehind"
                    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 = "index.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "left.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "left_student.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "main.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "manage.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "top.htm"
                    BuildAction = "Content"
                />
                <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"
                />
                <File
                    RelPath = "Common\PageBase.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Common\PageBase.aspx.cs"
                    DependentUpon = "PageBase.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\PageBase.aspx.resx"
                    DependentUpon = "PageBase.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Common\uppassword.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Common\uppassword.aspx.cs"
                    DependentUpon = "uppassword.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Common\uppassword.aspx.resx"
                    DependentUpon = "uppassword.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "css\button.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\car.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\CheckBoxList.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\css.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\css1.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\DataGridcss.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\dropdownlist.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "css\left.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Dao\CommonInterface.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dao\CommonSql.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "pic\add_bg.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\arrow_left.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\arrow_right.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\bg.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\business0047ub.jpg"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\delscore.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\delscore.png"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\end_b1.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\end_b3.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\it.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\it.png"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\li_y.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\logo.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\logo.png"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "pic\other0091mb.jpg"
                    BuildAction = "Content"

⌨️ 快捷键说明

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