diff --git a/GetADocVS2022.sln b/GetADocVS2022.sln
index f423915756730d5a01976cd638b45e568053beda..a71ce4204f4c5bb412feec11bdd20bb22498dc21 100644
--- a/GetADocVS2022.sln
+++ b/GetADocVS2022.sln
@@ -1,6 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 17.0.0.0
@@ -9,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Debug|x64.ActiveCfg = Debug|x64
+ {7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Debug|x64.Build.0 = Debug|x64
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Release|x64.ActiveCfg = Release|x64
+ {7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Release/GetADocGUI.exe b/Release/GetADocGUI.exe
index fea74e61ff2304b59378de69e29afecdee0baf23..4246dff1a64f4455711e79240724f0811684ffb5 100644
Binary files a/Release/GetADocGUI.exe and b/Release/GetADocGUI.exe differ
diff --git a/Src_UI/GetADoc.csproj b/Src_UI/GetADoc.csproj
index dac2fda1be48f5adb1e69f3c35c241ed97273dcb..9ad42367f159c97158f8827047a365b295e6e8e1 100644
--- a/Src_UI/GetADoc.csproj
+++ b/Src_UI/GetADoc.csproj
@@ -27,7 +27,7 @@
4
- AnyCPU
+ x64
none
true
bin\Release\
@@ -38,6 +38,25 @@
adoc.ico
+
+ true
+ bin\x64\Debug\
+ DEBUG;TRACE
+ pdbonly
+ x64
+ 7.3
+ prompt
+ true
+
+
+ bin\x64\Release\
+ TRACE
+ true
+ x64
+ 7.3
+ prompt
+ true
+
..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll
diff --git a/Src_UI/Properties/AssemblyInfo.cs b/Src_UI/Properties/AssemblyInfo.cs
index aa4107a745dfe7dc4a8ad0b5fe1226eac5c0b759..793ae0e90cd2000af68eb7041a1112a20899ab7b 100644
--- a/Src_UI/Properties/AssemblyInfo.cs
+++ b/Src_UI/Properties/AssemblyInfo.cs
@@ -10,10 +10,10 @@ using System.Windows;
[assembly: AssemblyTitle("GetADoc")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("SCREEN Graphic Solutions Co., Ltd.")]
[assembly: AssemblyProduct("GetADoc")]
-[assembly: AssemblyCopyright("Copyright © 2021")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCopyright("Copyright © 2026")]
+[assembly: AssemblyTrademark("SCREEN Graphic Solutions Co., Ltd.")]
[assembly: AssemblyCulture("")]
// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから
@@ -51,5 +51,5 @@ using System.Windows;
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("3.0.0.1")]
+[assembly: AssemblyFileVersion("3.0.0.1")]