From 661148af95d41f9f9c83f3b90dffcbe8398a60ad Mon Sep 17 00:00:00 2001 From: Serraniel Date: Thu, 26 Oct 2017 19:05:06 +0200 Subject: [PATCH] Fixed the demo projects --- SweetLib.Demo.Console/App.config | 6 +++--- SweetLib.Demo.Console/Program.cs | 8 +------- SweetLib.Demo.Console/Properties/AssemblyInfo.cs | 1 - .../SweetLib.Demo.Console.csproj | 9 ++++++++- SweetLib.Demo/App.config | 2 +- SweetLib.Demo/MainForm.cs | 15 ++++----------- SweetLib.Demo/Program.cs | 3 --- SweetLib.Demo/Properties/AssemblyInfo.cs | 1 - SweetLib.Demo/Properties/Resources.Designer.cs | 2 +- SweetLib.Demo/Properties/Settings.Designer.cs | 2 +- SweetLib.Demo/SweetLib.Demo.csproj | 8 +++++++- SweetLib/Classes/Storer/RegistryStorer.cs | 5 +---- 12 files changed, 27 insertions(+), 35 deletions(-) diff --git a/SweetLib.Demo.Console/App.config b/SweetLib.Demo.Console/App.config index 731f6de..2d2a12d 100644 --- a/SweetLib.Demo.Console/App.config +++ b/SweetLib.Demo.Console/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/SweetLib.Demo.Console/Program.cs b/SweetLib.Demo.Console/Program.cs index b7e4391..61d0cfd 100644 --- a/SweetLib.Demo.Console/Program.cs +++ b/SweetLib.Demo.Console/Program.cs @@ -1,12 +1,6 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using System.IO; using SweetLib.Classes.Storer; using SweetLib.Utils.Logger; -using SweetLib.Utils.Logger.Message; namespace SweetLib.Demo.Console { diff --git a/SweetLib.Demo.Console/Properties/AssemblyInfo.cs b/SweetLib.Demo.Console/Properties/AssemblyInfo.cs index 1e48fc1..7a01ec7 100644 --- a/SweetLib.Demo.Console/Properties/AssemblyInfo.cs +++ b/SweetLib.Demo.Console/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden diff --git a/SweetLib.Demo.Console/SweetLib.Demo.Console.csproj b/SweetLib.Demo.Console/SweetLib.Demo.Console.csproj index 4a7e6f1..ac4315b 100644 --- a/SweetLib.Demo.Console/SweetLib.Demo.Console.csproj +++ b/SweetLib.Demo.Console/SweetLib.Demo.Console.csproj @@ -9,9 +9,10 @@ Properties SweetLib.Demo.Console SweetLib.Demo.Console - v4.6.1 + v4.6 512 true + AnyCPU @@ -49,6 +50,12 @@ + + + {7c15f2f3-2bf2-46fb-b813-9eec1b41d679} + SweetLib + +