From f6b8473900cf4ae3eceb9eca6c328d6e2dc75681 Mon Sep 17 00:00:00 2001 From: komutan Date: Thu, 23 Apr 2015 20:25:40 +0900 Subject: [PATCH] =?utf8?q?app.config=E3=81=AEDicDir=E3=81=AE=E5=88=9D?= =?utf8?q?=E6=9C=9F=E5=80=A4=E3=82=92dic=E3=81=AB=E5=A4=89=E6=9B=B4?= =?utf8?q?=E3=80=82=E7=90=86=E7=94=B1=EF=BC=9A=E3=83=91=E3=82=B9=E5=8C=BA?= =?utf8?q?=E5=88=87=E3=82=8A=E6=96=87=E5=AD=97=E3=81=AF=E7=92=B0=E5=A2=83?= =?utf8?q?=E3=81=AB=E4=BE=9D=E5=AD=98=E3=81=99=E3=82=8B=E3=81=AE=E3=81=A7?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/LibNMeCab/Properties/Settings.Designer.cs | 106 +++++++++++++------------- src/LibNMeCab/Properties/Settings.settings | 6 +- src/LibNMeCab/app.config | 8 +- 3 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/LibNMeCab/Properties/Settings.Designer.cs b/src/LibNMeCab/Properties/Settings.Designer.cs index 77e0507..285e413 100644 --- a/src/LibNMeCab/Properties/Settings.Designer.cs +++ b/src/LibNMeCab/Properties/Settings.Designer.cs @@ -1,53 +1,53 @@ -//------------------------------------------------------------------------------ -// -// このコードはツールによって生成されました。 -// ランタイム バージョン:4.0.30319.239 -// -// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 -// コードが再生成されるときに損失したりします。 -// -//------------------------------------------------------------------------------ - -namespace NMeCab.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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 { - return defaultInstance; - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("dic\\ipadic")] - public string DicDir { - get { - return ((string)(this["DicDir"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] - public string UserDic { - get { - return ((string)(this["UserDic"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("lattice")] - public string OutputFormatType { - get { - return ((string)(this["OutputFormatType"])); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34014 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace NMeCab.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.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 { + return defaultInstance; + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string UserDic { + get { + return ((string)(this["UserDic"])); + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("lattice")] + public string OutputFormatType { + get { + return ((string)(this["OutputFormatType"])); + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("dic")] + public string DicDir { + get { + return ((string)(this["DicDir"])); + } + } + } +} diff --git a/src/LibNMeCab/Properties/Settings.settings b/src/LibNMeCab/Properties/Settings.settings index 04cef76..a168599 100644 --- a/src/LibNMeCab/Properties/Settings.settings +++ b/src/LibNMeCab/Properties/Settings.settings @@ -2,14 +2,14 @@ - - dic\ipadic - lattice + + dic + \ No newline at end of file diff --git a/src/LibNMeCab/app.config b/src/LibNMeCab/app.config index 837b72f..deef904 100644 --- a/src/LibNMeCab/app.config +++ b/src/LibNMeCab/app.config @@ -7,15 +7,15 @@ - - dic\ipadic - - + lattice + + dic + -- 2.11.0