From 988960ac2aec9c7244ee5164818fac1df5e121a3 Mon Sep 17 00:00:00 2001 From: ig Date: Wed, 5 Apr 2023 12:47:55 +0200 Subject: [PATCH] Work around a bug in rider when adding existing projects ($SolutionDir is null) --- csharp/InnovEnergy.props | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/csharp/InnovEnergy.props b/csharp/InnovEnergy.props index 7315812ef..b1aafb267 100644 --- a/csharp/InnovEnergy.props +++ b/csharp/InnovEnergy.props @@ -9,8 +9,12 @@ net6.0 true false - $(Company).$(MSBuildProjectDirectory.Replace($(SolutionDir), "").Replace("src/", "").Replace("/",".").Replace("\",".")) + Please.reload.the.project.Rider.is.stupid $(Company) Team - + + + $(Company).$(MSBuildProjectDirectory.Replace($(SolutionDir), "").Replace("/",".").Replace("\",".")) + +