bookshop.csproj

来自「网上书店系统由两部分组成:购书网站和订单处理中心。其中购书网站是一个Web应用程」· CSPROJ 代码 · 共 420 行 · 第 1/2 页

CSPROJ
420
字号
                <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 = "Header.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Header.ascx.cs"
                    DependentUpon = "Header.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Header.ascx.resx"
                    DependentUpon = "Header.ascx.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 = "OleDbConn.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Register.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Register.aspx.cs"
                    DependentUpon = "Register.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Register.aspx.resx"
                    DependentUpon = "Register.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ShopCart.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShopCart.aspx.cs"
                    DependentUpon = "ShopCart.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ShopCart.aspx.resx"
                    DependentUpon = "ShopCart.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ShopCartSimple.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShopCartSimple.aspx.cs"
                    DependentUpon = "ShopCartSimple.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ShopCartSimple.aspx.resx"
                    DependentUpon = "ShopCartSimple.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Style.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Template.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Template.aspx.cs"
                    DependentUpon = "Template.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Template.aspx.resx"
                    DependentUpon = "Template.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "UserStatus.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "UserStatus.ascx.cs"
                    DependentUpon = "UserStatus.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "UserStatus.ascx.resx"
                    DependentUpon = "UserStatus.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_1.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_10.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_11.jpg"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_12.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_2.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_3.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_4.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_5.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_6.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_7.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_8.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\Menu_9.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\spacer.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "upload\1.jpg"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "upload\2.jpg"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "upload\3.jpg"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "upload\4.jpg"
                    BuildAction = "Content"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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