Commit f2b0a8e9 authored by AP matsuo koji's avatar AP matsuo koji 😲

バージョン修正

* V3.0.0.1
parent a5ff1e65
 
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
......
No preview for this file type
...@@ -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>
......
...@@ -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 © 2021")] [assembly: AssemblyCopyright("Copyright © 2026")]
[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")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment