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

📄 audit.csproj

📁 csharp-solution,C#高效编程源码
💻 CSPROJ
字号:
<VisualStudioProject>
    <CSHARP ProjectType = "Local" >
        <Build>
            <Settings
                ApplicationIcon = ""
                ApplicationRoot = "true"
                AssemblyBuildNumber = "0"
                AssemblyCompany = ""
                AssemblyCopyright = ""
                AssemblyDescription = ""
                AssemblyKeyContainerName = ""
                AssemblyMajorVersion = "1"
                AssemblyMinorVersion = "0"
                AssemblyName = "Bank"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                AssemblyProduct = ""
                AssemblyRevisionNumber = "0"
                AssemblyTitle = ""
                AssemblyTrademark = ""
                CLSCompliant = "true"
                DefaultClientScript = "JScript"
                DefaultDTCPlatform = "Server"
                DefaultHTMLPageLayout = "Linear"
                DefaultTargetSchema = "HTML32"
                DefaultServerScript = "VBScript"
                DefaultSessionState = "True"
                GenerateRevisionNumber = "true"
                NoStandardLibraries = "false"
                OutputType = "Library"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "On"
                _RootNamespace = ""
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "0"
                    CheckForOverflowUnderflow = "false"
                    DefineConstants = ""
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    IncrementalBuild = "false"
                    NoLogo = "true"
                    NoOutput = "false"
                    Optimize = "false"
                    OutputPath = "bin\Debug\"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
                <Config
                    Name = "Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "0"
                    CheckForOverflowUnderflow = "false"
                    DefineConstants = ""
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DocumentationFile = ""
                    DebugSymbols = "false"
                    IncrementalBuild = "false"
                    NoLogo = "true"
                    NoOutput = "false"
                    Optimize = "true"
                    OutputPath = "bin\Release\"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
            </Settings>
            <References>
                <Reference Name = "mscorlib" />
                <Reference Name = "System.Diagnostics" />
                <Reference Name = "System.Configuration" />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AccountType.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Audit.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AuditEventArgs.cs"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Bank.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BankAccount.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BankTransaction.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReadMe.txt"
                    BuildAction = "Content"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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