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,13 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<Configurations>Debug;Release;Altcoins-Debug</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<!-- Plugin specific properties -->
<Import Project="../../submodules/btcpayserver/Build/Common.csproj" />
<PropertyGroup>
<Product>AOPP</Product>
<Description>Allows you to support the AOPP protocol in invoices to allow customers to bypass stupid KYC rules.</Description>