From cbb3c377fbde716e10b6227ada776bf5e081b534 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 18 Apr 2020 17:49:16 +0100 Subject: [PATCH] Cleanup csproj files: Remove code duplication for Configuration and entries in Rules project, since it depends on Engine project --- Engine/Engine.csproj | 23 +++++------------------ Rules/Rules.csproj | 40 ++++------------------------------------ 2 files changed, 9 insertions(+), 54 deletions(-) diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 5884ff39b..1f8d6b6e0 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -16,7 +16,7 @@ portable - + $(DefineConstants);CORECLR @@ -61,29 +61,16 @@ - + - + $(DefineConstants);PSV7;CORECLR - + $(DefineConstants);PSV6;CORECLR - - - - - - - - - $(DefineConstants);PSV7;CORECLR - - - $(DefineConstants);PSV6;CORECLR - - + diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index edc553591..105e57723 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -52,52 +52,20 @@ - + $(DefineConstants);PSV3 - + $(DefineConstants);PSV3;PSV4 - - $(DefineConstants);PSV3 - - - - $(DefineConstants);PSV3;PSV4 - - - - $(DefineConstants);PSV7;CORECLR - - - - - - - - $(DefineConstants);PSV6;CORECLR - - - - - - - + $(DefineConstants);PSV7;CORECLR - - - - - + $(DefineConstants);PSV6;CORECLR - - - -