From 0fb088320af1760c059fdb550ec17d0ac50c1b52 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Thu, 3 Dec 2015 15:15:40 +0100 Subject: [PATCH] - fixed problem in reporting.csproj file - fixed bug in C# Validity enum --- dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs | 4 ++-- dotnet/reporting/reporting.csproj | 14 +------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs index e8adb97f..ab051de2 100644 --- a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs +++ b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs @@ -1231,8 +1231,8 @@ namespace IEC61850 public enum Validity { GOOD = 0, - INVALID = 1, - RESERVED = 2, + RESERVED = 1, + INVALID = 2, QUESTIONABLE = 3 } diff --git a/dotnet/reporting/reporting.csproj b/dotnet/reporting/reporting.csproj index 319ba365..d4050d4c 100644 --- a/dotnet/reporting/reporting.csproj +++ b/dotnet/reporting/reporting.csproj @@ -49,13 +49,7 @@ - - True - True - Settings.settings - - @@ -64,12 +58,6 @@ IEC61850forCSharp - - - SettingsSingleFileGenerator - Settings.Designer.cs - - False @@ -92,4 +80,4 @@ true - \ No newline at end of file +