//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace UWPHook.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] public 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("False")] public bool ChangeLanguage { get { return ((bool)(this["ChangeLanguage"])); } set { this["ChangeLanguage"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string TargetLanguage { get { return ((string)(this["TargetLanguage"])); } set { this["TargetLanguage"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("5")] public int Seconds { get { return ((int)(this["Seconds"])); } set { this["Seconds"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool StreamMode { get { return ((bool)(this["StreamMode"])); } set { this["StreamMode"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("617eb1e4ce186060a4b1e2ab0d468a44")] public string SteamGridDbApiKey { get { return ((string)(this["SteamGridDbApiKey"])); } set { this["SteamGridDbApiKey"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute(@" any alternate blurred white_logo material no_logo ")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Style { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Style"])); } set { this["SteamGridDB_Style"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n any\r\n static\r\n animated\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Type { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Type"])); } set { this["SteamGridDB_Type"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_nfsw { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_nfsw"])); } set { this["SteamGridDB_nfsw"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Humor { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Humor"])); } set { this["SteamGridDB_Humor"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int SelectedSteamGridDB_Style { get { return ((int)(this["SelectedSteamGridDB_Style"])); } set { this["SelectedSteamGridDB_Style"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int SelectedSteamGridDB_Type { get { return ((int)(this["SelectedSteamGridDB_Type"])); } set { this["SelectedSteamGridDB_Type"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int SelectedSteamGridDB_nfsw { get { return ((int)(this["SelectedSteamGridDB_nfsw"])); } set { this["SelectedSteamGridDB_nfsw"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int SelectedSteamGridDB_Humor { get { return ((int)(this["SelectedSteamGridDB_Humor"])); } set { this["SelectedSteamGridDB_Humor"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool OfferedSteamGridDB { get { return ((bool)(this["OfferedSteamGridDB"])); } set { this["OfferedSteamGridDB"] = value; } } } }