forked from r4dius/ChapterGrabber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.settings
86 lines (86 loc) · 3.91 KB
/
Settings.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="JarrettVance.ChapterTools" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="ImportDurations" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="IgnoreShortLastChapter" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="RecentFiles" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="FpsValues" Type="System.Collections.Specialized.StringCollection" Scope="Application">
<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>24000/1001</string>
<string>24</string>
<string>25</string>
<string>30000/1001</string>
<string>30</string>
<string>50</string>
<string>60000/1001</string>
<string>60</string>
</ArrayOfString></Value>
</Setting>
<Setting Name="MaxRecentFiles" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="ShortChapterSeconds" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">30</Value>
</Setting>
<Setting Name="ConfigVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">4.5</Value>
</Setting>
<Setting Name="LastSaveExt" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)">.chapters</Value>
</Setting>
<Setting Name="DefaultLangCode" Type="System.String" Scope="Application">
<Value Profile="(Default)">eng</Value>
</Setting>
<Setting Name="LangValues" 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>chi</string>
<string>dut</string>
<string>eng</string>
<string>fin</string>
<string>fre</string>
<string>ger</string>
<string>ita</string>
<string>jpn</string>
<string>nor</string>
<string>por</string>
<string>ita</string>
<string>rus</string>
<string>spa</string>
<string>swe</string>
</ArrayOfString></Value>
</Setting>
<Setting Name="LastOpenDir" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="LastSaveFilterIndex" Roaming="true" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="AutoCheckForUpdate" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AutoUseDatabase" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="DatabaseApiKey" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="WarnInvalidTitle" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="QuickOpenDir" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DefaultFps" Type="System.Double" Scope="Application">
<Value Profile="(Default)">23.976023976023981</Value>
</Setting>
</Settings>
</SettingsFile>