diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-27 14:05:48 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-27 14:05:48 +0200 |
| commit | 86034f7e82ae3e4a7744f201fcbd65cb14662104 (patch) | |
| tree | 1ee6caa7b2684e4480302dd7c360eea06de92f3e /Software/Visual_Studio | |
| parent | d675e2f2a9b826422a296704cbb99d8fb32c85e0 (diff) | |
| download | Tango-86034f7e82ae3e4a7744f201fcbd65cb14662104.tar.gz Tango-86034f7e82ae3e4a7744f201fcbd65cb14662104.zip | |
Updated DB with events Rev17.
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_Rev17.xlsx b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev17.xlsx Binary files differnew file mode 100644 index 000000000..17d4da18a --- /dev/null +++ b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev17.xlsx diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs index 3550816af..e217076a1 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_Rev13.xlsx"; + private static string EVENTS_FILE = "Tango alarm events handling chart_Rev17.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 638cd51e8..6c00c03e8 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj @@ -68,6 +68,10 @@ <Link>Tango alarm events handling chart_Rev13.xlsx</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="..\..\Resources\Tango alarm events handling chart_Rev17.xlsx"> + <Link>Tango alarm events handling chart_Rev17.xlsx</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <None Include="App.config" /> <None Include="packages.config" /> <None Include="Events.xlsx"> |
