ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/Properties/Settings.Designer.cs
(Generate patch)

Comparing trunk/RomCheater.Logging/Properties/Settings.Designer.cs (file contents):
Revision 814 by william, Thu May 10 13:55:44 2012 UTC vs.
Revision 815 by william, Tue Apr 15 16:34:03 2014 UTC

--- trunk/RomCheater.Logging/Properties/Settings.Designer.cs	2014/04/15 15:58:50	814
+++ trunk/RomCheater.Logging/Properties/Settings.Designer.cs	2014/04/15 16:34:03	815
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
-//     Runtime Version:4.0.30319.225
+//     Runtime Version:4.0.30319.18444
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.
@@ -12,7 +12,7 @@ namespace RomCheater.Logging.Properties
     
     
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
     public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
         
         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -46,5 +46,29 @@ namespace RomCheater.Logging.Properties
                 this["LoggingFlags"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("0")]
+        public uint gLogLoggingFlags {
+            get {
+                return ((uint)(this["gLogLoggingFlags"]));
+            }
+            set {
+                this["gLogLoggingFlags"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("False")]
+        public bool UpgradedLogLevel {
+            get {
+                return ((bool)(this["UpgradedLogLevel"]));
+            }
+            set {
+                this["UpgradedLogLevel"] = value;
+            }
+        }
     }
 }