htmleditorcontrol.csproj

来自「一个很好用的html编辑器。带源码」· CSPROJ 代码 · 共 339 行

CSPROJ
339
字号
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{5873DE0F-6853-4C8E-91A4-7A6861069A9A}"
    >
        <Build>
            <Settings
                ApplicationIcon = "images\HtmlEditor.ico"
                AssemblyKeyContainerName = ""
                AssemblyName = "HTMLEditorControl"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "Library"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "Microsoft.ConsultingServices"
                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\Debug\"
                    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\Release\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "Microsoft.mshtml"
                    AssemblyName = "Microsoft.mshtml"
                    HintPath = "..\..\..\..\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll"
                />
                <Reference
                    Name = "SHDocVw"
                    Guid = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}"
                    VersionMajor = "1"
                    VersionMinor = "1"
                    Lcid = "0"
                    WrapperTool = "tlbimp"
                />
                <Reference
                    Name = "AxSHDocVw"
                    Guid = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}"
                    VersionMajor = "1"
                    VersionMinor = "1"
                    Lcid = "0"
                    WrapperTool = "aximp"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EditHtmlForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EditHtmlForm.resx"
                    DependentUpon = "EditHtmlForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "EnterHrefForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EnterHrefForm.resx"
                    DependentUpon = "EnterHrefForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "EnterImageForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "EnterImageForm.resx"
                    DependentUpon = "EnterImageForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FindReplaceForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FindReplaceForm.resx"
                    DependentUpon = "FindReplaceForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FontAttributeForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FontAttributeForm.resx"
                    DependentUpon = "FontAttributeForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "HtmlEditorControl.cs"
                    SubType = "UserControl"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "HtmlEditorControl.resx"
                    DependentUpon = "HtmlEditorControl.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "HtmlEditorEvents.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "HtmlEnumerations.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "HtmlFontProperty.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "HtmlTableProperty.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "IOleCommandTarget.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "TablePropertyForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "TablePropertyForm.resx"
                    DependentUpon = "TablePropertyForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "images\HtmlEditor.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarBold.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarCopy.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolBarCut.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarDelete.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFind.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFontColor.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFontDown.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFontNormal.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFontStyle.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarFontUp.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarImage.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarItalic.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarJustifyCenter.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarJustifyLeft.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarJustifyRight.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarLine.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarListOrdered.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarListUnordered.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarPaste.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarProperties.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarRedo.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarTabInsert.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarTable.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarTabRemove.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarUnderline.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarUndo.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "images\ToolbarWebLink.bmp"
                    BuildAction = "Content"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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