From 48c2cdcbc635e5fe246d07815263174df09a2966 Mon Sep 17 00:00:00 2001 From: atef Date: Tue, 4 Jul 2023 10:23:12 +0200 Subject: [PATCH] Add root name space property for the rest of the projects --- .../Trumpf/SystemControl/SystemControl.csproj | 15 ++++++++++----- .../Trumpf/TruConvertAc/TruConvertAc.csproj | 18 +++++++++++------- .../Trumpf/TruConvertDc/TruConvertDc.csproj | 19 +++++++++++-------- csharp/Lib/SrcGen/SrcGen.csproj | 6 ++++++ csharp/Lib/Victron/VeDBus/VeDBus.csproj | 4 ++++ .../Lib/Victron/VictronVRM/VictronVRM.csproj | 4 ++++ 6 files changed, 46 insertions(+), 20 deletions(-) diff --git a/csharp/Lib/Devices/Trumpf/SystemControl/SystemControl.csproj b/csharp/Lib/Devices/Trumpf/SystemControl/SystemControl.csproj index 60ab530b6..31f201d1f 100644 --- a/csharp/Lib/Devices/Trumpf/SystemControl/SystemControl.csproj +++ b/csharp/Lib/Devices/Trumpf/SystemControl/SystemControl.csproj @@ -1,9 +1,14 @@ - - - - - + + + + InnovEnergy.Lib.Devices.Trumpf.SystemControl + + + + + + diff --git a/csharp/Lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj b/csharp/Lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj index 74d8eea2f..4969d5dab 100644 --- a/csharp/Lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj +++ b/csharp/Lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj @@ -1,11 +1,15 @@ - - - - - - - + + + + InnovEnergy.Lib.Devices.Trumpf.TruConvertAc + + + + + + + \ No newline at end of file diff --git a/csharp/Lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj b/csharp/Lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj index c365582be..ce1debdf7 100644 --- a/csharp/Lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj +++ b/csharp/Lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj @@ -1,12 +1,15 @@ + - - - - - - - - + + InnovEnergy.Lib.Devices.Trumpf.TruConvertDc + + + + + + + + diff --git a/csharp/Lib/SrcGen/SrcGen.csproj b/csharp/Lib/SrcGen/SrcGen.csproj index 7f0fcac19..92cbc3d8c 100644 --- a/csharp/Lib/SrcGen/SrcGen.csproj +++ b/csharp/Lib/SrcGen/SrcGen.csproj @@ -2,6 +2,12 @@ + + + InnovEnergy.Lib.SrcGen + + + diff --git a/csharp/Lib/Victron/VeDBus/VeDBus.csproj b/csharp/Lib/Victron/VeDBus/VeDBus.csproj index 23827110a..ac40b053d 100644 --- a/csharp/Lib/Victron/VeDBus/VeDBus.csproj +++ b/csharp/Lib/Victron/VeDBus/VeDBus.csproj @@ -7,6 +7,10 @@ + + InnovEnergy.Lib.Victron.VeDBus + + diff --git a/csharp/Lib/Victron/VictronVRM/VictronVRM.csproj b/csharp/Lib/Victron/VictronVRM/VictronVRM.csproj index 57128f448..9f1ced645 100644 --- a/csharp/Lib/Victron/VictronVRM/VictronVRM.csproj +++ b/csharp/Lib/Victron/VictronVRM/VictronVRM.csproj @@ -11,6 +11,10 @@ AnyCPU;linux-arm + + InnovEnergy.Lib.Victron.VictronVRM + +