diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-13 14:51:38 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-13 14:51:38 +0200 |
| commit | 8ff3f167bed4643ba40fb9e8be633822dc218b87 (patch) | |
| tree | f30b4015b7e11541062464c6ba84ec0700bf04bd /Software/Visual_Studio/Utilities | |
| parent | 61d9ff4cce19fe28473452a5462f1fd061fb6562 (diff) | |
| download | Tango-8ff3f167bed4643ba40fb9e8be633822dc218b87.tar.gz Tango-8ff3f167bed4643ba40fb9e8be633822dc218b87.zip | |
Updated events table.
Some color conversion fixes.
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 | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs index 1486dc0d3..cf69e09d0 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_Rev29_draft_6.xlsx"; + private static string EVENTS_FILE = "Tango alarm events handling chart_Rev29.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 a7c10ce6c..ae34917fa 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj @@ -56,12 +56,8 @@ <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> - <None Include="..\..\Resources\Events Revisions\Tango alarm events handling chart_Rev28.xlsx"> - <Link>Tango alarm events handling chart_Rev28.xlsx</Link> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="..\..\Resources\Events Revisions\Tango alarm events handling chart_Rev29_draft_6.xlsx"> - <Link>Tango alarm events handling chart_Rev29_draft_6.xlsx</Link> + <None Include="..\..\Resources\Events Revisions\Tango alarm events handling chart_Rev29.xlsx"> + <Link>Tango alarm events handling chart_Rev29.xlsx</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Include="App.config" /> |
