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

📄 emall.csproj

📁 电子商城源代码,包含项目工程文件! 数据库建表语句 具体功能包括电子购物车,在线购物!
💻 CSPROJ
📖 第 1 页 / 共 3 页
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{C5A30D3F-065A-4BC2-8EE2-33470D42CAB3}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "EMall"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "EMall"
                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 = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
                />
                <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.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
                <Reference
                    Name = "HenryFan.WebControls"
                    AssemblyName = "HenryFan.WebControls"
                    HintPath = "bin\HenryFan.WebControls.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AddToCart.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "AddToCart.aspx.cs"
                    DependentUpon = "AddToCart.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AddToCart.aspx.resx"
                    DependentUpon = "AddToCart.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CheckOut.aspx"
                    SubType = "Form"
                    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 = "Default.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Default.aspx.cs"
                    DependentUpon = "Default.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EMall.vsdisco"
                    BuildAction = "None"
                />
                <File
                    RelPath = "ErrorPage.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ErrorPage.aspx.cs"
                    DependentUpon = "ErrorPage.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ErrorPage.aspx.resx"
                    DependentUpon = "ErrorPage.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"
                    SubType = "Form"
                    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 = "Login.aspx"
                    SubType = "Form"
                    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 = "Member.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Member.aspx.cs"
                    DependentUpon = "Member.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Member.aspx.resx"
                    DependentUpon = "Member.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Product.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Product.aspx.cs"
                    DependentUpon = "Product.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Product.aspx.resx"
                    DependentUpon = "Product.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ProductsTop.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ProductsTop.aspx.cs"
                    DependentUpon = "ProductsTop.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ProductsTop.aspx.resx"
                    DependentUpon = "ProductsTop.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "SearchProducts.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SearchProducts.aspx.cs"
                    DependentUpon = "SearchProducts.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SearchProducts.aspx.resx"
                    DependentUpon = "SearchProducts.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <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 = "ShoppingCart.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShoppingCart.aspx.cs"
                    DependentUpon = "ShoppingCart.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ShoppingCart.aspx.resx"
                    DependentUpon = "ShoppingCart.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Style.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BackupDB\EMall"
                    BuildAction = "None"
                />
                <File
                    RelPath = "bin\EMall.dll"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\EMall.pdb"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\HenryFan.WebControls.dll"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Classes\Pub.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Images\AddToCart.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Images\ArrowBlueL.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Images\ArrowLittleL.gif"
                    BuildAction = "Content"

⌨️ 快捷键说明

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