diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-08-27 12:03:56 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-08-27 12:03:56 -0400 |
| commit | 1d66f7f09ae28109df5bf645ee683bd2e39d0026 (patch) | |
| tree | cce561aaca6c5c52850bffe9e4d0634fbec69cac /Project Ports/Properties | |
| parent | 19dbbe92a8fbb0ab5dd482cf5f498cdf1962c63f (diff) | |
| download | Project-Silicon-1d66f7f09ae28109df5bf645ee683bd2e39d0026.tar.gz Project-Silicon-1d66f7f09ae28109df5bf645ee683bd2e39d0026.tar.bz2 Project-Silicon-1d66f7f09ae28109df5bf645ee683bd2e39d0026.zip | |
Added some storyline
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 8a6e7d7..b141875 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -34,5 +34,17 @@ namespace Project_Ports.Properties { this["hijacked"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool chatterStoryline { + get { + return ((bool)(this["chatterStoryline"])); + } + set { + this["chatterStoryline"] = value; + } + } } } diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index eb1c916..9ed20d1 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -5,5 +5,8 @@ <Setting Name="hijacked" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> + <Setting Name="chatterStoryline" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">True</Value> + </Setting> </Settings> </SettingsFile>
\ No newline at end of file |
