2019-01-09 12:55:02 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-09-13 08:47:34 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-05-08 10:57:53 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2019-05-13 01:55:26 +02:00
|
|
|
|
<Version>1.0.3.103</Version>
|
2018-02-17 05:18:16 +01:00
|
|
|
|
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
|
2017-09-13 08:47:34 +02:00
|
|
|
|
</PropertyGroup>
|
2018-08-21 08:59:57 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
</PropertyGroup>
|
2017-09-27 17:16:37 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Build\dockerfiles\**" />
|
2018-02-27 08:00:50 +01:00
|
|
|
|
<Compile Remove="wwwroot\bundles\jqueryvalidate\**" />
|
2018-04-08 06:49:36 +02:00
|
|
|
|
<Compile Remove="wwwroot\css\**" />
|
2018-03-22 06:07:30 +01:00
|
|
|
|
<Compile Remove="wwwroot\vendor\jquery-nice-select\**" />
|
2017-09-27 17:16:37 +02:00
|
|
|
|
<Content Remove="Build\dockerfiles\**" />
|
2018-02-27 08:00:50 +01:00
|
|
|
|
<Content Remove="wwwroot\bundles\jqueryvalidate\**" />
|
2018-04-08 06:49:36 +02:00
|
|
|
|
<Content Remove="wwwroot\css\**" />
|
2018-03-22 06:07:30 +01:00
|
|
|
|
<Content Remove="wwwroot\vendor\jquery-nice-select\**" />
|
2017-09-27 17:16:37 +02:00
|
|
|
|
<EmbeddedResource Remove="Build\dockerfiles\**" />
|
2018-02-27 08:00:50 +01:00
|
|
|
|
<EmbeddedResource Remove="wwwroot\bundles\jqueryvalidate\**" />
|
2018-04-08 06:49:36 +02:00
|
|
|
|
<EmbeddedResource Remove="wwwroot\css\**" />
|
2018-03-22 06:07:30 +01:00
|
|
|
|
<EmbeddedResource Remove="wwwroot\vendor\jquery-nice-select\**" />
|
2017-09-27 17:16:37 +02:00
|
|
|
|
<None Remove="Build\dockerfiles\**" />
|
2018-02-27 08:00:50 +01:00
|
|
|
|
<None Remove="wwwroot\bundles\jqueryvalidate\**" />
|
2018-04-08 06:49:36 +02:00
|
|
|
|
<None Remove="wwwroot\css\**" />
|
2018-03-22 06:07:30 +01:00
|
|
|
|
<None Remove="wwwroot\vendor\jquery-nice-select\**" />
|
2017-09-27 17:16:37 +02:00
|
|
|
|
</ItemGroup>
|
2017-09-13 08:47:34 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Currencies.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-03-23 15:24:29 +01:00
|
|
|
|
<EmbeddedResource Include="bundleconfig.json" />
|
2017-09-13 08:47:34 +02:00
|
|
|
|
<EmbeddedResource Include="Currencies.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-05-07 10:04:26 +02:00
|
|
|
|
<PackageReference Include="BTCPayServer.Lightning.All" Version="1.1.0.18" />
|
2019-03-24 01:10:16 +01:00
|
|
|
|
<PackageReference Include="BuildBundlerMinifier" Version="2.9.406" />
|
|
|
|
|
<PackageReference Include="BundlerMinifier.Core" Version="2.9.406" />
|
|
|
|
|
<PackageReference Include="BundlerMinifier.TagHelpers" Version="2.9.406" />
|
2018-08-21 08:59:57 +02:00
|
|
|
|
<PackageReference Include="DigitalRuby.ExchangeSharp" Version="0.5.3" />
|
2019-03-31 05:08:08 +02:00
|
|
|
|
<PackageReference Include="HtmlSanitizer" Version="4.0.207" />
|
2018-11-03 16:31:12 +01:00
|
|
|
|
<PackageReference Include="LedgerWallet" Version="2.0.0.3" />
|
2018-10-31 05:03:12 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
|
2017-09-13 08:47:34 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
|
2018-10-31 05:03:12 +01:00
|
|
|
|
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.2">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2019-05-14 09:06:43 +02:00
|
|
|
|
<PackageReference Include="NBitcoin" Version="4.1.2.24" />
|
2019-04-11 12:00:10 +02:00
|
|
|
|
<PackageReference Include="NBitpayClient" Version="1.0.0.34" />
|
2019-04-29 05:30:47 +02:00
|
|
|
|
<PackageReference Include="DBriize" Version="1.0.0.4" />
|
2019-05-14 09:06:43 +02:00
|
|
|
|
<PackageReference Include="NBXplorer.Client" Version="2.0.0.13" />
|
2019-05-08 11:12:52 +02:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
2018-05-31 11:41:03 +02:00
|
|
|
|
<PackageReference Include="NicolasDorier.CommandLine" Version="1.0.0.2" />
|
|
|
|
|
<PackageReference Include="NicolasDorier.CommandLine.Configuration" Version="1.0.0.3" />
|
2018-08-25 13:28:46 +02:00
|
|
|
|
<PackageReference Include="NicolasDorier.RateLimits" Version="1.0.0.3" />
|
2018-09-28 03:15:35 +02:00
|
|
|
|
<PackageReference Include="NicolasDorier.StandardConfiguration" Version="1.0.0.18" />
|
2018-10-31 05:03:12 +01:00
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="2.1.2" />
|
2018-10-27 16:15:21 +02:00
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.2" />
|
2018-10-15 17:37:42 +02:00
|
|
|
|
<PackageReference Include="Serilog" Version="2.7.1" />
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
|
2018-07-24 10:04:57 +02:00
|
|
|
|
<PackageReference Include="SSH.NET" Version="2016.1.0" />
|
2018-10-31 05:03:12 +01:00
|
|
|
|
<PackageReference Include="Text.Analyzers" Version="2.6.2">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2017-09-13 08:47:34 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-03-20 06:13:12 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.9" />
|
2019-04-22 09:41:20 +02:00
|
|
|
|
<PackageReference Include="TwentyTwenty.Storage" Version="2.10.1" />
|
|
|
|
|
<PackageReference Include="TwentyTwenty.Storage.Amazon" Version="2.10.1" />
|
|
|
|
|
<PackageReference Include="TwentyTwenty.Storage.Azure" Version="2.10.1" />
|
|
|
|
|
<PackageReference Include="TwentyTwenty.Storage.Google" Version="2.10.1" />
|
|
|
|
|
<PackageReference Include="TwentyTwenty.Storage.Local" Version="2.10.1" />
|
2019-05-08 11:12:52 +02:00
|
|
|
|
<PackageReference Include="U2F.Core" Version="1.0.4" />
|
2018-10-17 06:30:43 +02:00
|
|
|
|
<PackageReference Include="YamlDotNet" Version="5.2.1" />
|
2017-09-13 08:47:34 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-04-06 06:56:17 +02:00
|
|
|
|
<None Include="wwwroot\checkout\js\core.js" />
|
2018-04-18 00:23:33 +02:00
|
|
|
|
<None Include="wwwroot\vendor\bootstrap4-creativestart\creative.js" />
|
2017-09-13 08:47:34 +02:00
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\fonts\fontawesome-webfont.svg" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\fonts\fontawesome-webfont.woff2" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\animated.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\bordered-pulled.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\core.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\fixed-width.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\font-awesome.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\icons.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\larger.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\list.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\mixins.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\path.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\rotated-flipped.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\screen-reader.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\stacked.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\less\variables.less" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\font-awesome.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_animated.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_bordered-pulled.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_core.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_fixed-width.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_icons.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_larger.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_list.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_mixins.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_path.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_rotated-flipped.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_screen-reader.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_stacked.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\font-awesome\scss\_variables.scss" />
|
|
|
|
|
<None Include="wwwroot\vendor\jquery-easing\jquery.easing.compatibility.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\jquery-easing\jquery.easing.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\jquery-easing\jquery.easing.min.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\jquery\jquery.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\jquery\jquery.min.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\magnific-popup\jquery.magnific-popup.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\magnific-popup\jquery.magnific-popup.min.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\popper\popper.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\popper\popper.min.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\scrollreveal\scrollreveal.js" />
|
|
|
|
|
<None Include="wwwroot\vendor\scrollreveal\scrollreveal.min.js" />
|
|
|
|
|
</ItemGroup>
|
2017-09-28 09:35:29 +02:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Build\" />
|
2019-05-02 14:01:08 +02:00
|
|
|
|
<Folder Include="U2F\Services" />
|
2018-01-30 17:39:58 +01:00
|
|
|
|
<Folder Include="wwwroot\vendor\clipboard.js\" />
|
2018-07-11 18:20:44 +02:00
|
|
|
|
<Folder Include="wwwroot\vendor\highlightjs\" />
|
2019-01-08 13:52:30 +01:00
|
|
|
|
<Folder Include="wwwroot\vendor\summernote" />
|
2019-05-02 14:01:08 +02:00
|
|
|
|
<Folder Include="wwwroot\vendor\u2f" />
|
2017-09-28 09:35:29 +02:00
|
|
|
|
</ItemGroup>
|
2018-02-12 19:27:36 +01:00
|
|
|
|
|
2018-07-22 11:38:14 +02:00
|
|
|
|
<ItemGroup>
|
2018-08-30 20:16:24 +02:00
|
|
|
|
<Content Update="Views\Apps\_ViewImports.cshtml">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-12-03 15:57:43 +01:00
|
|
|
|
<Content Update="Views\Home\BitpayTranslator.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-12-20 14:40:32 +01:00
|
|
|
|
<Content Update="Views\Server\LightningChargeServices.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2019-02-22 07:06:52 +01:00
|
|
|
|
<Content Update="Views\Server\LightningWalletServices.cshtml">
|
2018-12-14 05:11:55 +01:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2019-05-07 06:58:55 +02:00
|
|
|
|
<Content Update="Views\Server\P2PService.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-08-17 16:27:37 +02:00
|
|
|
|
<Content Update="Views\Server\SSHService.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
2018-09-04 06:48:53 +02:00
|
|
|
|
</Content>
|
2018-10-31 09:59:09 +01:00
|
|
|
|
<Content Update="Views\Stores\ShowToken.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-09-04 06:48:53 +02:00
|
|
|
|
<Content Update="Views\Stores\PayButtonEnable.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
2018-08-17 16:27:37 +02:00
|
|
|
|
</Content>
|
2018-08-22 13:57:54 +02:00
|
|
|
|
<Content Update="Views\Stores\PayButton.cshtml">
|
2018-08-10 20:26:51 +02:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-08-30 18:53:59 +02:00
|
|
|
|
<Content Update="Views\Public\PayButtonHandle.cshtml">
|
2018-08-17 13:21:00 +02:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-12-07 11:31:07 +01:00
|
|
|
|
<Content Update="Views\Server\LndServices.cshtml">
|
2018-07-22 11:38:14 +02:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-24 10:04:57 +02:00
|
|
|
|
<Content Update="Views\Server\Maintenance.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-22 11:38:14 +02:00
|
|
|
|
<Content Update="Views\Server\Services.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-26 15:32:24 +02:00
|
|
|
|
<Content Update="Views\Wallets\ListWallets.cshtml">
|
2019-05-12 06:13:52 +02:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Update="Views\Wallets\WalletPSBTCombine.cshtml">
|
2018-07-26 15:32:24 +02:00
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2019-05-11 17:05:30 +02:00
|
|
|
|
<Content Update="Views\Wallets\WalletPSBTReady.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2019-05-10 17:29:29 +02:00
|
|
|
|
<Content Update="Views\Wallets\WalletPSBT.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-10-26 16:07:39 +02:00
|
|
|
|
<Content Update="Views\Wallets\WalletRescan.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-10-31 16:19:25 +01:00
|
|
|
|
<Content Update="Views\Wallets\WalletSendLedger.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-26 17:08:07 +02:00
|
|
|
|
<Content Update="Views\Wallets\WalletTransactions.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-26 15:32:24 +02:00
|
|
|
|
<Content Update="Views\Wallets\_Nav.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Update="Views\Wallets\_ViewImports.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Update="Views\Wallets\_ViewStart.cshtml">
|
|
|
|
|
<Pack>$(IncludeRazorContentInPack)</Pack>
|
|
|
|
|
</Content>
|
2018-07-22 11:38:14 +02:00
|
|
|
|
</ItemGroup>
|
2017-10-27 11:07:44 +02:00
|
|
|
|
</Project>
|