diff options
Diffstat (limited to 'kurier/Properties/Settings.settings')
-rw-r--r-- | kurier/Properties/Settings.settings | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/kurier/Properties/Settings.settings b/kurier/Properties/Settings.settings index 3964565..1749fb4 100644 --- a/kurier/Properties/Settings.settings +++ b/kurier/Properties/Settings.settings @@ -1,7 +1,21 @@ <?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> - <Profiles> - <Profile Name="(Default)" /> - </Profiles> - <Settings /> -</SettingsFile> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="kurier.Properties" GeneratedClassName="Settings"> + <Profiles /> + <Settings> + <Setting Name="HOST" Type="System.String" Scope="User"> + <Value Profile="(Default)">localhost</Value> + </Setting> + <Setting Name="PORT" Type="System.String" Scope="User"> + <Value Profile="(Default)">3306</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="CONFIGURED" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">False</Value> + </Setting> + </Settings> +</SettingsFile>
\ No newline at end of file |