aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Properties
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-28 14:22:58 -0400
committerAndrew <alee14498@gmail.com>2018-08-28 14:22:58 -0400
commit90e14a0932b63679c356e8bc1d42e657d7c612ad (patch)
treef7c6e6600e17dc3c3a6b8868c3e3e52c88dc6e1b /Project Ports/Properties
parent88bd278b428e85b54441342d8d94fc7c6e3c9029 (diff)
downloadProject-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.gz
Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.bz2
Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.zip
Changed crashing and added booting
Diffstat (limited to 'Project Ports/Properties')
-rw-r--r--Project Ports/Properties/Settings.Designer.cs12
-rw-r--r--Project Ports/Properties/Settings.settings3
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