Update Settings

pull/98/head
Brian Lima 2 years ago
parent a61ee3ba78
commit c4905da473

@ -25,10 +25,27 @@
<setting name="SteamGridDbApiKey" serializeAs="String">
<value />
</setting>
<setting name="SelectedSteamGridDB_Style" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_Type" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_nfsw" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_Humor" serializeAs="String">
<value>0</value>
</setting>
<setting name="OfferedSteamGridDB" serializeAs="String">
<value>False</value>
</setting>
<setting name="Tags" serializeAs="String">
<value>READY TO PLAY,XBOX</value>
</setting>
<setting name="SteamGridDB_Style" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<string>any</string>
<string>alternate</string>
<string>blurred</string>
@ -40,8 +57,7 @@
</setting>
<setting name="SteamGridDB_Type" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<string>any</string>
<string>static</string>
<string>animated</string>
@ -50,8 +66,7 @@
</setting>
<setting name="SteamGridDB_nfsw" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<string>false</string>
<string>any</string>
<string>true</string>
@ -60,32 +75,13 @@
</setting>
<setting name="SteamGridDB_Humor" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<string>false</string>
<string>any</string>
<string>true</string>
</ArrayOfString>
</value>
</setting>
<setting name="SelectedSteamGridDB_Style" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_Type" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_nfsw" serializeAs="String">
<value>0</value>
</setting>
<setting name="SelectedSteamGridDB_Humor" serializeAs="String">
<value>0</value>
</setting>
<setting name="OfferedSteamGridDB" serializeAs="String">
<value>False</value>
</setting>
<setting name="Tags" serializeAs="String">
<value>READY TO PLAY,XBOX</value>
</setting>
</UWPHook.Properties.Settings>
</userSettings>
<runtime>

@ -85,138 +85,138 @@ namespace UWPHook.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
<ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
<string>any</string>
<string>alternate</string>
<string>blurred</string>
<string>white_logo</string>
<string>material</string>
<string>no_logo </string>
</ArrayOfString>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Style {
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Style {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Style"]));
return ((int)(this["SelectedSteamGridDB_Style"]));
}
set {
this["SteamGridDB_Style"] = value;
this["SelectedSteamGridDB_Style"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
"tring>any</string>\r\n <string>static</string>\r\n <string>animated</string>\r\n</Ar" +
"rayOfString>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Type {
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Type {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Type"]));
return ((int)(this["SelectedSteamGridDB_Type"]));
}
set {
this["SteamGridDB_Type"] = value;
this["SelectedSteamGridDB_Type"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
"tring>false</string>\r\n <string>any</string>\r\n <string>true</string>\r\n</ArrayOf" +
"String>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_nfsw {
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_nfsw {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_nfsw"]));
return ((int)(this["SelectedSteamGridDB_nfsw"]));
}
set {
this["SteamGridDB_nfsw"] = value;
this["SelectedSteamGridDB_nfsw"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
"tring>false</string>\r\n <string>any</string>\r\n <string>true</string>\r\n</ArrayOf" +
"String>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Humor {
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Humor {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Humor"]));
return ((int)(this["SelectedSteamGridDB_Humor"]));
}
set {
this["SteamGridDB_Humor"] = value;
this["SelectedSteamGridDB_Humor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Style {
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool OfferedSteamGridDB {
get {
return ((int)(this["SelectedSteamGridDB_Style"]));
return ((bool)(this["OfferedSteamGridDB"]));
}
set {
this["SelectedSteamGridDB_Style"] = value;
this["OfferedSteamGridDB"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Type {
[global::System.Configuration.DefaultSettingValueAttribute("READY TO PLAY,XBOX")]
public string Tags {
get {
return ((int)(this["SelectedSteamGridDB_Type"]));
return ((string)(this["Tags"]));
}
set {
this["SelectedSteamGridDB_Type"] = value;
this["Tags"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_nfsw {
[global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
<ArrayOfString xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"">
<string>any</string>
<string>alternate</string>
<string>blurred</string>
<string>white_logo</string>
<string>material</string>
<string>no_logo </string>
</ArrayOfString>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Style {
get {
return ((int)(this["SelectedSteamGridDB_nfsw"]));
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Style"]));
}
set {
this["SelectedSteamGridDB_nfsw"] = value;
this["SteamGridDB_Style"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int SelectedSteamGridDB_Humor {
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <s" +
"tring>any</string>\r\n <string>static</string>\r\n <string>animated</string>\r\n</Ar" +
"rayOfString>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Type {
get {
return ((int)(this["SelectedSteamGridDB_Humor"]));
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Type"]));
}
set {
this["SelectedSteamGridDB_Humor"] = value;
this["SteamGridDB_Type"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool OfferedSteamGridDB {
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <s" +
"tring>false</string>\r\n <string>any</string>\r\n <string>true</string>\r\n</ArrayOf" +
"String>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_nfsw {
get {
return ((bool)(this["OfferedSteamGridDB"]));
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_nfsw"]));
}
set {
this["OfferedSteamGridDB"] = value;
this["SteamGridDB_nfsw"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("READY TO PLAY,XBOX")]
public string Tags {
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <s" +
"tring>false</string>\r\n <string>any</string>\r\n <string>true</string>\r\n</ArrayOf" +
"String>")]
public global::System.Collections.Specialized.StringCollection SteamGridDB_Humor {
get {
return ((string)(this["Tags"]));
return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Humor"]));
}
set {
this["Tags"] = value;
this["SteamGridDB_Humor"] = value;
}
}
}

@ -17,9 +17,27 @@
<Setting Name="SteamGridDbApiKey" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="SelectedSteamGridDB_Style" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_Type" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_nfsw" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_Humor" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="OfferedSteamGridDB" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Tags" Type="System.String" Scope="User">
<Value Profile="(Default)">READY TO PLAY,XBOX</Value>
</Setting>
<Setting Name="SteamGridDB_Style" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;string&gt;any&lt;/string&gt;
&lt;string&gt;alternate&lt;/string&gt;
&lt;string&gt;blurred&lt;/string&gt;
@ -30,7 +48,7 @@
</Setting>
<Setting Name="SteamGridDB_Type" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;string&gt;any&lt;/string&gt;
&lt;string&gt;static&lt;/string&gt;
&lt;string&gt;animated&lt;/string&gt;
@ -38,7 +56,7 @@
</Setting>
<Setting Name="SteamGridDB_nfsw" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;string&gt;false&lt;/string&gt;
&lt;string&gt;any&lt;/string&gt;
&lt;string&gt;true&lt;/string&gt;
@ -46,29 +64,11 @@
</Setting>
<Setting Name="SteamGridDB_Humor" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;string&gt;false&lt;/string&gt;
&lt;string&gt;any&lt;/string&gt;
&lt;string&gt;true&lt;/string&gt;
&lt;/ArrayOfString&gt;</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_Style" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_Type" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_nfsw" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedSteamGridDB_Humor" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="OfferedSteamGridDB" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Tags" Type="System.String" Scope="User">
<Value Profile="(Default)">READY TO PLAY,XBOX</Value>
</Setting>
</Settings>
</SettingsFile>
Loading…
Cancel
Save