aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Properties
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 15:50:26 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 15:50:26 -0400
commita545b2fb7d156d7e845c1de1676e84082be17dcf (patch)
tree4f54c013dc9636b186a750027957beead8ac0553 /Project Ports/Properties
parent4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32 (diff)
downloadProject-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.tar.gz
Project-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.tar.bz2
Project-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.zip
Made the version number as a variable and added a watermark
Diffstat (limited to 'Project Ports/Properties')
-rw-r--r--Project Ports/Properties/Settings.Designer.cs14
-rw-r--r--Project Ports/Properties/Settings.settings3
2 files changed, 16 insertions, 1 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs
index b141875..c9730c8 100644
--- a/Project Ports/Properties/Settings.Designer.cs
+++ b/Project Ports/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace Project_Ports.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -46,5 +46,17 @@ namespace Project_Ports.Properties {
this["chatterStoryline"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Alpha 0.2")]
+ public string version {
+ get {
+ return ((string)(this["version"]));
+ }
+ set {
+ this["version"] = value;
+ }
+ }
}
}
diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings
index 9ed20d1..0d54ca1 100644
--- a/Project Ports/Properties/Settings.settings
+++ b/Project Ports/Properties/Settings.settings
@@ -8,5 +8,8 @@
<Setting Name="chatterStoryline" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
+ <Setting Name="version" Type="System.String" Scope="User">
+ <Value Profile="(Default)">Alpha 0.2</Value>
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file