diff options
Diffstat (limited to 'grapher/Properties')
| -rw-r--r-- | grapher/Properties/Settings.Designer.cs | 22 | ||||
| -rw-r--r-- | grapher/Properties/Settings.settings | 6 |
2 files changed, 17 insertions, 11 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs index de55113..d305209 100644 --- a/grapher/Properties/Settings.Designer.cs +++ b/grapher/Properties/Settings.Designer.cs @@ -8,17 +8,21 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace grapher.Properties { - - +namespace grapher.Properties +{ + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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 { + + public static Settings Default + { + get + { return defaultInstance; } } diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 8e615f2..3964565 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,5 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> - <Profiles /> + <Profiles> + <Profile Name="(Default)" /> + </Profiles> <Settings /> -</SettingsFile>
\ No newline at end of file +</SettingsFile> |