diff options
Diffstat (limited to 'Project Ports/Properties')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 12 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.settings | 3 |
2 files changed, 15 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; + } + } } } diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index 0d54ca1..f43d837 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -11,5 +11,8 @@ <Setting Name="version" Type="System.String" Scope="User"> <Value Profile="(Default)">Alpha 0.2</Value> </Setting> + <Setting Name="hijacked2" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">False</Value> + </Setting> </Settings> </SettingsFile>
\ No newline at end of file |
