-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalSettings.settings
24 lines (24 loc) · 1.06 KB
/
GlobalSettings.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Weather_Rider" GeneratedClassName="GlobalSettings">
<Profiles />
<Settings>
<Setting Name="Timezone" Type="System.String" Scope="User">
<Value Profile="(Default)">Europe/Berlin</Value>
</Setting>
<Setting Name="TemperatureUnit" Type="System.String" Scope="User">
<Value Profile="(Default)">C</Value>
</Setting>
<Setting Name="WindSpeedUnit" Type="System.String" Scope="User">
<Value Profile="(Default)">km/h</Value>
</Setting>
<Setting Name="PrecipationUnit" Type="System.String" Scope="User">
<Value Profile="(Default)">mm</Value>
</Setting>
<Setting Name="WeatherStationICAO" Type="System.String" Scope="User">
<Value Profile="(Default)">EPWA</Value>
</Setting>
<Setting Name="LastRefresh" Type="System.DateTime" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>