From 7444db2a3f97766e9e3f8e1bf4cc97c6f08aee03 Mon Sep 17 00:00:00 2001 From: justln1113 Date: Fri, 17 Jan 2020 09:02:43 +0800 Subject: [PATCH] The required minimum version of .net framework is adjusted to 4.0 --- App.config | 6 +++--- Form1.cs | 2 ++ Properties/AssemblyInfo.cs | 8 ++++---- Properties/Settings.Designer.cs | 30 +++++++++++++----------------- oto2dvcfg.csproj | 3 ++- 5 files changed, 24 insertions(+), 25 deletions(-) diff --git a/App.config b/App.config index 56efbc7..74ade9d 100644 --- a/App.config +++ b/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Form1.cs b/Form1.cs index 8c23b15..0ab5623 100644 --- a/Form1.cs +++ b/Form1.cs @@ -694,9 +694,11 @@ public void OpenOTO_Click(object sender, EventArgs e) } else { + /* MessageBox.Show("OTO file not exists.", "(╯°□°)╯︵ ┻━┻", MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1); formLoading.Hide(); errorMessageInListView(); + */ } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index cb0e057..17da59b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ [assembly: AssemblyTitle("oto2dvcfg")] [assembly: AssemblyDescription("utau voicebank config to deepvocal voicebank config converter")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("justln1113")] +[assembly: AssemblyCompany("Taiwan VUS Team")] [assembly: AssemblyProduct("oto2dvcfg")] -[assembly: AssemblyCopyright("Copyright © 2019 justln1113")] +[assembly: AssemblyCopyright("Copyright © 2020 justln1113")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // 您可以指定所有的值,也可以使用 '*' 將組建和修訂編號 // 設為預設,如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.3.0")] -[assembly: AssemblyFileVersion("0.0.3.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index fed7297..47a7806 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// 這段程式碼是由工具產生的。 +// 執行階段版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼, +// 變更將會遺失。 // //------------------------------------------------------------------------------ -namespace oto2dvcfg.Properties -{ - - +namespace oto2dvcfg.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/oto2dvcfg.csproj b/oto2dvcfg.csproj index e798a34..6ccad46 100644 --- a/oto2dvcfg.csproj +++ b/oto2dvcfg.csproj @@ -8,10 +8,11 @@ WinExe oto2dvcfg oto2dvcfg - v4.7.2 + v4.0 512 true true + AnyCPU