diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 11:53:43 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 11:53:43 +0300 |
| commit | d503f7f5ebedf2d1ed1bb87adccceacad1d16280 (patch) | |
| tree | 5247a3aeebdca676f64eaf3bf7707b787fb11421 /Software/Visual_Studio/Utilities | |
| parent | e59116021192eaaa3d5f497f2b461749844616ef (diff) | |
| download | Tango-d503f7f5ebedf2d1ed1bb87adccceacad1d16280.tar.gz Tango-d503f7f5ebedf2d1ed1bb87adccceacad1d16280.zip | |
Events definitions rev 25.
Added new events group "Jobs".
Insights jobs events.
Diffstat (limited to 'Software/Visual_Studio/Utilities')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj | 4 |
2 files changed, 5 insertions, 1 deletions
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 @@ <Link>Tango alarm events handling chart_Rev24.xlsx</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="..\..\Resources\Tango alarm events handling chart_Rev25.xlsx"> + <Link>Tango alarm events handling chart_Rev25.xlsx</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <None Include="App.config" /> <None Include="packages.config" /> <None Include="Events.xlsx"> |
