From d503f7f5ebedf2d1ed1bb87adccceacad1d16280 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 6 Sep 2020 11:53:43 +0300 Subject: Events definitions rev 25. Added new events group "Jobs". Insights jobs events. --- .../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 07f94d9b7..ef2e67909 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_Rev24.xlsx"; + private static string EVENTS_FILE = "Tango alarm events handling chart_Rev25.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 d5949ec18..9bb8729dc 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj @@ -84,6 +84,10 @@ Tango alarm events handling chart_Rev24.xlsx PreserveNewest + + Tango alarm events handling chart_Rev25.xlsx + PreserveNewest + -- cgit v1.3.1