-
Notifications
You must be signed in to change notification settings - Fork 5
/
BTCPayServer.BoltCardTools.sln
44 lines (44 loc) · 2.41 KB
/
BTCPayServer.BoltCardTools.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.NTag424", "src\BTCPayServer.NTag424\BTCPayServer.NTag424.csproj", "{1AF51732-C36B-48DE-BEE5-4C5AA6EB0DAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.NTag424.Tests", "tests\BTCPayServer.NTag424.Tests.csproj", "{4ABD12CC-3B7C-4C8C-8576-19F32C402584}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{AE043F8E-1026-4502-8E7A-6F9C6C75EAF6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTCPayServer.NTag424.PCSC", "src\BTCPayServer.NTag424.PCSC\BTCPayServer.NTag424.PCSC.csproj", "{73E10DBB-BF8B-4083-BD35-9878C77303C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AF51732-C36B-48DE-BEE5-4C5AA6EB0DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AF51732-C36B-48DE-BEE5-4C5AA6EB0DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AF51732-C36B-48DE-BEE5-4C5AA6EB0DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AF51732-C36B-48DE-BEE5-4C5AA6EB0DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{4ABD12CC-3B7C-4C8C-8576-19F32C402584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ABD12CC-3B7C-4C8C-8576-19F32C402584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ABD12CC-3B7C-4C8C-8576-19F32C402584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ABD12CC-3B7C-4C8C-8576-19F32C402584}.Release|Any CPU.Build.0 = Release|Any CPU
{73E10DBB-BF8B-4083-BD35-9878C77303C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73E10DBB-BF8B-4083-BD35-9878C77303C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73E10DBB-BF8B-4083-BD35-9878C77303C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73E10DBB-BF8B-4083-BD35-9878C77303C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACB2349C-2A7E-4F07-9ABC-4B1C333ABBFC}
EndGlobalSection
EndGlobal