whiteforum.csproj

来自「ASP.NET的一些开发实例,有论坛管理系统等」· CSPROJ 代码 · 共 1,689 行 · 第 1/5 页

CSPROJ
1,689
字号
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{CD5E8CA1-BBB9-4B08-8D0B-6FE421558FE9}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "WhiteForum"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "WhiteForum"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    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 = "..\..\..\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 = "System.Web.Services"
                    AssemblyName = "System.Web.Services"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "calendar.html"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "calendar3.js"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "changepass.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "changepass.aspx.cs"
                    DependentUpon = "changepass.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "changepass.aspx.resx"
                    DependentUpon = "changepass.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "datetime.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "desktop.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "desktop.aspx.cs"
                    DependentUpon = "desktop.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "desktop.aspx.resx"
                    DependentUpon = "desktop.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "error.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "error.aspx.cs"
                    DependentUpon = "error.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "error.aspx.resx"
                    DependentUpon = "error.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FormBase.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FormBase.aspx.cs"
                    DependentUpon = "FormBase.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FormBase.aspx.resx"
                    DependentUpon = "FormBase.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 = "help.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "help.aspx.cs"
                    DependentUpon = "help.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "help.aspx.resx"
                    DependentUpon = "help.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "index.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index.aspx.cs"
                    DependentUpon = "index.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "index.aspx.resx"
                    DependentUpon = "index.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "index.html"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index1.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index1.aspx.cs"
                    DependentUpon = "index1.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "index1.aspx.resx"
                    DependentUpon = "index1.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "index2.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index2.aspx.cs"
                    DependentUpon = "index2.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "index2.aspx.resx"
                    DependentUpon = "index2.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "index3.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index3.aspx.cs"
                    DependentUpon = "index3.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "index3.aspx.resx"
                    DependentUpon = "index3.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "index4.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "index4.aspx.cs"
                    DependentUpon = "index4.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "index4.aspx.resx"
                    DependentUpon = "index4.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "login.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "login.aspx.cs"
                    DependentUpon = "login.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "login.aspx.resx"
                    DependentUpon = "login.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "MessageDisplay.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "MessageDisplay.aspx.cs"
                    DependentUpon = "MessageDisplay.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MessageDisplay.aspx.resx"
                    DependentUpon = "MessageDisplay.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "rs.asp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "rs.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "rsproxy.class"
                    BuildAction = "None"
                />
                <File
                    RelPath = "search.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "search.aspx.cs"
                    DependentUpon = "search.aspx"
                    SubType = "ASPXCodeBehind"

⌨️ 快捷键说明

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