mirror of
https://github.com/eRgo35/Server-Manager.git
synced 2026-02-04 03:16:10 +01:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Server_Manager.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="IP" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">192.168.0.1</Value>
|
|
</Setting>
|
|
<Setting Name="Username" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">admin</Value>
|
|
</Setting>
|
|
<Setting Name="Password" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="ShutdownCMD" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="MAC" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">00-00-00-00-00-00</Value>
|
|
</Setting>
|
|
<Setting Name="BroadcastIP" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">192.168.0.255</Value>
|
|
</Setting>
|
|
<Setting Name="Port" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">9</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |