更新项目default namespace
This commit is contained in:
parent
8020ba1910
commit
07b119f3e9
@ -24,7 +24,7 @@
|
||||
<ProjectGuid>{6CE536CB-6154-4FDF-9FFE-23A73B4E84AB}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<NoStandardLibraries>false</NoStandardLibraries>
|
||||
<RootNamespace>WordAddInTest2024</RootNamespace>
|
||||
<RootNamespace>AIProofread</RootNamespace>
|
||||
<AssemblyName>AIProofread</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<DefineConstants>VSTO40</DefineConstants>
|
||||
@ -40,10 +40,10 @@
|
||||
<UpdateEnabled>true</UpdateEnabled>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>days</UpdateIntervalUnits>
|
||||
<ProductName>WordAddInTest2024</ProductName>
|
||||
<ProductName>AIProofread</ProductName>
|
||||
<PublisherName />
|
||||
<SupportUrl />
|
||||
<FriendlyName>WordAddInTest2024</FriendlyName>
|
||||
<FriendlyName>AIProofread</FriendlyName>
|
||||
<OfficeApplicationDescription />
|
||||
<LoadBehavior>3</LoadBehavior>
|
||||
</PropertyGroup>
|
||||
@ -258,7 +258,7 @@
|
||||
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
|
||||
</Compile>
|
||||
<AppDesigner Include="Properties\" />
|
||||
<None Include="WordAddInTest2024_TemporaryKey.pfx" />
|
||||
<None Include="AIProofread_TemporaryKey.pfx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\search-proofread.png" />
|
||||
@ -287,7 +287,7 @@
|
||||
<SignManifests>true</SignManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestKeyFile>WordAddInTest2024_TemporaryKey.pfx</ManifestKeyFile>
|
||||
<ManifestKeyFile>AIProofread_TemporaryKey.pfx</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>62DF6B414BD2608A130540A801F32D12E0199A99</ManifestCertificateThumbprint>
|
||||
@ -301,7 +301,7 @@
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
|
||||
<ProjectProperties HostName="Word" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Word" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Word\InstallRoot\Path#WINWORD.EXE" DebugInfoCommandLine="/x" AddItemTemplatesGuid="{51063C3A-E220-4D12-8922-BDA915ACD783}" />
|
||||
<Host Name="Word" GeneratedCodeNamespace="WordAddInTest2024" IconIndex="0">
|
||||
<Host Name="Word" GeneratedCodeNamespace="AIProofread" IconIndex="0">
|
||||
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
|
||||
</Host>
|
||||
</FlavorProperties>
|
||||
|
@ -3,7 +3,7 @@ using Microsoft.Web.WebView2.WinForms;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
[ClassInterface(ClassInterfaceType.AutoDual)]
|
||||
[ComVisible(true)]
|
||||
|
@ -1,10 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public class Config
|
||||
{
|
||||
|
2
AIProofread/Controls/FormLogin.Designer.cs
generated
2
AIProofread/Controls/FormLogin.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace WordAddInTest2024.Controls
|
||||
namespace AIProofread.Controls
|
||||
{
|
||||
partial class FormLogin
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WordAddInTest2024.Controls
|
||||
namespace AIProofread.Controls
|
||||
{
|
||||
public partial class FormLogin : Form
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace WordAddInTest2024.Controls
|
||||
namespace AIProofread.Controls
|
||||
{
|
||||
partial class ProofreadMainControl
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WordAddInTest2024.Controls
|
||||
namespace AIProofread.Controls
|
||||
{
|
||||
public partial class ProofreadMainControl : UserControl
|
||||
{
|
||||
|
@ -6,7 +6,7 @@ using System.Security;
|
||||
// 有关程序集的一般信息由以下
|
||||
// 控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("AI校对王")]
|
||||
[assembly: AssemblyTitle("AIProofread")]
|
||||
[assembly: AssemblyDescription("AI校对王")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("果麦文化")]
|
||||
|
2
AIProofread/Properties/Resources.Designer.cs
generated
2
AIProofread/Properties/Resources.Designer.cs
generated
@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WordAddInTest2024.Properties {
|
||||
namespace AIProofread.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
|
2
AIProofread/Properties/Settings.Designer.cs
generated
2
AIProofread/Properties/Settings.Designer.cs
generated
@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WordAddInTest2024.Properties {
|
||||
namespace AIProofread.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
16
AIProofread/Ribbon1.Designer.cs
generated
16
AIProofread/Ribbon1.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
partial class Ribbon1 : Microsoft.Office.Tools.Ribbon.RibbonBase
|
||||
{
|
||||
@ -79,7 +79,7 @@
|
||||
// btnProofreadAll
|
||||
//
|
||||
this.btnProofreadAll.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnProofreadAll.Image = global::WordAddInTest2024.Properties.Resources.search_proofread;
|
||||
this.btnProofreadAll.Image = global::AIProofread.Properties.Resources.search_proofread;
|
||||
this.btnProofreadAll.Label = "全文校对";
|
||||
this.btnProofreadAll.Name = "btnProofreadAll";
|
||||
this.btnProofreadAll.ShowImage = true;
|
||||
@ -87,7 +87,7 @@
|
||||
// btnProofreadSelect
|
||||
//
|
||||
this.btnProofreadSelect.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnProofreadSelect.Image = global::WordAddInTest2024.Properties.Resources.selection;
|
||||
this.btnProofreadSelect.Image = global::AIProofread.Properties.Resources.selection;
|
||||
this.btnProofreadSelect.Label = "全文校对";
|
||||
this.btnProofreadSelect.Name = "btnProofreadSelect";
|
||||
this.btnProofreadSelect.ShowImage = true;
|
||||
@ -95,7 +95,7 @@
|
||||
// btnClear
|
||||
//
|
||||
this.btnClear.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnClear.Image = global::WordAddInTest2024.Properties.Resources.clear;
|
||||
this.btnClear.Image = global::AIProofread.Properties.Resources.clear;
|
||||
this.btnClear.Label = "清除标注";
|
||||
this.btnClear.Name = "btnClear";
|
||||
this.btnClear.ShowImage = true;
|
||||
@ -109,7 +109,7 @@
|
||||
// btnOpenLexicon
|
||||
//
|
||||
this.btnOpenLexicon.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnOpenLexicon.Image = global::WordAddInTest2024.Properties.Resources.lexicon;
|
||||
this.btnOpenLexicon.Image = global::AIProofread.Properties.Resources.lexicon;
|
||||
this.btnOpenLexicon.Label = "词库管理";
|
||||
this.btnOpenLexicon.Name = "btnOpenLexicon";
|
||||
this.btnOpenLexicon.ShowImage = true;
|
||||
@ -124,7 +124,7 @@
|
||||
// btnSetting
|
||||
//
|
||||
this.btnSetting.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnSetting.Image = global::WordAddInTest2024.Properties.Resources.setting;
|
||||
this.btnSetting.Image = global::AIProofread.Properties.Resources.setting;
|
||||
this.btnSetting.Label = "插件设置";
|
||||
this.btnSetting.Name = "btnSetting";
|
||||
this.btnSetting.ShowImage = true;
|
||||
@ -137,7 +137,7 @@
|
||||
// btnLogin
|
||||
//
|
||||
this.btnLogin.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnLogin.Image = global::WordAddInTest2024.Properties.Resources.user;
|
||||
this.btnLogin.Image = global::AIProofread.Properties.Resources.user;
|
||||
this.btnLogin.Label = "用户登录";
|
||||
this.btnLogin.Name = "btnLogin";
|
||||
this.btnLogin.ShowImage = true;
|
||||
@ -155,7 +155,7 @@
|
||||
// btnLogout
|
||||
//
|
||||
this.btnLogout.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
|
||||
this.btnLogout.Image = global::WordAddInTest2024.Properties.Resources.logout;
|
||||
this.btnLogout.Image = global::AIProofread.Properties.Resources.logout;
|
||||
this.btnLogout.Label = "退出登录";
|
||||
this.btnLogout.Name = "btnLogout";
|
||||
this.btnLogout.ShowImage = true;
|
||||
|
@ -4,9 +4,9 @@ using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using WordAddInTest2024.Controls;
|
||||
using AIProofread.Controls;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public partial class Ribbon1
|
||||
{
|
||||
|
2
AIProofread/ThisAddIn.Designer.cs
generated
2
AIProofread/ThisAddIn.Designer.cs
generated
@ -9,7 +9,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#pragma warning disable 414
|
||||
namespace WordAddInTest2024 {
|
||||
namespace AIProofread{
|
||||
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.AddInBase" hostitem:namespace="WordAddInTest2024" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:factoryType="Microsoft.Office.Tools.Word.ApplicationFactory" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
|
||||
<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.AddInBase" hostitem:namespace="AIProofread" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:factoryType="Microsoft.Office.Tools.Word.ApplicationFactory" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
|
||||
<hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.Word.Application" hostitem:cookie="Application" hostitem:modifier="Internal" />
|
||||
<hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" />
|
||||
<hostitem:hostControl hostitem:name="VstoSmartTags" hostitem:identifier="VstoSmartTags" hostitem:type="Microsoft.Office.Tools.SmartTagCollection" hostitem:primaryCookie="VstoSmartTags" hostitem:modifier="Internal" />
|
||||
|
@ -7,7 +7,7 @@ using Word = Microsoft.Office.Interop.Word;
|
||||
using Office = Microsoft.Office.Core;
|
||||
using Microsoft.Office.Tools.Word;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
|
||||
public partial class ThisAddIn
|
||||
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public class DocumentText
|
||||
{
|
||||
|
@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
using WordAddInTest2024.Controls;
|
||||
using AIProofread.Controls;
|
||||
using Office = Microsoft.Office.Core;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public static class Module1
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public class StringUtil
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
namespace WordAddInTest2024
|
||||
namespace AIProofread
|
||||
{
|
||||
public class Tools
|
||||
{
|
||||
|
Binary file not shown.
@ -22,6 +22,13 @@ C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\bin\Debug\Mic
|
||||
C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.csproj.CopyComplete
|
||||
C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.dll
|
||||
C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.pdb
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.AssemblyReference.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Controls.FormLogin.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Controls.ProofreadMainControl.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Properties.Resources.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Ribbon1.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.GenerateResource.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CoreCompileInputs.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-x86\native\WebView2Loader.dll
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-x64\native\WebView2Loader.dll
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-arm64\native\WebView2Loader.dll
|
||||
@ -37,13 +44,6 @@ C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Newtonsoft.J
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.Core.xml
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.WinForms.xml
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.Wpf.xml
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.AssemblyReference.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Controls.FormLogin.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Controls.ProofreadMainControl.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Properties.Resources.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Ribbon1.resources
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.GenerateResource.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CoreCompileInputs.cache
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CopyComplete
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.dll
|
||||
C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.pdb
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user