Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GetAdocUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
Tools
GetAdocUI
Commits
f2b0a8e9
Commit
f2b0a8e9
authored
Jan 25, 2026
by
AP matsuo koji
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
バージョン修正
* V3.0.0.1
parent
a5ff1e65
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
7 deletions
+31
-7
GetADocVS2022.sln
GetADocVS2022.sln
+6
-1
GetADocGUI.exe
Release/GetADocGUI.exe
+0
-0
GetADoc.csproj
Src_UI/GetADoc.csproj
+20
-1
AssemblyInfo.cs
Src_UI/Properties/AssemblyInfo.cs
+5
-5
No files found.
GetADocVS2022.sln
View file @
f2b0a8e9
Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 17.0.0.0
MinimumVisualStudioVersion = 17.0.0.0
...
@@ -9,13 +8,19 @@ EndProject
...
@@ -9,13 +8,19 @@ EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{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|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.ActiveCfg = Release|Any CPU
{7A8DE09F-1468-4C6C-8607-8A03548AFBAC}.Release|Any CPU.Build.0 = 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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
Release/GetADocGUI.exe
View file @
f2b0a8e9
No preview for this file type
Src_UI/GetADoc.csproj
View file @
f2b0a8e9
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<WarningLevel>
4
</WarningLevel>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<PlatformTarget>
x64
</PlatformTarget>
<DebugType>
none
</DebugType>
<DebugType>
none
</DebugType>
<Optimize>
true
</Optimize>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<OutputPath>
bin\Release\
</OutputPath>
...
@@ -38,6 +38,25 @@
...
@@ -38,6 +38,25 @@
<PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
adoc.ico
</ApplicationIcon>
<ApplicationIcon>
adoc.ico
</ApplicationIcon>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Debug|x64'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\x64\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<DebugType>
pdbonly
</DebugType>
<PlatformTarget>
x64
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Release|x64'"
>
<OutputPath>
bin\x64\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<Optimize>
true
</Optimize>
<PlatformTarget>
x64
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"
>
<Reference
Include=
"Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll
</HintPath>
<HintPath>
..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll
</HintPath>
...
...
Src_UI/Properties/AssemblyInfo.cs
View file @
f2b0a8e9
...
@@ -10,10 +10,10 @@ using System.Windows;
...
@@ -10,10 +10,10 @@ using System.Windows;
[
assembly
:
AssemblyTitle
(
"GetADoc"
)]
[
assembly
:
AssemblyTitle
(
"GetADoc"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyCompany
(
"
SCREEN Graphic Solutions Co., Ltd.
"
)]
[
assembly
:
AssemblyProduct
(
"GetADoc"
)]
[
assembly
:
AssemblyProduct
(
"GetADoc"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 202
1
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 202
6
"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyTrademark
(
"
SCREEN Graphic Solutions Co., Ltd.
"
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから
// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから
...
@@ -51,5 +51,5 @@ using System.Windows;
...
@@ -51,5 +51,5 @@ using System.Windows;
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"
1.0.0.0
"
)]
[
assembly
:
AssemblyVersion
(
"
3.0.0.1
"
)]
[
assembly
:
AssemblyFileVersion
(
"
1.0.0.0
"
)]
[
assembly
:
AssemblyFileVersion
(
"
3.0.0.1
"
)]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment