forked from nerdcash/Nerdbank.Cryptocurrencies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNerdbank.Cryptocurrencies.sln
89 lines (89 loc) · 5.18 KB
/
Nerdbank.Cryptocurrencies.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33624.585
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E154A29-1796-4B85-BD81-B6A385D8FF71}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{36CCE840-6FE5-4DB9-A8D5-8CF3CB6D342A}"
ProjectSection(SolutionItems) = preProject
test\.editorconfig = test\.editorconfig
test\Directory.Build.props = test\Directory.Build.props
test\Directory.Build.targets = test\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6BCDD489-47B6-441A-A547-2BE7CF68B8F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.Zcash", "src\Nerdbank.Zcash\Nerdbank.Zcash.csproj", "{5EDC775A-BA1B-48D8-9F62-645612C30CF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2C99DF2C-0284-4C94-AD6B-692D93D9E3FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.Zcash.Tests", "test\Nerdbank.Zcash.Tests\Nerdbank.Zcash.Tests.csproj", "{0F833CBA-991C-4A81-BABB-4964307CCCFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.Cryptocurrencies", "src\Nerdbank.Cryptocurrencies\Nerdbank.Cryptocurrencies.csproj", "{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.Cryptocurrencies.Tests", "test\Nerdbank.Cryptocurrencies.Tests\Nerdbank.Cryptocurrencies.Tests.csproj", "{46FE7AFC-B261-46A7-9AEC-4EF580608D28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.Zcash.Web", "src\Nerdbank.Zcash.Web\Nerdbank.Zcash.Web.csproj", "{F6767CA9-4D7B-439E-A419-A0797D3BCEFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EDC775A-BA1B-48D8-9F62-645612C30CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EDC775A-BA1B-48D8-9F62-645612C30CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EDC775A-BA1B-48D8-9F62-645612C30CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EDC775A-BA1B-48D8-9F62-645612C30CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{0F833CBA-991C-4A81-BABB-4964307CCCFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F833CBA-991C-4A81-BABB-4964307CCCFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F833CBA-991C-4A81-BABB-4964307CCCFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F833CBA-991C-4A81-BABB-4964307CCCFF}.Release|Any CPU.Build.0 = Release|Any CPU
{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C}.Release|Any CPU.Build.0 = Release|Any CPU
{46FE7AFC-B261-46A7-9AEC-4EF580608D28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46FE7AFC-B261-46A7-9AEC-4EF580608D28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46FE7AFC-B261-46A7-9AEC-4EF580608D28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46FE7AFC-B261-46A7-9AEC-4EF580608D28}.Release|Any CPU.Build.0 = Release|Any CPU
{F6767CA9-4D7B-439E-A419-A0797D3BCEFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6767CA9-4D7B-439E-A419-A0797D3BCEFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6767CA9-4D7B-439E-A419-A0797D3BCEFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6767CA9-4D7B-439E-A419-A0797D3BCEFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E154A29-1796-4B85-BD81-B6A385D8FF71} = {1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}
{36CCE840-6FE5-4DB9-A8D5-8CF3CB6D342A} = {1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}
{5EDC775A-BA1B-48D8-9F62-645612C30CF0} = {6BCDD489-47B6-441A-A547-2BE7CF68B8F3}
{0F833CBA-991C-4A81-BABB-4964307CCCFF} = {2C99DF2C-0284-4C94-AD6B-692D93D9E3FA}
{777CF9A5-26F4-42BA-9ECB-5ED6B75D988C} = {6BCDD489-47B6-441A-A547-2BE7CF68B8F3}
{46FE7AFC-B261-46A7-9AEC-4EF580608D28} = {2C99DF2C-0284-4C94-AD6B-692D93D9E3FA}
{F6767CA9-4D7B-439E-A419-A0797D3BCEFA} = {6BCDD489-47B6-441A-A547-2BE7CF68B8F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3944F6A-384B-4B0F-B93F-3BD513DC57BD}
EndGlobalSection
EndGlobal