diff -r 03a1757a38df -r 95f253aaf588 Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Wed Sep 02 12:54:07 2015 +0200 +++ b/Server/Properties/Settings.Designer.cs Wed Sep 02 16:02:24 2015 +0200 @@ -105,5 +105,17 @@ this["StartFileName"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None")] + public string OpticalDriveToEject { + get { + return ((string)(this["OpticalDriveToEject"])); + } + set { + this["OpticalDriveToEject"] = value; + } + } } }