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

📄 guestbook.csproj

📁 采用ASP.NET(C#)写成的留言版,有一般留言版应有的功能,另外还加入了通过IP地址查询地区的功能.
💻 CSPROJ
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{261AA789-C0A1-4013-9EB0-82B22155C37F}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "GuestBook"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "GuestBook"
                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 = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "default.aspx"
                    BuildAction = "Content"
                />
                <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 = "Guest.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Guest.aspx.cs"
                    DependentUpon = "Guest.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Guest.aspx.resx"
                    DependentUpon = "Guest.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "GuestBook.vsdisco"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Login.aspx"
                    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 = "my.css"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Reply.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Reply.aspx.cs"
                    DependentUpon = "Reply.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Reply.aspx.resx"
                    DependentUpon = "Reply.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "View.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "View.aspx.cs"
                    DependentUpon = "View.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "View.aspx.resx"
                    DependentUpon = "View.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ascx\Footer.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ascx\Footer.ascx.cs"
                    DependentUpon = "Footer.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ascx\Footer.ascx.resx"
                    DependentUpon = "Footer.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ascx\Header.ascx"
                    SubType = "UserControl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ascx\Header.ascx.cs"
                    DependentUpon = "Header.ascx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ascx\Header.ascx.resx"
                    DependentUpon = "Header.ascx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Style\headbg.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\hr.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\lframe_t.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\menuBg.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\more.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\navbar.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\navbar_separator.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Style\style.css"
                    BuildAction = "Content"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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