diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-26 22:18:45 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-26 22:18:45 +0300 |
| commit | da34d5c7e6a85e2cdb78ffe34603b83ac924e7de (patch) | |
| tree | ae6b5edce1be029ad7323387a5f6c274b28ed64f /Software/Visual_Studio | |
| parent | 3998ff74bdbdc0ab827e66f1714dd1ea7d5f0f9a (diff) | |
| download | Tango-da34d5c7e6a85e2cdb78ffe34603b83ac924e7de.tar.gz Tango-da34d5c7e6a85e2cdb78ffe34603b83ac924e7de.zip | |
Event types updated to rev24
Diffstat (limited to 'Software/Visual_Studio')
3 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx Binary files differnew file mode 100644 index 000000000..f34135551 --- /dev/null +++ b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx 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 @@ <Link>Tango alarm events handling chart_Rev23.xlsx</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="..\..\Resources\Tango alarm events handling chart_Rev24.xlsx"> + <Link>Tango alarm events handling chart_Rev24.xlsx</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <None Include="App.config" /> <None Include="packages.config" /> <None Include="Events.xlsx"> |
