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 +