Server/Properties/Settings.Designer.cs
changeset 126 791786747ba6
parent 100 7e02ac8b13ba
child 153 95f253aaf588
     1.1 --- a/Server/Properties/Settings.Designer.cs	Tue Mar 17 20:12:00 2015 +0100
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Wed Mar 18 18:31:37 2015 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4      
     1.5      
     1.6      [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     1.7 -    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
     1.8 +    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
     1.9      internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1.10          
    1.11          private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
    1.12 @@ -93,5 +93,17 @@
    1.13                  this["StartMinimized"] = value;
    1.14              }
    1.15          }
    1.16 +        
    1.17 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.18 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.19 +        [global::System.Configuration.DefaultSettingValueAttribute("None")]
    1.20 +        public string StartFileName {
    1.21 +            get {
    1.22 +                return ((string)(this["StartFileName"]));
    1.23 +            }
    1.24 +            set {
    1.25 +                this["StartFileName"] = value;
    1.26 +            }
    1.27 +        }
    1.28      }
    1.29  }