From f4206ac81c8d1257a5ab267de290660a75316b4b Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Wed, 21 Apr 2010 11:48:40 +0000 Subject: [PATCH] Verschoben Teil 2 --- NetMonitor.sln | 2 +- NetMonitorClient/Form1.Designer.cs | 2 +- NetMonitorClient/Form1.cs | 2 +- NetMonitorClient/InIReader.cs | 2 +- .../{NetMonitorCliend.csproj => NetMonitorClient.csproj} | 4 ++-- NetMonitorClient/Networks.cs | 2 +- NetMonitorClient/Program.cs | 2 +- NetMonitorClient/Properties/AssemblyInfo.cs | 4 ++-- NetMonitorClient/Properties/Resources.Designer.cs | 4 ++-- NetMonitorClient/Properties/Settings.Designer.cs | 2 +- NetMonitorClient/ServiceControl.cs | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) rename NetMonitorClient/{NetMonitorCliend.csproj => NetMonitorClient.csproj} (95%) diff --git a/NetMonitor.sln b/NetMonitor.sln index 52d2865..acf1104 100644 --- a/NetMonitor.sln +++ b/NetMonitor.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorCliend", "NetMonitorCliend\NetMonitorCliend.csproj", "{718693A0-06A3-4765-801D-33842861AA61}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorClient", "NetMonitorClient\NetMonitorClient.csproj", "{718693A0-06A3-4765-801D-33842861AA61}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorServer", "NetMonitorServer\NetMonitorServer.csproj", "{7813196F-D729-44A2-81C7-82BB83E207F5}" EndProject diff --git a/NetMonitorClient/Form1.Designer.cs b/NetMonitorClient/Form1.Designer.cs index f9bd87a..5427bae 100644 --- a/NetMonitorClient/Form1.Designer.cs +++ b/NetMonitorClient/Form1.Designer.cs @@ -1,4 +1,4 @@ -namespace NetMonitorCliend +namespace NetMonitorClient { partial class Netzmonitor { diff --git a/NetMonitorClient/Form1.cs b/NetMonitorClient/Form1.cs index 841b145..7726622 100644 --- a/NetMonitorClient/Form1.cs +++ b/NetMonitorClient/Form1.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace NetMonitorCliend +namespace NetMonitorClient { public partial class Netzmonitor : Form { diff --git a/NetMonitorClient/InIReader.cs b/NetMonitorClient/InIReader.cs index 7c9fa35..3cbff95 100644 --- a/NetMonitorClient/InIReader.cs +++ b/NetMonitorClient/InIReader.cs @@ -6,7 +6,7 @@ using System.IO; using System.Collections; using System.Text.RegularExpressions; -namespace NetMonitorCliend +namespace NetMonitorClient { class InIReader { diff --git a/NetMonitorClient/NetMonitorCliend.csproj b/NetMonitorClient/NetMonitorClient.csproj similarity index 95% rename from NetMonitorClient/NetMonitorCliend.csproj rename to NetMonitorClient/NetMonitorClient.csproj index 7a5c089..67ed02c 100644 --- a/NetMonitorClient/NetMonitorCliend.csproj +++ b/NetMonitorClient/NetMonitorClient.csproj @@ -8,8 +8,8 @@ {718693A0-06A3-4765-801D-33842861AA61} WinExe Properties - NetMonitorCliend - NetMonitorCliend + NetMonitorClient + NetMonitorClient v3.5 512 diff --git a/NetMonitorClient/Networks.cs b/NetMonitorClient/Networks.cs index bd97d0f..226c732 100644 --- a/NetMonitorClient/Networks.cs +++ b/NetMonitorClient/Networks.cs @@ -5,7 +5,7 @@ using System.Text; using System.Collections; using System.Windows.Forms; -namespace NetMonitorCliend +namespace NetMonitorClient { partial class Netzmonitor { diff --git a/NetMonitorClient/Program.cs b/NetMonitorClient/Program.cs index 5ac7f14..3e5bf6d 100644 --- a/NetMonitorClient/Program.cs +++ b/NetMonitorClient/Program.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; -namespace NetMonitorCliend +namespace NetMonitorClient { static class Program { diff --git a/NetMonitorClient/Properties/AssemblyInfo.cs b/NetMonitorClient/Properties/AssemblyInfo.cs index caffed7..669692a 100644 --- a/NetMonitorClient/Properties/AssemblyInfo.cs +++ b/NetMonitorClient/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle("NetMonitorCliend")] +[assembly: AssemblyTitle("NetMonitorClient")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("NetMonitorCliend")] +[assembly: AssemblyProduct("NetMonitorClient")] [assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/NetMonitorClient/Properties/Resources.Designer.cs b/NetMonitorClient/Properties/Resources.Designer.cs index ce44921..90157aa 100644 --- a/NetMonitorClient/Properties/Resources.Designer.cs +++ b/NetMonitorClient/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace NetMonitorCliend.Properties { +namespace NetMonitorClient.Properties { using System; @@ -39,7 +39,7 @@ namespace NetMonitorCliend.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetMonitorCliend.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetMonitorClient.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/NetMonitorClient/Properties/Settings.Designer.cs b/NetMonitorClient/Properties/Settings.Designer.cs index 297e267..d82ecd2 100644 --- a/NetMonitorClient/Properties/Settings.Designer.cs +++ b/NetMonitorClient/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace NetMonitorCliend.Properties { +namespace NetMonitorClient.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/NetMonitorClient/ServiceControl.cs b/NetMonitorClient/ServiceControl.cs index 4b8db20..c7835f1 100644 --- a/NetMonitorClient/ServiceControl.cs +++ b/NetMonitorClient/ServiceControl.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; -namespace NetMonitorCliend +namespace NetMonitorClient { class ServiceControl {