From 60f7638d4f81b7088db1513e891e0cbe356dd63a Mon Sep 17 00:00:00 2001 From: Ivar Nesje Date: Wed, 15 Nov 2023 22:10:47 +0100 Subject: [PATCH] Allow copied code from core to use #if LOCALTEST This makes it simpler to maintain (almost) the code in multiple repositories greatly simplifying maintanance when copying changes. --- src/LocalTest.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/LocalTest.csproj b/src/LocalTest.csproj index eae18855..430136f6 100644 --- a/src/LocalTest.csproj +++ b/src/LocalTest.csproj @@ -4,6 +4,9 @@ net6.0 56f36ce2-b44b-415e-a8a5-f399a76e35b9 enable + + + $(DefineConstants);LOCALTEST