diff --git a/H.Core/Properties/Settings2.Designer.cs b/H.Core/Properties/Settings2.Designer.cs deleted file mode 100644 index 76a860d3..00000000 --- a/H.Core/Properties/Settings2.Designer.cs +++ /dev/null @@ -1,38 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace H.Core.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.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.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Metric")] - public global::Holos.Core.Enumerations.MeasurementSystemType MeasurementSystem { - get { - return ((global::Holos.Core.Enumerations.MeasurementSystemType)(this["MeasurementSystem"])); - } - set { - this["MeasurementSystem"] = value; - } - } - } -}