mobileonlineshop.csproj

来自「手机网店源码」· CSPROJ 代码 · 共 964 行 · 第 1/3 页

CSPROJ
964
字号
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{46B22B4B-AD6E-40EA-BEAB-462E8AAD4230}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "MobileOnlineShop"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "MobileOnlineShop"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    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.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "nunit.framework"
                    AssemblyName = "nunit.framework"
                    HintPath = "C:\Program Files\TestDriven.NET 2.0\NUnit\nunit.framework.dll"
                />
                <Reference
                    Name = "Grove"
                    AssemblyName = "Grove"
                    HintPath = "C:\Program Files\Pengya\GroveKit\Grove.dll"
                />
                <Reference
                    Name = "System.Web.Services"
                    AssemblyName = "System.Web.Services"
                    HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "About.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "About.aspx.cs"
                    DependentUpon = "About.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "About.aspx.resx"
                    DependentUpon = "About.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <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"
                    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 = "default.aspx.resx"
                    DependentUpon = "default.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 = "InstantOrder.asmx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "InstantOrder.asmx.cs"
                    DependentUpon = "InstantOrder.asmx"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "InstantOrder.asmx.resx"
                    DependentUpon = "InstantOrder.asmx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ModifyCustomerInfo.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ModifyCustomerInfo.aspx.cs"
                    DependentUpon = "ModifyCustomerInfo.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ModifyCustomerInfo.aspx.resx"
                    DependentUpon = "ModifyCustomerInfo.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "OrderDetails.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "OrderDetails.aspx.cs"
                    DependentUpon = "OrderDetails.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "OrderDetails.aspx.resx"
                    DependentUpon = "OrderDetails.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "OrderList.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "OrderList.aspx.cs"
                    DependentUpon = "OrderList.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "OrderList.aspx.resx"
                    DependentUpon = "OrderList.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ProductDetails.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ProductDetails.aspx.cs"
                    DependentUpon = "ProductDetails.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ProductDetails.aspx.resx"
                    DependentUpon = "ProductDetails.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "productsList.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "productsList.aspx.cs"
                    DependentUpon = "productsList.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "productsList.aspx.resx"
                    DependentUpon = "productsList.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "registe.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "registe.aspx.cs"
                    DependentUpon = "registe.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "registe.aspx.resx"
                    DependentUpon = "registe.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "searchProducts.aspx"
                    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 = "Shopping.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShoppingCart.aspx"

⌨️ 快捷键说明

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