forked from MetacoSA/NBitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNBitcoin.Portable.sln
114 lines (114 loc) · 8.76 KB
/
NBitcoin.Portable.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin.Portable(Profile111)", "NBitcoin.Portable\NBitcoin.Portable(Profile111).csproj", "{E902C15B-0E9F-4512-9F5A-EC4C888C0651}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin.Portable.Tests", "NBitcoin.Portable.Tests\NBitcoin.Portable.Tests.csproj", "{9062E694-B97D-4243-B766-8D1A9230DC90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin.Portable.BouncyCastle(Profile111)", "NBitcoin.Portable.BouncyCastle\NBitcoin.Portable.BouncyCastle(Profile111).csproj", "{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin.Portable(Profile259)", "NBitcoin.Portable\NBitcoin.Portable(Profile259).csproj", "{7D64FE62-6350-4B33-A728-E4B5BA1E333D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin.Portable.BouncyCastle(Profile259)", "NBitcoin.Portable.BouncyCastle\NBitcoin.Portable.BouncyCastle(Profile259).csproj", "{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json.Portable", "Newtonsoft.Json(portable)\Newtonsoft.Json.Portable.csproj", "{959F7F85-C98B-4876-971A-9036224578E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "NBitcoin.Portable\Common.csproj", "{EBBB4E11-1136-49CA-BEBD-D3970E870990}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBitcoin(MonoAndroid)", "NBitcoin.Portable\NBitcoin(MonoAndroid).csproj", "{780745F6-C2C7-478C-AA12-76AE48F5BC7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Debug|x86.ActiveCfg = Debug|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Release|Any CPU.Build.0 = Release|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E902C15B-0E9F-4512-9F5A-EC4C888C0651}.Release|x86.ActiveCfg = Release|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Debug|x86.ActiveCfg = Debug|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Release|Any CPU.Build.0 = Release|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9062E694-B97D-4243-B766-8D1A9230DC90}.Release|x86.ActiveCfg = Release|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Debug|x86.ActiveCfg = Debug|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Release|Any CPU.Build.0 = Release|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E405EA2F-FD7A-4369-B376-EBFE3DD19C14}.Release|x86.ActiveCfg = Release|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Release|Any CPU.Build.0 = Release|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7D64FE62-6350-4B33-A728-E4B5BA1E333D}.Release|x86.ActiveCfg = Release|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Release|Any CPU.Build.0 = Release|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9A4E20FA-D79B-4AB2-93D3-2CF7101F75F8}.Release|x86.ActiveCfg = Release|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Debug|x86.ActiveCfg = Debug|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Release|Any CPU.Build.0 = Release|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{959F7F85-C98B-4876-971A-9036224578E4}.Release|x86.ActiveCfg = Release|Any CPU
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Debug|Any CPU.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Debug|x86.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Debug|x86.Build.0 = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Release|Any CPU.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Release|Mixed Platforms.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Release|Mixed Platforms.Build.0 = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Release|x86.ActiveCfg = Debug|x86
{EBBB4E11-1136-49CA-BEBD-D3970E870990}.Release|x86.Build.0 = Debug|x86
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Debug|x86.ActiveCfg = Debug|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Release|Any CPU.Build.0 = Release|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{780745F6-C2C7-478C-AA12-76AE48F5BC7B}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal