From e7ccac18a1b972545359e74225307d53126b8cef Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 12 Mar 2015 20:47:33 -0500 Subject: [PATCH] Remove settings from userSettings that are now handled via ConfigurationManager. --- NetTally/App.config | 8 +------ NetTally/Properties/AssemblyInfo.cs | 4 ++-- NetTally/Properties/Settings.Designer.cs | 30 +++--------------------- NetTally/Properties/Settings.settings | 8 +------ 4 files changed, 7 insertions(+), 43 deletions(-) diff --git a/NetTally/App.config b/NetTally/App.config index f8cc72ee..49502870 100644 --- a/NetTally/App.config +++ b/NetTally/App.config @@ -10,15 +10,9 @@ - + False - - False - - - True - diff --git a/NetTally/Properties/AssemblyInfo.cs b/NetTally/Properties/AssemblyInfo.cs index 1e69357d..e5bd84d0 100644 --- a/NetTally/Properties/AssemblyInfo.cs +++ b/NetTally/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] [assembly: AssemblyInformationalVersion("1.0")] diff --git a/NetTally/Properties/Settings.Designer.cs b/NetTally/Properties/Settings.Designer.cs index 4173a0ee..5f7cc53b 100644 --- a/NetTally/Properties/Settings.Designer.cs +++ b/NetTally/Properties/Settings.Designer.cs @@ -26,36 +26,12 @@ public static Settings Default { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool CheckForLastThreadmark { + public bool Upgraded { get { - return ((bool)(this["CheckForLastThreadmark"])); + return ((bool)(this["Upgraded"])); } set { - this["CheckForLastThreadmark"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool UseVotePartitions { - get { - return ((bool)(this["UseVotePartitions"])); - } - set { - this["UseVotePartitions"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool PartitionByLine { - get { - return ((bool)(this["PartitionByLine"])); - } - set { - this["PartitionByLine"] = value; + this["Upgraded"] = value; } } } diff --git a/NetTally/Properties/Settings.settings b/NetTally/Properties/Settings.settings index 319e46b4..9bcbd5d0 100644 --- a/NetTally/Properties/Settings.settings +++ b/NetTally/Properties/Settings.settings @@ -2,14 +2,8 @@ - + False - - False - - - True - \ No newline at end of file