mirror of
https://github.com/eRgo35/Server-Manager.git
synced 2026-02-04 03:16:10 +01:00
12 lines
563 B
XML
12 lines
563 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="POWER_IP" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">192.168.0.200</Value>
|
|
</Setting>
|
|
<Setting Name="OS_IP" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">192.168.0.17</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |