mirror of
https://github.com/JonasNilson/idle_master_extended.git
synced 2025-05-15 13:53:50 +02:00
105 lines
No EOL
4.7 KiB
XML
105 lines
No EOL
4.7 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="IdleMasterExtended.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="sessionid" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="steamLogin" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="myProfileURL" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="steamparental" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="sort" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="minToTray" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="updateNeeded" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="ignoreclient" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="showUsername" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="OnlyOneGameIdle" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="steamRememberLogin" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="steamMachineAuth" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="totalCardIdled" Type="System.UInt32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="totalMinutesIdled" Type="System.UInt32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="language" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="OneThenMany" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="customTheme" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="colorBgd" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">38, 38, 38</Value>
|
|
</Setting>
|
|
<Setting Name="colorTxt" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">196, 196, 196</Value>
|
|
</Setting>
|
|
<Setting Name="whiteIcons" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="colorBgdOriginal" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">Control</Value>
|
|
</Setting>
|
|
<Setting Name="colorTxtOriginal" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">ControlText</Value>
|
|
</Setting>
|
|
<Setting Name="fastMode" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="steamLoginSecure" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="colorSteamGreen" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">126, 166, 75</Value>
|
|
</Setting>
|
|
<Setting Name="NoSleep" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="ShutdownWindowsOnDone" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="IdleOnlyPlayed" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="blacklist" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
|
<Value Profile="(Default)"><?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 />
|
|
</ArrayOfString></Value>
|
|
</Setting>
|
|
<Setting Name="whitelist" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
|
<Value Profile="(Default)"><?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 />
|
|
</ArrayOfString></Value>
|
|
</Setting>
|
|
<Setting Name="IdlingModeWhitelist" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |