mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-13 17:23:18 -05:00
21 lines
947 B
XML
21 lines
947 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="WorldClockStatusWindow.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="WindowSettings" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="AutoStart" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="TimeFormat" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">ddd hh:mm:ss tt</Value>
|
|
</Setting>
|
|
<Setting Name="TimeZones" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">[]</Value>
|
|
</Setting>
|
|
<Setting Name="CheckVersionAtStartup" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |