From 77fff553d1d29eeb4d888b655391031475801f0f Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 29 Jul 2020 19:58:54 +0900 Subject: [PATCH] Activate runtime razor or all debug configs --- BTCPayServer/BTCPayServer.csproj | 4 ---- Build/Common.csproj | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index efda7b136..192fd97ae 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -1,10 +1,6 @@ - - false - $(DefineConstants);RAZOR_RUNTIME_COMPILE - Exe diff --git a/Build/Common.csproj b/Build/Common.csproj index 6fc593f70..3735d5720 100644 --- a/Build/Common.csproj +++ b/Build/Common.csproj @@ -21,7 +21,12 @@ true - + + + false + $(DefineConstants);RAZOR_RUNTIME_COMPILE + + $(DefineConstants);ALTCOINS