-
Notifications
You must be signed in to change notification settings - Fork 20
/
NBlockchain.sln
66 lines (66 loc) · 4.06 KB
/
NBlockchain.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBlockchain", "NBlockchain\NBlockchain.csproj", "{9F76726A-5A74-4A9B-BB35-465F9137CC57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalCurrency", "Samples\DigitalCurrency\DigitalCurrency.csproj", "{804876E4-8D7A-4C18-B772-B716849880DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F160E2A1-7F39-4223-9D88-DE86EA01E876}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A7AAFCC0-A390-4A51-9CE5-3C7ABCE95A9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Providers", "Providers", "{E090655F-2F94-4839-9BCD-62B4AFA4E3F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBlockchain.MongoDB", "Providers\NBlockchain.MongoDB\NBlockchain.MongoDB.csproj", "{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBlockchain.Tests", "Tests\NBlockchain.Tests\NBlockchain.Tests.csproj", "{23039CFC-0063-40CA-B4C3-88C60B08849D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBlockchain.Tests.Scenarios", "Tests\NBlockchain.Tests.Scenarios\NBlockchain.Tests.Scenarios.csproj", "{174D35FD-A3CB-4F33-BD1D-13562AC26D33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CEEC18A-2ED4-4418-BBB5-5E81422289E8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F76726A-5A74-4A9B-BB35-465F9137CC57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F76726A-5A74-4A9B-BB35-465F9137CC57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F76726A-5A74-4A9B-BB35-465F9137CC57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F76726A-5A74-4A9B-BB35-465F9137CC57}.Release|Any CPU.Build.0 = Release|Any CPU
{804876E4-8D7A-4C18-B772-B716849880DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{804876E4-8D7A-4C18-B772-B716849880DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{804876E4-8D7A-4C18-B772-B716849880DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{804876E4-8D7A-4C18-B772-B716849880DA}.Release|Any CPU.Build.0 = Release|Any CPU
{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9}.Release|Any CPU.Build.0 = Release|Any CPU
{23039CFC-0063-40CA-B4C3-88C60B08849D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23039CFC-0063-40CA-B4C3-88C60B08849D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23039CFC-0063-40CA-B4C3-88C60B08849D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23039CFC-0063-40CA-B4C3-88C60B08849D}.Release|Any CPU.Build.0 = Release|Any CPU
{174D35FD-A3CB-4F33-BD1D-13562AC26D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{174D35FD-A3CB-4F33-BD1D-13562AC26D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{174D35FD-A3CB-4F33-BD1D-13562AC26D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{174D35FD-A3CB-4F33-BD1D-13562AC26D33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{804876E4-8D7A-4C18-B772-B716849880DA} = {F160E2A1-7F39-4223-9D88-DE86EA01E876}
{D3D3787E-5B04-4A57-8E9B-9D0AB5DBC8D9} = {E090655F-2F94-4839-9BCD-62B4AFA4E3F0}
{23039CFC-0063-40CA-B4C3-88C60B08849D} = {A7AAFCC0-A390-4A51-9CE5-3C7ABCE95A9A}
{174D35FD-A3CB-4F33-BD1D-13562AC26D33} = {A7AAFCC0-A390-4A51-9CE5-3C7ABCE95A9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93081DAE-98AC-4FFB-B04C-7CB8BAC18CD5}
EndGlobalSection
EndGlobal