mychat.csproj

来自「聊天客户端服务程序」· CSPROJ 代码 · 共 746 行 · 第 1/2 页

CSPROJ
746
字号
<VisualStudioProject>
    <CSHARP
        ProjectType = "Web"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{375B85E3-D03D-49C8-BB98-6F3B289F46B2}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "MyChat"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "MyChat"
                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 = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "cnblogs.dct"
                    AssemblyName = "CNBlogs.DCT"
                    HintPath = "c:\inetpub\wwwroot\aspnet_client\cnblogs_dct\thin\cnblogs.dct.dll"
                />
                <Reference
                    Name = "System.Design"
                    AssemblyName = "System.Design"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Design.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "App.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Bottom.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Bottom.aspx.cs"
                    DependentUpon = "Bottom.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Bottom.aspx.resx"
                    DependentUpon = "Bottom.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CheckNickName.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "CheckNickName.aspx.cs"
                    DependentUpon = "CheckNickName.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "CheckNickName.aspx.resx"
                    DependentUpon = "CheckNickName.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "DBOperate.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "GetUserList.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "GetUserList.aspx.cs"
                    DependentUpon = "GetUserList.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "GetUserList.aspx.resx"
                    DependentUpon = "GetUserList.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 = "Left.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Left.aspx.cs"
                    DependentUpon = "Left.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Left.aspx.resx"
                    DependentUpon = "Left.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <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 = "Main.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Main.aspx.cs"
                    DependentUpon = "Main.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Main.aspx.resx"
                    DependentUpon = "Main.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "MyStyle.css"
                    BuildAction = "Content"
                />
                <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 = "SelectColor.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShowFace.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ShowFace.aspx.cs"
                    DependentUpon = "ShowFace.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ShowFace.aspx.resx"
                    DependentUpon = "ShowFace.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "top.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "top.aspx.cs"
                    DependentUpon = "top.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "top.aspx.resx"
                    DependentUpon = "top.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "UserInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ValidateCode.aspx"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ValidateCode.aspx.cs"
                    DependentUpon = "ValidateCode.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ValidateCode.aspx.resx"
                    DependentUpon = "ValidateCode.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Web.config"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\日期选择控件说明文档.txt"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\CNBlogs_DCT\THIN\CNBlogs.DCT.dll"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\CNBlogs_DCT\THIN\DateChooser.htc"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\CNBlogs_DCT\THIN\edit_0.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\CNBlogs_DCT\THIN\edit_1.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "DataChooser\CNBlogs_DCT\THIN\edit_2.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\1.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\10.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\100.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\11.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\12.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\13.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\14.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\15.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Face\16.bmp"
                    BuildAction = "Content"
                />
                <File

⌨️ 快捷键说明

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