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

📄 mcms.csproj

📁 可供共享学习.net环境下生产管理的实现
💻 CSPROJ
📖 第 1 页 / 共 5 页
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.0.9466"
        SchemaVersion = "1.0"
        ProjectGuid = "{9596A931-24FA-4EE4-83AC-6732722EF16B}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "mcms"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                RootNamespace = "mcms"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    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 = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
                <Reference
                    Name = "PersistenceLayer"
                    AssemblyName = "PersistenceLayer"
                    HintPath = "DLL\PersistenceLayer.dll"
                />
                <Reference
                    Name = "BusinessRules"
                    AssemblyName = "BusinessRules"
                    HintPath = "DLL\BusinessRules.dll"
                />
                <Reference
                    Name = "Framework"
                    AssemblyName = "Framework"
                    HintPath = "DLL\Framework.dll"
                />
                <Reference
                    Name = "BusinessFacade"
                    AssemblyName = "BusinessFacade"
                    HintPath = "DLL\BusinessFacade.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BasePage.cs"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Bottom.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Bottom.aspx.cs"
                    DependentUpon = "Bottom.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Bottom.aspx.resx"
                    DependentUpon = "Bottom.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Default.aspx"
                    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 = "Demo.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Demo.aspx.cs"
                    DependentUpon = "Demo.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Demo.aspx.resx"
                    DependentUpon = "Demo.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 = "Left.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Left.aspx.cs"
                    DependentUpon = "Left.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Left.aspx.resx"
                    DependentUpon = "Left.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Main.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Main.aspx.cs"
                    DependentUpon = "Main.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Main.aspx.resx"
                    DependentUpon = "Main.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "mcms.vsdisco"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Security.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Security.aspx.cs"
                    DependentUpon = "Security.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Security.aspx.resx"
                    DependentUpon = "Security.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "showlayer.js"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Top.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Top.aspx.cs"
                    DependentUpon = "Top.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Top.aspx.resx"
                    DependentUpon = "Top.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Welcome.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Welcome.aspx.cs"
                    DependentUpon = "Welcome.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Welcome.aspx.resx"
                    DependentUpon = "Welcome.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Config\ClassMap.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Config\DatabaseMap.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Controls\BOM_C.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Controls\BOM_C.ascx.cs"
                    DependentUpon = "BOM_C.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\BOM_C.ascx.resx"
                    DependentUpon = "BOM_C.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\CheckTicket_C.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Controls\CheckTicket_C.ascx.cs"
                    DependentUpon = "CheckTicket_C.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\CheckTicket_C.ascx.resx"
                    DependentUpon = "CheckTicket_C.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\Custom_C.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Controls\Custom_C.ascx.cs"
                    DependentUpon = "Custom_C.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\Custom_C.ascx.resx"
                    DependentUpon = "Custom_C.ascx.cs"

⌨️ 快捷键说明

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