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

📄 web.csproj

📁 ASP.net网站开发四“酷”全书:新闻、论坛、电子商城、博客_源码
💻 CSPROJ
📖 第 1 页 / 共 3 页
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{8B0D46EF-93B1-4834-A59C-E90F586D009F}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "BookShop.Web"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "BookShop.Web"
                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"
                />
                <Reference
                    Name = "System.EnterpriseServices"
                    AssemblyName = "System.EnterpriseServices"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                />
                <Reference
                    Name = "System.Web.Services"
                    AssemblyName = "System.Web.Services"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
                <Reference
                    Name = "BLL"
                    Project = "{AE805124-3D88-4AE5-A1E7-5A5A595A298E}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
                <Reference
                    Name = "Model"
                    Project = "{1FF5B08D-74A0-452D-A8A2-2534D985F8BE}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "Category.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Category.aspx.cs"
                    DependentUpon = "Category.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Category.aspx.resx"
                    DependentUpon = "Category.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Checkout.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Checkout.aspx.cs"
                    DependentUpon = "Checkout.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Checkout.aspx.resx"
                    DependentUpon = "Checkout.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CreateAccount.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CreateAccount.aspx.cs"
                    DependentUpon = "CreateAccount.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CreateAccount.aspx.resx"
                    DependentUpon = "CreateAccount.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 = "EditAccount.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "EditAccount.aspx.cs"
                    DependentUpon = "EditAccount.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EditAccount.aspx.resx"
                    DependentUpon = "EditAccount.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Error.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Global.asax"
                    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 = "ItemDetails.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ItemDetails.aspx.cs"
                    DependentUpon = "ItemDetails.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ItemDetails.aspx.resx"
                    DependentUpon = "ItemDetails.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Items.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Items.aspx.cs"
                    DependentUpon = "Items.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Items.aspx.resx"
                    DependentUpon = "Items.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "MyAccount.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "MyAccount.aspx.cs"
                    DependentUpon = "MyAccount.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MyAccount.aspx.resx"
                    DependentUpon = "MyAccount.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "OrderBilling.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "OrderBilling.aspx.cs"
                    DependentUpon = "OrderBilling.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "OrderBilling.aspx.resx"
                    DependentUpon = "OrderBilling.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "OrderProcess.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "OrderProcess.aspx.cs"
                    DependentUpon = "OrderProcess.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "OrderProcess.aspx.resx"
                    DependentUpon = "OrderProcess.aspx.cs"
                    BuildAction = "EmbeddedResource"

⌨️ 快捷键说明

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