From d2e4f93fd14150c7076b782847eb517bb8ea215a Mon Sep 17 00:00:00 2001 From: Sina Blattmann Date: Wed, 1 Mar 2023 09:41:49 +0100 Subject: [PATCH] fix replace, so it works on windows as well --- csharp/InnovEnergy.props | 2 +- csharp/Lib/Utils/Utils.csproj | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/csharp/InnovEnergy.props b/csharp/InnovEnergy.props index 5a4943931..7315812ef 100644 --- a/csharp/InnovEnergy.props +++ b/csharp/InnovEnergy.props @@ -9,7 +9,7 @@ net6.0 true false - $(Company).$(MSBuildProjectDirectory.Replace($(SolutionDir), "").Replace("src/", "").Replace("/",".")) + $(Company).$(MSBuildProjectDirectory.Replace($(SolutionDir), "").Replace("src/", "").Replace("/",".").Replace("\",".")) $(Company) Team diff --git a/csharp/Lib/Utils/Utils.csproj b/csharp/Lib/Utils/Utils.csproj index 59af027d7..3ace16dcb 100644 --- a/csharp/Lib/Utils/Utils.csproj +++ b/csharp/Lib/Utils/Utils.csproj @@ -1,10 +1,6 @@ - - - -