From 9c21e1f28cb23b266201a615c7ee62ca81938925 Mon Sep 17 00:00:00 2001 From: Stuart Smith Date: Wed, 2 Jan 2019 15:42:06 +0000 Subject: [PATCH] Added LastSelection property so that it builds! --- PIPlanner/App.config | 3 +++ PIPlanner/Properties/Settings.Designer.cs | 14 +++++++++++++- PIPlanner/Properties/Settings.settings | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/PIPlanner/App.config b/PIPlanner/App.config index ac0043f..ea0093b 100644 --- a/PIPlanner/App.config +++ b/PIPlanner/App.config @@ -19,6 +19,9 @@ + + + diff --git a/PIPlanner/Properties/Settings.Designer.cs b/PIPlanner/Properties/Settings.Designer.cs index 9d50107..aa5c1d5 100644 --- a/PIPlanner/Properties/Settings.Designer.cs +++ b/PIPlanner/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PIPlanner.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -46,5 +46,17 @@ public string LastFilter { this["LastFilter"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string LastSelection { + get { + return ((string)(this["LastSelection"])); + } + set { + this["LastSelection"] = value; + } + } } } diff --git a/PIPlanner/Properties/Settings.settings b/PIPlanner/Properties/Settings.settings index 0d84d60..808f38a 100644 --- a/PIPlanner/Properties/Settings.settings +++ b/PIPlanner/Properties/Settings.settings @@ -8,5 +8,8 @@ + + + \ No newline at end of file