blob: f23b946abec9724c02dca110f0c390e8a1b780bd (
plain)
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="IvyBus.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="IvyProtocolVersion" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">3</Value>
</Setting>
<Setting Name="IvyPing" 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>
<Setting Name="IvyBus" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AppName" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ReadyMessage" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>
|