aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-06-01 09:20:50 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-06-01 09:20:50 +0300
commit56af3df74afb9e0607afda663ee56d55b7fd7393 (patch)
treebbda3727cb44138e187c5bd5d94c86ae1afe6430 /Software/Visual_Studio
parentceb4f5fe57f32ea785b99d943f463caae2f4ee67 (diff)
downloadTango-56af3df74afb9e0607afda663ee56d55b7fd7393.tar.gz
Tango-56af3df74afb9e0607afda663ee56d55b7fd7393.zip
Updated events.
Diffstat (limited to 'Software/Visual_Studio')
-rw-r--r--Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsxbin0 -> 63157 bytes
-rw-r--r--Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs2
-rw-r--r--Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj4
3 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx b/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx
new file mode 100644
index 000000000..b8766968d
--- /dev/null
+++ b/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx
Binary files differ
diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs
index 553e41415..8735634ef 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_Rev30.xlsx";
+ private static string EVENTS_FILE = "Tango alarm events handling chart_Rev31.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 4a5851246..5881b521f 100644
--- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj
+++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj
@@ -56,8 +56,8 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="..\..\Resources\Events Revisions\Tango alarm events handling chart_Rev30.xlsx">
- <Link>Tango alarm events handling chart_Rev30.xlsx</Link>
+ <None Include="..\..\Resources\Events Revisions\Tango alarm events handling chart_Rev31.xlsx">
+ <Link>Tango alarm events handling chart_Rev31.xlsx</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="App.config" />