blob: b0c75fde3ca57ce1f4699eae95423254d3157dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="IvyProbeConsole.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="domain" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="name" Type="System.String" Scope="Application">
<Value Profile="(Default)">C#ProbeConsole</Value>
</Setting>
<Setting Name="quiet" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="timestamp" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="IvyDebug" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>
|