-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.settings
More file actions
18 lines (18 loc) · 855 Bytes
/
Settings.settings
File metadata and controls
18 lines (18 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="netzlib" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="ExternalResourceRefreshInterval" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">900</Value>
</Setting>
<Setting Name="ExternalResourceTimeout" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="CombinedScriptCacheDuration" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">86400</Value>
</Setting>
<Setting Name="WatchFiles" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>