BoTW-Multiplayer/C#/GUIApp/Properties/Settings.settings
2025-01-20 14:05:21 -06:00

36 lines
1.5 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="GUIApp.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="playerName" Type="System.String" Scope="User">
<Value Profile="(Default)">Link</Value>
</Setting>
<Setting Name="lastServerName" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastDescription" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastPassword" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastIP" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastPort" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastEnemySync" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="lastGlyphSync" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="EnemiesSynced" Type="System.String" Scope="User">
<Value Profile="(Default)">-1</Value>
</Setting>
<Setting Name="lastQuestSync" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>