From 5a7cc1ba4f1111a255a742ff3c57fc9f5c439a16 Mon Sep 17 00:00:00 2001 From: Alessandro Pirovano <a.pirovano@lutech.it> Date: Wed, 5 Jun 2024 22:25:04 +0200 Subject: [PATCH] finished exercise; visual studio corrected also some other .csproj to remediate compilation against .NET 4.8 and some unreferenced DLLs --- QAction_15/QAction_15.csproj | 2 +- QAction_9/QAction_9.csproj | 2 +- QAction_Helper/QAction_Helper.csproj | 2 +- protocol.xml | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/QAction_15/QAction_15.csproj b/QAction_15/QAction_15.csproj index daeba7a..030b00e 100644 --- a/QAction_15/QAction_15.csproj +++ b/QAction_15/QAction_15.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net462</TargetFramework> + <TargetFramework>net48</TargetFramework> <Company>Skyline Communications</Company> <Copyright>© Skyline Communications</Copyright> <GenerateDocumentationFile>True</GenerateDocumentationFile> diff --git a/QAction_9/QAction_9.csproj b/QAction_9/QAction_9.csproj index c042fcf..cbda375 100644 --- a/QAction_9/QAction_9.csproj +++ b/QAction_9/QAction_9.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net462</TargetFramework> + <TargetFramework>net48</TargetFramework> <Company>Skyline Communications</Company> <Copyright>© Skyline Communications</Copyright> <GenerateDocumentationFile>True</GenerateDocumentationFile> diff --git a/QAction_Helper/QAction_Helper.csproj b/QAction_Helper/QAction_Helper.csproj index 094cabb..fa29bb1 100644 --- a/QAction_Helper/QAction_Helper.csproj +++ b/QAction_Helper/QAction_Helper.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net462</TargetFramework> + <TargetFramework>net48</TargetFramework> <Company>Skyline Communications</Company> <Copyright>© Skyline Communications</Copyright> </PropertyGroup> diff --git a/protocol.xml b/protocol.xml index c3e698b..04bce65 100644 --- a/protocol.xml +++ b/protocol.xml @@ -101,7 +101,7 @@ Any inquiries can be addressed to: <Param id="11" trending="false"> <Name>timer</Name> - <Description>tImeR</Description> + <Description>Timer</Description> <Type>read</Type> <Information> <Subtext>The current value of a timer in seconds.</Subtext> @@ -133,7 +133,7 @@ Any inquiries can be addressed to: <Param id="12" trending="false"> <Name>timerStatus</Name> - <Description>Timer StaTuS</Description> + <Description>Timer Status</Description> <Type>read</Type> <Information> <Subtext>Status of the timer.</Subtext> @@ -245,7 +245,7 @@ Any inquiries can be addressed to: </Triggers> <Actions> - <Action id="9 "> + <Action id="9"> <Name>updateUtcTime</Name> <On id="9">parameter</On> <Type>run actions</Type> @@ -263,8 +263,8 @@ Any inquiries can be addressed to: <Time initial="true">1000</Time> <Interval>75</Interval> <Content> - <Group>90</Group> - <Group>111</Group> + <Group>11</Group> + <Group>9</Group> </Content> </Timer> </Timers>