From af019be471bc6f6a84aee608dbcf73bbc7dbc7db Mon Sep 17 00:00:00 2001 From: Keiichi Namba Date: Thu, 15 Feb 2024 02:12:44 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=95=E3=82=A1=E3=82=AF=E3=82=BF?= =?UTF-8?q?=E3=83=AA=E3=83=B3=E3=82=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Auditore.sln.licenseheader | 8 +- src/Auditore.Library/Auditore.Library.csproj | 2 +- src/Auditore.Library/AuditoreRefObject.cs | 405 +++++++------- src/Auditore.Library/Constants.cs | 48 +- .../Properties/AssemblyInfo.cs | 2 +- src/Auditore.Plugin/Auditore.Plugin.csproj | 6 +- src/Auditore.Plugin/FodyWeavers.xml | 2 +- src/Auditore.Plugin/Main.cs | 194 +++---- .../Properties/AssemblyInfo.cs | 2 +- .../Settings/AuditoreSettings.cs | 60 +- .../Settings/PluginFormData.cs | 43 +- .../Auditore.Remoting.csproj | 2 +- src/Auditore.Remoting/AuditoreClient.cs | 505 ++++++++--------- src/Auditore.Remoting/FodyWeavers.xml | 2 +- src/Auditore.Remoting/IAuditore.cs | 184 +++---- .../Properties/AssemblyInfo.cs | 2 +- src/Auditore.Test/Program.cs | 28 +- src/Auditore.Test/Properties/AssemblyInfo.cs | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- src/Auditore.Test/app.config | 2 +- src/Auditore.Test/frmMain.Designer.cs | 519 +++++++++--------- src/Auditore.Test/frmMain.cs | 178 +++--- 23 files changed, 1054 insertions(+), 1146 deletions(-) diff --git a/Auditore.sln.licenseheader b/Auditore.sln.licenseheader index 5f1ed97..f7b50c1 100644 --- a/Auditore.sln.licenseheader +++ b/Auditore.sln.licenseheader @@ -3,7 +3,7 @@ extensions: .cs .cpp .h #region License Info /* - * © 2019-2022 coreizer + * © 2019-2024 coreizer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ extensions: .cs .cpp .h extensions: .aspx .ascx <%-- - © 2019-2022 coreizer + © 2019-2024 coreizer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ extensions: .aspx .ascx --%> extensions: .vb ' -' © 2019-2022 coreizer +' © 2019-2024 coreizer ' ' This program is free software: you can redistribute it and/or modify ' it under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ extensions: .vb ' extensions: .xml .config .xsd