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

📄 library.vbproj

📁 图书借阅系统!ASP.NET实现的
💻 VBPROJ
📖 第 1 页 / 共 2 页
字号:
<VisualStudioProject>
    <VisualBasic
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{66BB8F0F-A660-40FD-8B2C-882C770ABB12}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "Library"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "Off"
                RootNamespace = "Library"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    BaseAddress = "285212672"
                    ConfigurationOverrideFile = ""
                    DefineConstants = ""
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DebugSymbols = "true"
                    IncrementalBuild = "true"
                    Optimize = "false"
                    OutputPath = "bin\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
                <Config
                    Name = "Release"
                    BaseAddress = "285212672"
                    ConfigurationOverrideFile = ""
                    DefineConstants = ""
                    DefineDebug = "false"
                    DefineTrace = "true"
                    DebugSymbols = "false"
                    IncrementalBuild = "false"
                    Optimize = "true"
                    OutputPath = "bin\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                />
            </References>
            <Imports>
                <Import Namespace = "Microsoft.VisualBasic" />
                <Import Namespace = "System" />
                <Import Namespace = "System.Collections" />
                <Import Namespace = "System.Configuration" />
                <Import Namespace = "System.Data" />
                <Import Namespace = "System.Drawing" />
                <Import Namespace = "System.Web" />
                <Import Namespace = "System.Web.UI" />
                <Import Namespace = "System.Web.UI.HtmlControls" />
                <Import Namespace = "System.Web.UI.WebControls" />
            </Imports>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Global.asax"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Global.asax.vb"
                    DependentUpon = "Global.asax"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Global.asax.resx"
                    DependentUpon = "Global.asax.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Index.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "main.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Styles.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\AddBook.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\AddBook.aspx.vb"
                    DependentUpon = "AddBook.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\AddBook.aspx.resx"
                    DependentUpon = "AddBook.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookManage\BookBar.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\BookBar.ascx.vb"
                    DependentUpon = "BookBar.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\BookBar.ascx.resx"
                    DependentUpon = "BookBar.ascx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookManage\EditBook.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\EditBook.aspx.vb"
                    DependentUpon = "EditBook.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\EditBook.aspx.resx"
                    DependentUpon = "EditBook.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookManage\LendBook.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\LendBook.aspx.vb"
                    DependentUpon = "LendBook.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\LendBook.aspx.resx"
                    DependentUpon = "LendBook.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookManage\LoadUser.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\LoadUser.ascx.vb"
                    DependentUpon = "LoadUser.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\LoadUser.ascx.resx"
                    DependentUpon = "LoadUser.ascx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookManage\ReturnBook.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookManage\ReturnBook.aspx.vb"
                    DependentUpon = "ReturnBook.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookManage\ReturnBook.aspx.resx"
                    DependentUpon = "ReturnBook.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\AdvSearch.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\AdvSearch.aspx.vb"
                    DependentUpon = "AdvSearch.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\AdvSearch.aspx.resx"
                    DependentUpon = "AdvSearch.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\BookInfo.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\BookInfo.ascx.vb"
                    DependentUpon = "BookInfo.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\BookInfo.ascx.resx"
                    DependentUpon = "BookInfo.ascx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\NormalSearch.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\NormalSearch.aspx.vb"
                    DependentUpon = "NormalSearch.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\NormalSearch.aspx.resx"
                    DependentUpon = "NormalSearch.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\SearchBar.ascx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\SearchBar.ascx.vb"
                    DependentUpon = "SearchBar.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\SearchBar.ascx.resx"
                    DependentUpon = "SearchBar.ascx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\SimpleSearch.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\SimpleSearch.aspx.vb"
                    DependentUpon = "SimpleSearch.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\SimpleSearch.aspx.resx"
                    DependentUpon = "SimpleSearch.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch\ViewList.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "BookSearch\ViewList.aspx.vb"
                    DependentUpon = "ViewList.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch\ViewList.aspx.resx"
                    DependentUpon = "ViewList.aspx.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Common\DBController.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MsgInfo\BookingIn.ascx"
                    BuildAction = "Content"

⌨️ 快捷键说明

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