From 7b8833527a0838d0f68d266ef95c6e1d6aa57382 Mon Sep 17 00:00:00 2001 From: dstevens Date: Thu, 5 Aug 2021 12:05:48 +0200 Subject: [PATCH] Convert IEC61850.NET to dotnetstandard2.0 library --- dotnet/IEC61850forCSharp/AssemblyInfo.cs | 27 ---------- dotnet/IEC61850forCSharp/IEC61850.NET.csproj | 56 +++----------------- 2 files changed, 8 insertions(+), 75 deletions(-) delete mode 100644 dotnet/IEC61850forCSharp/AssemblyInfo.cs diff --git a/dotnet/IEC61850forCSharp/AssemblyInfo.cs b/dotnet/IEC61850forCSharp/AssemblyInfo.cs deleted file mode 100644 index 479370f2..00000000 --- a/dotnet/IEC61850forCSharp/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("IEC61850 API for C#")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("MZ Automation GmbH")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Michael Zillgith")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/dotnet/IEC61850forCSharp/IEC61850.NET.csproj b/dotnet/IEC61850forCSharp/IEC61850.NET.csproj index 4aa6af86..29b51ca0 100644 --- a/dotnet/IEC61850forCSharp/IEC61850.NET.csproj +++ b/dotnet/IEC61850forCSharp/IEC61850.NET.csproj @@ -1,52 +1,12 @@ - - + + - Debug - AnyCPU - {C35D624E-5506-4560-8074-1728F1FA1A4D} - Library - iec61850dotnet + netstandard2.0 iec61850dotnet + iec61850dotnet + IEC61850 API for C# + MZ Automation GmbH + Michael Zillgith - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - false - - - none - true - bin\Release - prompt - 4 - false - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file