summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-05-01 20:49:11 +1000
committerMatthew Strasiotto <[email protected]>2021-05-01 20:49:11 +1000
commit29647393a6cc898403e9ece9f4856e8ede819937 (patch)
tree31659bc5bb4509c822ad7a3ee980cec4d4dc601e /grapher/Properties/Settings.Designer.cs
parentremove Settings.Settings based config, migrate defintitions to constants (diff)
downloadrawaccel-29647393a6cc898403e9ece9f4856e8ede819937.tar.xz
rawaccel-29647393a6cc898403e9ece9f4856e8ede819937.zip
clean up from adding settings
Diffstat (limited to 'grapher/Properties/Settings.Designer.cs')
-rw-r--r--grapher/Properties/Settings.Designer.cs22
1 files changed, 13 insertions, 9 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;
}
}