enhance csproj

This commit is contained in:
Kukks
2023-01-18 09:55:20 +01:00
parent 8906073e92
commit df1c30e654
16 changed files with 128 additions and 119 deletions

View File

@@ -1,12 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
</PropertyGroup>
<PropertyGroup>
<Configurations>Debug;Release;Altcoins-Release;Altcoins-Debug</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<Import Project="../../submodules/btcpayserver/Build/Common.csproj" />
<!-- Default similar to Debug/Release -->
<PropertyGroup Condition=" '$(Configuration)' == 'Altcoins-Release' ">