diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:05:54 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:05:54 -0400 |
| commit | 19e2f80744b150d5be71cd8eba23e56e1a058be5 (patch) | |
| tree | b708a605a47e99e076d127777f33bcbf75ba28c8 /Project Ports/Properties | |
| parent | db8d19f07f457cad229695ae1dc0ddbe8d13e0f3 (diff) | |
| parent | 91c9e2bda08b2f392c99eafb8f3025f6d9fbec46 (diff) | |
| download | Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.tar.gz Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.tar.bz2 Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.zip | |
Merge branch 'master' of https://github.com/UniverseDevGroup/Project-Ports
Diffstat (limited to 'Project Ports/Properties')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 34 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.settings | 14 |
2 files changed, 29 insertions, 19 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 5d13839..8a6e7d7 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -8,23 +8,31 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace Project_Ports.Properties -{ - - +namespace Project_Ports.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.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; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool hijacked { + get { + return ((bool)(this["hijacked"])); + } + set { + this["hijacked"] = value; + } + } } } diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index 3964565..eb1c916 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -1,7 +1,9 @@ <?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> - <Profiles> - <Profile Name="(Default)" /> - </Profiles> - <Settings /> -</SettingsFile> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Project_Ports.Properties" GeneratedClassName="Settings"> + <Profiles /> + <Settings> + <Setting Name="hijacked" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">True</Value> + </Setting> + </Settings> +</SettingsFile>
\ No newline at end of file |
