blob: 7dbc1ee39a9b4d7c381440a09dda5133b17e855e (
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="Aktywator.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="HOST" Type="System.String" Scope="User">
<Value Profile="(Default)">localhost</Value>
</Setting>
<Setting Name="USER" Type="System.String" Scope="User">
<Value Profile="(Default)">root</Value>
</Setting>
<Setting Name="PASS" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PORT" Type="System.String" Scope="User">
<Value Profile="(Default)">3306</Value>
</Setting>
<Setting Name="CONFIGURED" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>
|