forked from dmnd/Caffeinated
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSettings.settings
More file actions
24 lines (24 loc) · 1.05 KB
/
Settings.settings
File metadata and controls
24 lines (24 loc) · 1.05 KB
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="Caffeinated.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="ActivateAtLaunch" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ShowSettingsAtLaunch" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="DefaultDuration" Type="System.Int32" Scope="User">
<Value Profile="(Default)">480</Value>
</Setting>
<Setting Name="Durations" Type="System.String" Scope="User">
<Value Profile="(Default)">0,15,60,120,480</Value>
</Setting>
<Setting Name="Icon" Type="System.String" Scope="User">
<Value Profile="(Default)">Mug</Value>
</Setting>
<Setting Name="IsFirstLaunch" Type="System.String" Scope="User">
<Value Profile="(Default)">true</Value>
</Setting>
</Settings>
</SettingsFile>