diff options
Diffstat (limited to 'Project Ports/Properties/Settings.Designer.cs')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index c9730c8..acb72c0 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -58,5 +58,17 @@ namespace Project_Ports.Properties { this["version"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool hijacked2 { + get { + return ((bool)(this["hijacked2"])); + } + set { + this["hijacked2"] = value; + } + } } } |
