diff --git a/osrs-toolbox/Properties/Settings.Designer.cs b/osrs-toolbox/Properties/Settings.Designer.cs new file mode 100644 index 0000000..ed2a47d --- /dev/null +++ b/osrs-toolbox/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 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 osrs_toolbox.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.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; + } + } + } +} diff --git a/osrs-toolbox/Properties/Settings.settings b/osrs-toolbox/Properties/Settings.settings new file mode 100644 index 0000000..049245f --- /dev/null +++ b/osrs-toolbox/Properties/Settings.settings @@ -0,0 +1,6 @@ + + + + + + diff --git a/osrs-toolbox/osrs-toolbox.csproj b/osrs-toolbox/osrs-toolbox.csproj index c0057d1..e47dc07 100644 --- a/osrs-toolbox/osrs-toolbox.csproj +++ b/osrs-toolbox/osrs-toolbox.csproj @@ -23,6 +23,11 @@ True Resources.resx + + True + True + Settings.settings + @@ -32,4 +37,11 @@ + + + SettingsSingleFileGenerator + Settings.Designer.cs + + +