mirror of
https://github.com/eRgo35/Server-Manager.git
synced 2026-02-04 03:16:10 +01:00
Official 1.0.0 Release
This commit is contained in:
@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Server Power Manager")]
|
||||
[assembly: AssemblyDescription("Turn on or Turn off your Server in LAN")]
|
||||
[assembly: AssemblyTitle("Server Manager")]
|
||||
[assembly: AssemblyDescription("Manage your server")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Michał Czyż")]
|
||||
[assembly: AssemblyProduct("Server Power Manager")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||||
[assembly: AssemblyProduct("Server Manager")]
|
||||
[assembly: AssemblyCopyright("Copyright(c) 2021 CC-BY-SA")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
10
Server Manager/Properties/Settings.Designer.cs
generated
10
Server Manager/Properties/Settings.Designer.cs
generated
@@ -25,7 +25,7 @@ namespace Server_Manager.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0.250")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0.1")]
|
||||
public string IP {
|
||||
get {
|
||||
return ((string)(this["IP"]));
|
||||
@@ -37,7 +37,7 @@ namespace Server_Manager.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("domowy")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("admin")]
|
||||
public string Username {
|
||||
get {
|
||||
return ((string)(this["Username"]));
|
||||
@@ -49,7 +49,7 @@ namespace Server_Manager.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("qaz")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string Password {
|
||||
get {
|
||||
return ((string)(this["Password"]));
|
||||
@@ -61,7 +61,7 @@ namespace Server_Manager.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("shutdown -s -t 0")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string ShutdownCMD {
|
||||
get {
|
||||
return ((string)(this["ShutdownCMD"]));
|
||||
@@ -73,7 +73,7 @@ namespace Server_Manager.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("60-32-B1-D8-C7-A0")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00-00-00-00-00-00")]
|
||||
public string MAC {
|
||||
get {
|
||||
return ((string)(this["MAC"]));
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="IP" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">192.168.0.250</Value>
|
||||
<Value Profile="(Default)">192.168.0.1</Value>
|
||||
</Setting>
|
||||
<Setting Name="Username" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">domowy</Value>
|
||||
<Value Profile="(Default)">admin</Value>
|
||||
</Setting>
|
||||
<Setting Name="Password" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">qaz</Value>
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="ShutdownCMD" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">shutdown -s -t 0</Value>
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="MAC" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">60-32-B1-D8-C7-A0</Value>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user