自动化考试系统.csproj

来自「本论文叙述了联机考试系统的现状以及C#语言的概况。重点介绍了联机考试系统的实现过」· CSPROJ 代码 · 共 280 行

CSPROJ
280
字号
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{E1081C7B-D667-4CD0-8BAA-373E8F028926}"
    >
        <Build>
            <Settings
                ApplicationIcon = "App.ico"
                AssemblyKeyContainerName = ""
                AssemblyName = "自动化考试系统1"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "自动化考试系统1"
                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\Debug\"
                    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\Release\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "App.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Form闪屏.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Form闪屏.resx"
                    DependentUpon = "Form闪屏.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "查看学生结果.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "查看学生结果.resx"
                    DependentUpon = "查看学生结果.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "创建考试.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "创建考试.resx"
                    DependentUpon = "创建考试.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "创建题库.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "创建题库.resx"
                    DependentUpon = "创建题库.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "创建用户.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "创建用户.resx"
                    DependentUpon = "创建用户.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "登录.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "登录.resx"
                    DependentUpon = "登录.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "管理员.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "管理员.resx"
                    DependentUpon = "管理员.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "欢迎学生.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "欢迎学生.resx"
                    DependentUpon = "欢迎学生.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "教师.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "教师.resx"
                    DependentUpon = "教师.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "考试安排.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "考试安排.resx"
                    DependentUpon = "考试安排.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "考试报告.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "考试报告.resx"
                    DependentUpon = "考试报告.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "考试管理.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "考试管理.resx"
                    DependentUpon = "考试管理.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "考试搜索.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "考试搜索.resx"
                    DependentUpon = "考试搜索.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "修改试题.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "修改试题.resx"
                    DependentUpon = "修改试题.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "修改题库.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "修改题库.resx"
                    DependentUpon = "修改题库.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "修改用户.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "修改用户.resx"
                    DependentUpon = "修改用户.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "用户搜索.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "用户搜索.resx"
                    DependentUpon = "用户搜索.cs"
                    BuildAction = "EmbeddedResource"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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