From 85676db3a5757fb9eb3ee9bbf240a9aac3a43ae1 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Thu, 28 May 2026 15:39:14 -0400 Subject: [PATCH] feat(opcuaclient.browser): scaffold project + slnx entry --- ZB.MOM.WW.OtOpcUa.slnx | 1 + ...WW.OtOpcUa.Driver.OpcUaClient.Browser.csproj | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser.csproj diff --git a/ZB.MOM.WW.OtOpcUa.slnx b/ZB.MOM.WW.OtOpcUa.slnx index 18ad4781..c113e4ce 100644 --- a/ZB.MOM.WW.OtOpcUa.slnx +++ b/ZB.MOM.WW.OtOpcUa.slnx @@ -41,6 +41,7 @@ + diff --git a/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser.csproj b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser.csproj new file mode 100644 index 00000000..a95ccef8 --- /dev/null +++ b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser/ZB.MOM.WW.OtOpcUa.Driver.OpcUaClient.Browser.csproj @@ -0,0 +1,17 @@ + + + net10.0 + enable + enable + true + + + + + + + + + + +