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

📄 sort.csproj

📁 VS.NET培训 vs.netppeixun.rar
💻 CSPROJ
字号:
<VisualStudioProject>
    <CSHARP ProjectType = "Local" >
        <Build>
            <Settings
                ApplicationIcon = ""
                ApplicationRoot = "true"
                AssemblyBuildNumber = "0"
                AssemblyCopyright = ""
                AssemblyCulture = ""
                AssemblyDescription = ""
                AssemblyKeyContainerName = ""
                AssemblyMajorVersion = "1"
                AssemblyMinorVersion = "0"
                AssemblyName = "Sort"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                AssemblyProduct = ""
                AssemblyRevisionNumber = "0"
                AssemblyTitle = ""
                AssemblyTrademark = ""
                AssemblyCompany = ""
                ClsCompliant = "true"
                DefaultClientScript = "JScript"
                DefaultDTCPlatform = "Server"
                DefaultHTMLPageLayout = "Linear"
                DefaultTargetSchema = "HTML32"
                DefaultServerScript = "VBScript"
                DefaultSessionState = "True"
                GenerateRevisionNumber = "true"
                NoStandardLibraries = "false"
                OutputType = "Library"
                OptionStrict = "true"
                RootNamespace = "Sort"
                StartupObject = ""
                TreatWarningsAsErrors = "false"
                WarningLevel = "4"
            >
                <Config
                    Name = "Debug"
                    AllowUnroundedFloatingPoint = "false"
                    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\"
                    RemoveFloatingPointChecks = "false"
                    RemoveIntegerChecks = "false"
                />
                <Config
                    Name = "Release"
                    AllowUnroundedFloatingPoint = "false"
                    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\"
                    RemoveFloatingPointChecks = "false"
                    RemoveIntegerChecks = "false"
                />
            </Settings>
            <References>
                <Reference
                    Name = "mscorlib"
                    AssemblyName = "mscorlib"
                    Path = "MSCorLib.dll"
                    Guid = "{00000000-0000-0000-0000-000000000000}"
                    Lcid = "0"
                    VersionMajor = "2000"
                    VersionMinor = "14"
                    Revision = "1730"
                    Build = "3"
                    Originator = "03689116d3a4ae33"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "Sorting.cs"
                    BuildAction = "Compile"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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