-
Notifications
You must be signed in to change notification settings - Fork 36
/
Paymetheus.sln
79 lines (79 loc) · 5.09 KB
/
Paymetheus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25008.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus", "Paymetheus\Paymetheus.csproj", "{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Bitcoin", "Paymetheus.Bitcoin\Paymetheus.Bitcoin.csproj", "{93791F70-6590-4342-9774-64E97B7EF6A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Rpc", "Paymetheus.Rpc\Paymetheus.Rpc.csproj", "{4BD3B218-0CB0-49D5-8231-B24265EA98B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Tests.Bitcoin", "Paymetheus.Tests.Bitcoin\Paymetheus.Tests.Bitcoin.csproj", "{2F3EF667-ED59-4079-B979-E58D49047E55}"
ProjectSection(ProjectDependencies) = postProject
{93791F70-6590-4342-9774-64E97B7EF6A4} = {93791F70-6590-4342-9774-64E97B7EF6A4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|x64.ActiveCfg = Release|x64
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|x64.Build.0 = Release|x64
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|x86.ActiveCfg = Release|x86
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Debug|x86.Build.0 = Release|x86
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|Any CPU.Build.0 = Release|Any CPU
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|x64.ActiveCfg = Release|x64
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|x64.Build.0 = Release|x64
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|x86.ActiveCfg = Release|x86
{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}.Release|x86.Build.0 = Release|x86
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|x64.ActiveCfg = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|x64.Build.0 = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|x86.ActiveCfg = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Debug|x86.Build.0 = Debug|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|Any CPU.Build.0 = Release|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|x64.ActiveCfg = Release|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|x64.Build.0 = Release|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|x86.ActiveCfg = Release|Any CPU
{93791F70-6590-4342-9774-64E97B7EF6A4}.Release|x86.Build.0 = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|x64.ActiveCfg = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|x64.Build.0 = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|x86.ActiveCfg = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Debug|x86.Build.0 = Debug|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|Any CPU.Build.0 = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|x64.ActiveCfg = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|x64.Build.0 = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|x86.ActiveCfg = Release|Any CPU
{4BD3B218-0CB0-49D5-8231-B24265EA98B9}.Release|x86.Build.0 = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|x64.ActiveCfg = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|x64.Build.0 = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|x86.ActiveCfg = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Debug|x86.Build.0 = Debug|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|Any CPU.Build.0 = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|x64.ActiveCfg = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|x64.Build.0 = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|x86.ActiveCfg = Release|Any CPU
{2F3EF667-ED59-4079-B979-E58D49047E55}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal