From da34d5c7e6a85e2cdb78ffe34603b83ac924e7de Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 26 Aug 2020 22:18:45 +0300 Subject: Event types updated to rev24 --- .../Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs | 2 +- .../Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Utilities') diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs index e9b94420c..07f94d9b7 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs @@ -16,7 +16,7 @@ namespace Tango.EventsTypesGenerator { class Program { - private static string EVENTS_FILE = "Tango alarm events handling chart_Rev23.xlsx"; + private static string EVENTS_FILE = "Tango alarm events handling chart_Rev24.xlsx"; private class ExcelEventType { diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj index 4d2837104..d5949ec18 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj @@ -80,6 +80,10 @@ Tango alarm events handling chart_Rev23.xlsx PreserveNewest + + Tango alarm events handling chart_Rev24.xlsx + PreserveNewest + -- cgit v1.3.1