//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Launcher_Client.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [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()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("LumiaPVP")] public string ServerName { get { return ((string)(this["ServerName"])); } set { this["ServerName"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("188.165.209.208")] public string ConnectIP { get { return ((string)(this["ConnectIP"])); } set { this["ConnectIP"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("400")] public int ConnectPort { get { return ((int)(this["ConnectPort"])); } set { this["ConnectPort"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("zlfcyrwZzg]zJ9R")] public string EncryptionKey { get { return ((string)(this["EncryptionKey"])); } set { this["EncryptionKey"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1024")] public int ByteSize { get { return ((int)(this["ByteSize"])); } set { this["ByteSize"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("OxionUpdate.exe")] public string UpdateFile { get { return ((string)(this["UpdateFile"])); } set { this["UpdateFile"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Launcher\\")] public string LauncherFolder { get { return ((string)(this["LauncherFolder"])); } set { this["LauncherFolder"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("http://188.165.209.208/")] public string ServerURL { get { return ((string)(this["ServerURL"])); } set { this["ServerURL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Launcher/")] public string ServerFolder { get { return ((string)(this["ServerFolder"])); } set { this["ServerFolder"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Version.txt")] public string ServerVersion { get { return ((string)(this["ServerVersion"])); } set { this["ServerVersion"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Patches/")] public string ServerPatches { get { return ((string)(this["ServerPatches"])); } set { this["ServerPatches"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Version.txt")] public string ClientVersion { get { return ((string)(this["ClientVersion"])); } set { this["ClientVersion"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Lumia.exe")] public string SecurityExe { get { return ((string)(this["SecurityExe"])); } set { this["SecurityExe"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Update.exe")] public string UpdateExe { get { return ((string)(this["UpdateExe"])); } set { this["UpdateExe"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Vote.txt")] public string VoteFile { get { return ((string)(this["VoteFile"])); } set { this["VoteFile"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Vote2.txt")] public string ShowVoteFile { get { return ((string)(this["ShowVoteFile"])); } set { this["ShowVoteFile"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Username.txt")] public string UsernameFile { get { return ((string)(this["UsernameFile"])); } set { this["UsernameFile"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("SVote.txt")] public string ShouldVote { get { return ((string)(this["ShouldVote"])); } set { this["ShouldVote"] = value; } } } }