From 126632b4c9c771cb3278ef14e8518332aab462dc Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sun, 24 Nov 2019 19:00:17 +0100 Subject: [PATCH] Some issues with core --- Utils.sln | 4 +++- Utils/Properties/AssemblyInfo.cs | 20 ++++++++++++-------- Utils/Utils.csproj | 5 +++++ Utils/Utils_Core.csproj | 29 +++++++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 9 deletions(-) diff --git a/Utils.sln b/Utils.sln index 012783f..5f890a0 100644 --- a/Utils.sln +++ b/Utils.sln @@ -1,6 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}" EndProject Global diff --git a/Utils/Properties/AssemblyInfo.cs b/Utils/Properties/AssemblyInfo.cs index d456bd3..5125935 100644 --- a/Utils/Properties/AssemblyInfo.cs +++ b/Utils/Properties/AssemblyInfo.cs @@ -1,20 +1,23 @@ using System.Reflection; using System.Resources; -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. +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. +#if NETCOREAPP +#else [assembly: AssemblyTitle("Utils")] [assembly: AssemblyDescription("Provides useful classes for other projects")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("BlubbFish")] [assembly: AssemblyProduct("Utils")] -[assembly: AssemblyCopyright("Copyright © 2014 - 02.10.2018")] +[assembly: AssemblyCopyright("Copyright © BlubbFish 2014 - 02.10.2018")] [assembly: AssemblyTrademark("BlubbFish")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("de-DE")] + // Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar // für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von // COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. @@ -35,7 +38,8 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.4.0")] [assembly: AssemblyFileVersion("1.4.0")] - +#endif + /** * 1.4.0 Add Helper to Utils - */ + */ diff --git a/Utils/Utils.csproj b/Utils/Utils.csproj index 8a6c07e..4009c9a 100644 --- a/Utils/Utils.csproj +++ b/Utils/Utils.csproj @@ -55,6 +55,11 @@ + + + + +