-
Notifications
You must be signed in to change notification settings - Fork 20
/
Blockcore.Reference.Nodes.sln
61 lines (61 loc) · 3.82 KB
/
Blockcore.Reference.Nodes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Solaris", "XLR\src\Solaris\Solaris.csproj", "{142ED556-2D2C-4F10-A212-A897E177FCC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AMS", "AMS\src\AMS\AMS.csproj", "{1EDB0F17-2827-4B55-8E4E-7479032ED27B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blockcore.MultiNode", "MULTI\src\Blockcore.MultiNode\Blockcore.MultiNode.csproj", "{1A21DF40-92A5-4572-BAB7-992292175261}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E78B5B3-DA47-47FB-90F8-8034404C7554}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
package.json = package.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitcoin.Node", "BTC\src\Bitcoin.Node\Bitcoin.Node.csproj", "{C6E4A3F3-5806-4110-A260-47563476F21B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cirrus.Node", "CRS\Cirrus.Node\Cirrus.Node.csproj", "{EC5229F6-6A15-413B-81D9-249D3085FCDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cirrus.Node.Features.KubernetesProbes", "CRS\Cirrus.Node.Features.KubernetesProbes\Cirrus.Node.Features.KubernetesProbes.csproj", "{E9CAA3B0-2E4C-4DA8-975B-E016560A6E80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{142ED556-2D2C-4F10-A212-A897E177FCC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{142ED556-2D2C-4F10-A212-A897E177FCC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{142ED556-2D2C-4F10-A212-A897E177FCC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{142ED556-2D2C-4F10-A212-A897E177FCC7}.Release|Any CPU.Build.0 = Release|Any CPU
{1EDB0F17-2827-4B55-8E4E-7479032ED27B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EDB0F17-2827-4B55-8E4E-7479032ED27B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EDB0F17-2827-4B55-8E4E-7479032ED27B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EDB0F17-2827-4B55-8E4E-7479032ED27B}.Release|Any CPU.Build.0 = Release|Any CPU
{1A21DF40-92A5-4572-BAB7-992292175261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A21DF40-92A5-4572-BAB7-992292175261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A21DF40-92A5-4572-BAB7-992292175261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A21DF40-92A5-4572-BAB7-992292175261}.Release|Any CPU.Build.0 = Release|Any CPU
{C6E4A3F3-5806-4110-A260-47563476F21B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E4A3F3-5806-4110-A260-47563476F21B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E4A3F3-5806-4110-A260-47563476F21B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6E4A3F3-5806-4110-A260-47563476F21B}.Release|Any CPU.Build.0 = Release|Any CPU
{EC5229F6-6A15-413B-81D9-249D3085FCDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5229F6-6A15-413B-81D9-249D3085FCDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5229F6-6A15-413B-81D9-249D3085FCDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5229F6-6A15-413B-81D9-249D3085FCDE}.Release|Any CPU.Build.0 = Release|Any CPU
{E9CAA3B0-2E4C-4DA8-975B-E016560A6E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9CAA3B0-2E4C-4DA8-975B-E016560A6E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9CAA3B0-2E4C-4DA8-975B-E016560A6E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9CAA3B0-2E4C-4DA8-975B-E016560A6E80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B803CC7-ACE7-41CB-A70B-0FDE5A813F57}
EndGlobalSection
EndGlobal