diff -r 66a68098a4d1 -r 791786747ba6 Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Tue Mar 17 20:12:00 2015 +0100 +++ b/Server/Properties/Settings.Designer.cs Wed Mar 18 18:31:37 2015 +0100 @@ -12,7 +12,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -93,5 +93,17 @@ this["StartMinimized"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None")] + public string StartFileName { + get { + return ((string)(this["StartFileName"])); + } + set { + this["StartFileName"] = value; + } + } } }