2025-01-19 18:19:05 +09:00
<Project Sdk= "Microsoft.NET.Sdk.Web" >
2019-06-18 14:00:42 +09:00
<Import Project= "../Build/Version.csproj" Condition= "Exists('../Build/Version.csproj')" />
2019-06-17 21:42:48 +09:00
<Import Project= "../Build/Common.csproj" />
2020-07-28 22:48:51 +02:00
2017-09-13 15:47:34 +09:00
<PropertyGroup >
2019-08-30 19:36:57 +09:00
<OutputType > Exe</OutputType>
2020-10-15 14:28:09 +02:00
<PreserveCompilationContext > true</PreserveCompilationContext>
2022-11-19 00:04:46 +09:00
<RunAnalyzersDuringLiveAnalysis > False</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzersDuringBuild > False</RunAnalyzersDuringBuild>
2018-08-21 15:59:57 +09:00
</PropertyGroup>
2024-12-03 10:15:01 +09:00
<!-- Pre - compiling views should only be done for Release builds without dotnet watch or design time build . -->
<!-- Runtime compiling is only useful for debugging with hot reload of the views -->
<PropertyGroup Condition= "'$(RazorCompileOnBuild)'=='' AND ('$(Configuration)' == 'Debug' OR '$(DotNetWatchBuild)' == 'true' OR '$(DesignTimeBuild)' == 'true')" >
<RazorCompileOnBuild > false</RazorCompileOnBuild>
</PropertyGroup>
<PropertyGroup Condition= "'$(RazorCompileOnBuild)'==''" >
<RazorCompileOnBuild > true</RazorCompileOnBuild>
</PropertyGroup>
<PropertyGroup Condition= "'$(RazorCompileOnBuild)' == 'true'" >
<DefineConstants > $(DefineConstants);RAZOR_COMPILE_ON_BUILD</DefineConstants>
</PropertyGroup>
2022-11-22 21:37:07 +09:00
<ItemGroup >
2022-11-25 02:42:55 +01:00
<AssemblyAttribute Condition= "'$(GitCommit)' != ''" Include= "BTCPayServer.GitCommitAttribute" >
2022-11-22 21:37:07 +09:00
<_Parameter1 > $(GitCommit)</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
2017-09-28 00:16:37 +09:00
<ItemGroup >
2019-10-02 22:41:53 -05:00
<Compile Remove= "Build\**" />
2018-03-22 00:07:30 -05:00
<Compile Remove= "wwwroot\vendor\jquery-nice-select\**" />
2019-10-02 22:41:53 -05:00
<Content Remove= "Build\**" />
2018-03-22 00:07:30 -05:00
<Content Remove= "wwwroot\vendor\jquery-nice-select\**" />
2019-10-02 22:41:53 -05:00
<EmbeddedResource Remove= "Build\**" />
2018-03-22 00:07:30 -05:00
<EmbeddedResource Remove= "wwwroot\vendor\jquery-nice-select\**" />
2019-10-02 22:41:53 -05:00
<None Remove= "Build\**" />
2018-03-22 00:07:30 -05:00
<None Remove= "wwwroot\vendor\jquery-nice-select\**" />
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIStorePullPayments\NewPullPayment.cshtml" >
2021-10-22 04:17:40 +02:00
<Pack > false</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIStorePullPayments\PullPayments.cshtml" >
2021-10-22 04:17:40 +02:00
<Pack > false</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIAccount\_ViewImports.cshtml" >
2021-10-22 04:17:40 +02:00
<Pack > false</Pack>
</Content>
2017-09-28 00:16:37 +09:00
</ItemGroup>
2017-09-13 15:47:34 +09:00
<ItemGroup >
<None Remove= "Currencies.txt" />
</ItemGroup>
2020-07-28 22:48:51 +02:00
2017-09-13 15:47:34 +09:00
<ItemGroup >
2024-12-03 22:30:46 +09:00
<PackageReference Include= "BTCPayServer.NTag424" Version= "1.0.25" />
2023-05-23 02:18:57 +02:00
<PackageReference Include= "YamlDotNet" Version= "8.0.0" />
2025-01-19 18:19:05 +09:00
<PackageReference Include= "BIP78.Sender" Version= "0.2.4" />
2021-09-08 18:27:36 +09:00
<PackageReference Include= "BTCPayServer.Hwi" Version= "2.0.2" />
2024-11-29 20:27:43 -06:00
<PackageReference Include= "BTCPayServer.Lightning.All" Version= "1.6.9" />
2024-05-23 22:16:16 +09:00
<PackageReference Include= "CsvHelper" Version= "32.0.3" />
<PackageReference Include= "Dapper" Version= "2.1.35" />
2024-12-03 16:47:26 +09:00
<PackageReference Include= "Fido2" Version= "3.0.1" />
<PackageReference Include= "Fido2.AspNet" Version= "3.0.1" />
2024-11-29 20:27:43 -06:00
<PackageReference Include= "LNURL" Version= "0.0.36" />
2024-12-03 21:23:07 +09:00
<PackageReference Include= "MailKit" Version= "4.8.0" />
2022-12-15 16:24:03 +09:00
<PackageReference Include= "BTCPayServer.NETCore.Plugins.Mvc" Version= "1.4.4" />
2024-11-26 11:23:39 +01:00
<PackageReference Include= "QRCoder" Version= "1.6.0" />
2023-11-21 14:11:17 +09:00
<PackageReference Include= "System.IO.Pipelines" Version= "8.0.0" />
2020-06-25 08:33:34 +01:00
<PackageReference Include= "NBitpayClient" Version= "1.0.0.39" />
2023-09-07 10:02:32 +02:00
<PackageReference Include= "Newtonsoft.Json" Version= "13.0.3" />
2023-01-16 10:37:17 +09:00
<PackageReference Include= "NicolasDorier.CommandLine" Version= "2.0.0" />
<PackageReference Include= "NicolasDorier.CommandLine.Configuration" Version= "2.0.0" />
2022-06-21 12:33:20 +09:00
<PackageReference Include= "NicolasDorier.RateLimits" Version= "1.2.3" />
2023-11-21 14:11:17 +09:00
<PackageReference Include= "Serilog" Version= "3.1.1" />
<PackageReference Include= "Serilog.AspNetCore" Version= "8.0.0" />
<PackageReference Include= "Serilog.Sinks.File" Version= "5.0.1-dev-00968" />
2023-11-30 10:25:09 +01:00
<PackageReference Include= "SSH.NET" Version= "2023.0.0" />
2024-12-03 22:37:10 +09:00
<PackageReference Include= "TwentyTwenty.Storage" Version= "2.24.2" />
<PackageReference Include= "TwentyTwenty.Storage.Amazon" Version= "2.24.2" />
<PackageReference Include= "TwentyTwenty.Storage.Azure" Version= "2.24.2" />
<PackageReference Include= "TwentyTwenty.Storage.Google" Version= "2.24.2" />
<PackageReference Include= "TwentyTwenty.Storage.Local" Version= "2.24.2" />
2025-01-21 16:41:42 +09:00
<PackageReference Condition= "'$(RazorCompileOnBuild)' == 'false'" Include= "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version= "8.0.11" />
2024-11-29 20:44:33 -06:00
<PackageReference Include= "Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version= "8.0.11" />
2024-12-04 11:53:10 +01:00
<PackageReference Include= "System.Text.RegularExpressions" Version= "4.3.1" />
2025-01-16 06:36:23 +01:00
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version= "8.0.11" />
2019-10-03 17:06:49 +09:00
</ItemGroup>
2017-09-13 15:47:34 +09:00
<ItemGroup >
2023-07-24 09:24:32 +09:00
<None Include= "Views\UIReports\StoreReports.cshtml" />
2017-09-13 15:47:34 +09:00
<None Include= "wwwroot\vendor\jquery\jquery.js" />
<None Include= "wwwroot\vendor\jquery\jquery.min.js" />
</ItemGroup>
2017-09-28 16:35:29 +09:00
<ItemGroup >
2021-05-19 04:39:27 +02:00
<Folder Include= "wwwroot\vendor\bootstrap" />
2018-01-30 10:39:58 -06:00
<Folder Include= "wwwroot\vendor\clipboard.js\" />
2018-07-12 01:20:44 +09:00
<Folder Include= "wwwroot\vendor\highlightjs\" />
2023-07-24 09:24:32 +09:00
<Folder Include= "wwwroot\vendor\pivottable\" />
2019-01-08 13:52:30 +01:00
<Folder Include= "wwwroot\vendor\summernote" />
2023-02-22 03:47:02 +01:00
<Folder Include= "wwwroot\vendor\tom-select" />
2021-11-25 10:25:22 +01:00
<Folder Include= "wwwroot\vendor\ur-registry" />
2020-03-26 11:59:28 +01:00
<Folder Include= "wwwroot\vendor\vue-qrcode-reader" />
2017-09-28 16:35:29 +09:00
</ItemGroup>
2018-02-13 03:27:36 +09:00
2019-05-24 18:42:22 +09:00
<ItemGroup >
2020-10-15 14:28:09 +02:00
<ProjectReference Include= "..\BTCPayServer.Abstractions\BTCPayServer.Abstractions.csproj" />
2020-03-02 16:50:28 +01:00
<ProjectReference Include= "..\BTCPayServer.Client\BTCPayServer.Client.csproj" />
2019-08-30 00:24:42 +09:00
<ProjectReference Include= "..\BTCPayServer.Data\BTCPayServer.Data.csproj" />
2019-05-24 18:42:22 +09:00
<ProjectReference Include= "..\BTCPayServer.Rating\BTCPayServer.Rating.csproj" />
<ProjectReference Include= "..\BTCPayServer.Common\BTCPayServer.Common.csproj" />
</ItemGroup>
2018-07-22 18:38:14 +09:00
<ItemGroup >
2022-01-01 22:05:24 +09:00
<Watch Include= "Views\**\*.*" > </Watch>
2023-12-07 14:00:15 +09:00
<Watch Remove= "Views\Shared\LocalhostBrowserSupport.cshtml" />
2023-03-20 02:46:46 +01:00
<Watch Remove= "Views\UIAccount\CheatPermissions.cshtml" />
2023-07-24 09:24:32 +09:00
<Watch Remove= "Views\UIReports\StoreReports.cshtml" />
2024-07-24 20:16:20 +09:00
<Watch Remove= "Views\UIServer\CreateDictionary.cshtml" />
<Watch Remove= "Views\UIServer\EditDictionary.cshtml" />
<Watch Remove= "Views\UIServer\ListDictionaries.cshtml" />
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIApps\_ViewImports.cshtml" >
2018-08-30 13:16:24 -05:00
<CopyToPublishDirectory > PreserveNewest</CopyToPublishDirectory>
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\DynamicDnsServices.cshtml" >
2019-07-25 18:29:18 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\LightningChargeServices.cshtml" >
2018-12-20 22:40:32 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\LightningWalletServices.cshtml" >
2018-12-14 13:11:55 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\LndSeedBackup.cshtml" >
2019-11-04 22:04:35 -06:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\RPCService.cshtml" >
2019-11-07 14:33:10 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\P2PService.cshtml" >
2019-05-07 13:58:55 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\DynamicDnsService.cshtml" >
2019-07-24 17:59:30 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\SSHService.cshtml" >
2018-08-17 16:27:37 +02:00
<Pack > $(IncludeRazorContentInPack)</Pack>
2018-09-03 23:48:53 -05:00
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIStores\ShowToken.cshtml" >
2018-10-31 17:59:09 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIPublic\PayButtonHandle.cshtml" >
2018-08-17 13:21:00 +02:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\LndServices.cshtml" >
2018-07-22 18:38:14 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\Maintenance.cshtml" >
2018-07-24 17:04:57 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIServer\Services.cshtml" >
2018-07-22 18:38:14 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\ListWallets.cshtml" >
2019-05-12 13:13:52 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\WalletPSBTCombine.cshtml" >
2018-07-26 22:32:24 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2019-05-12 00:05:30 +09:00
<Content Update= "Views\Wallets\WalletPSBTReady.cshtml" >
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\WalletPSBT.cshtml" >
2019-05-11 00:29:29 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\WalletRescan.cshtml" >
2018-10-26 23:07:39 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\WalletSendVault.cshtml" >
2019-11-11 14:22:04 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
2018-11-01 00:19:25 +09:00
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\WalletTransactions.cshtml" >
2018-07-27 00:08:07 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\_Nav.cshtml" >
2018-07-26 22:32:24 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\_ViewImports.cshtml" >
2018-07-26 22:32:24 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2022-01-07 12:32:00 +09:00
<Content Update= "Views\UIWallets\_ViewStart.cshtml" >
2018-07-26 22:32:24 +09:00
<Pack > $(IncludeRazorContentInPack)</Pack>
</Content>
2018-07-22 18:38:14 +09:00
</ItemGroup>
2020-02-24 16:40:04 +01:00
2024-04-04 16:31:04 +09:00
<ProjectExtensions > <VisualStudio > <UserProperties wwwroot_4swagger_4v1_4swagger_1template_1invoices_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1misc_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1pull-payments_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1serverinfo_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1stores_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1stores-payment-methods_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1users_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" wwwroot_4swagger_4v1_4swagger_1template_1webhooks_1json__JsonSchema= "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json" /> </VisualStudio> </ProjectExtensions>
2019-11-04 22:04:35 -06:00
</Project>