From 8c7fec8c80f99d09334e8c142ef7100fd1b12758 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 20 Jan 2023 09:59:27 +0900 Subject: [PATCH] Remove useless stuff in csproj --- .../BTCPayServer.Plugins.AOPP.csproj | 12 ------------ ...BTCPayServer.Plugins.BitcoinWhitepaper.csproj | 12 ------------ .../BTCPayServer.Plugins.FixedFloat.csproj | 12 ------------ .../BTCPayServer.Plugins.LSP.csproj | 12 ------------ .../BTCPayServer.Plugins.LiquidPlus.csproj | 16 +++------------- .../BTCPayServer.Plugins.NFC.csproj | 12 ------------ .../BTCPayServer.Plugins.SideShift.csproj | 12 ------------ .../BTCPayServer.Plugins.TicketTailor.csproj | 12 ------------ .../BTCPayServer.Plugins.Wabisabi.csproj | 13 ------------- 9 files changed, 3 insertions(+), 110 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.AOPP/BTCPayServer.Plugins.AOPP.csproj b/Plugins/BTCPayServer.Plugins.AOPP/BTCPayServer.Plugins.AOPP.csproj index 2ceb735..d003b3c 100644 --- a/Plugins/BTCPayServer.Plugins.AOPP/BTCPayServer.Plugins.AOPP.csproj +++ b/Plugins/BTCPayServer.Plugins.AOPP/BTCPayServer.Plugins.AOPP.csproj @@ -4,18 +4,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true diff --git a/Plugins/BTCPayServer.Plugins.BitcoinWhitepaper/BTCPayServer.Plugins.BitcoinWhitepaper.csproj b/Plugins/BTCPayServer.Plugins.BitcoinWhitepaper/BTCPayServer.Plugins.BitcoinWhitepaper.csproj index 9b656ce..96ed031 100644 --- a/Plugins/BTCPayServer.Plugins.BitcoinWhitepaper/BTCPayServer.Plugins.BitcoinWhitepaper.csproj +++ b/Plugins/BTCPayServer.Plugins.BitcoinWhitepaper/BTCPayServer.Plugins.BitcoinWhitepaper.csproj @@ -4,18 +4,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true diff --git a/Plugins/BTCPayServer.Plugins.FixedFloat/BTCPayServer.Plugins.FixedFloat.csproj b/Plugins/BTCPayServer.Plugins.FixedFloat/BTCPayServer.Plugins.FixedFloat.csproj index f519f40..2cc90e8 100644 --- a/Plugins/BTCPayServer.Plugins.FixedFloat/BTCPayServer.Plugins.FixedFloat.csproj +++ b/Plugins/BTCPayServer.Plugins.FixedFloat/BTCPayServer.Plugins.FixedFloat.csproj @@ -3,18 +3,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true diff --git a/Plugins/BTCPayServer.Plugins.LSP/BTCPayServer.Plugins.LSP.csproj b/Plugins/BTCPayServer.Plugins.LSP/BTCPayServer.Plugins.LSP.csproj index 1fba247..47ef528 100644 --- a/Plugins/BTCPayServer.Plugins.LSP/BTCPayServer.Plugins.LSP.csproj +++ b/Plugins/BTCPayServer.Plugins.LSP/BTCPayServer.Plugins.LSP.csproj @@ -6,18 +6,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true diff --git a/Plugins/BTCPayServer.Plugins.LiquidPlus/BTCPayServer.Plugins.LiquidPlus.csproj b/Plugins/BTCPayServer.Plugins.LiquidPlus/BTCPayServer.Plugins.LiquidPlus.csproj index f5833f7..c2331a0 100644 --- a/Plugins/BTCPayServer.Plugins.LiquidPlus/BTCPayServer.Plugins.LiquidPlus.csproj +++ b/Plugins/BTCPayServer.Plugins.LiquidPlus/BTCPayServer.Plugins.LiquidPlus.csproj @@ -3,18 +3,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true @@ -44,7 +32,9 @@ - + + Altcoins=true + diff --git a/Plugins/BTCPayServer.Plugins.NFC/BTCPayServer.Plugins.NFC.csproj b/Plugins/BTCPayServer.Plugins.NFC/BTCPayServer.Plugins.NFC.csproj index dea7c3f..192686b 100644 --- a/Plugins/BTCPayServer.Plugins.NFC/BTCPayServer.Plugins.NFC.csproj +++ b/Plugins/BTCPayServer.Plugins.NFC/BTCPayServer.Plugins.NFC.csproj @@ -5,20 +5,8 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - true - true - - - $(DefineConstants);DEBUG - true - - LNURL NFC Support diff --git a/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj b/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj index 4a89bb1..6ab4ec5 100644 --- a/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj +++ b/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj @@ -3,18 +3,6 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - - - true - true - - - $(DefineConstants);DEBUG - true diff --git a/Plugins/BTCPayServer.Plugins.TicketTailor/BTCPayServer.Plugins.TicketTailor.csproj b/Plugins/BTCPayServer.Plugins.TicketTailor/BTCPayServer.Plugins.TicketTailor.csproj index 8e126d0..83cf57a 100644 --- a/Plugins/BTCPayServer.Plugins.TicketTailor/BTCPayServer.Plugins.TicketTailor.csproj +++ b/Plugins/BTCPayServer.Plugins.TicketTailor/BTCPayServer.Plugins.TicketTailor.csproj @@ -3,20 +3,8 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - true - true - - - $(DefineConstants);DEBUG - true - - TicketTailor diff --git a/Plugins/BTCPayServer.Plugins.Wabisabi/BTCPayServer.Plugins.Wabisabi.csproj b/Plugins/BTCPayServer.Plugins.Wabisabi/BTCPayServer.Plugins.Wabisabi.csproj index bb781f2..fe66a13 100644 --- a/Plugins/BTCPayServer.Plugins.Wabisabi/BTCPayServer.Plugins.Wabisabi.csproj +++ b/Plugins/BTCPayServer.Plugins.Wabisabi/BTCPayServer.Plugins.Wabisabi.csproj @@ -3,21 +3,8 @@ net6.0 10 - Debug;Release;Altcoins-Release;Altcoins-Debug - AnyCPU - - - true - true - - - $(DefineConstants);DEBUG - true - - - Wabisabi Coinjoin