-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathneo-utility-set.sln
43 lines (43 loc) · 2.52 KB
/
neo-utility-set.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilities", "Utilities\Utilities.csproj", "{F1E1436E-F1A9-4E76-8826-F9CEDA55E7FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Address", "Address\Address.csproj", "{F5A8E3E8-5D85-45C3-B391-4200DE2AE9D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartContract", "SmartContract\SmartContract.csproj", "{851CF6A4-EAB4-408D-9FCA-9F1BFC2304DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MerkleTree", "MerkleTree\MerkleTree.csproj", "{CFCE9285-A126-4E28-ABD3-3A0A58FFCDC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1E1436E-F1A9-4E76-8826-F9CEDA55E7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E1436E-F1A9-4E76-8826-F9CEDA55E7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E1436E-F1A9-4E76-8826-F9CEDA55E7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E1436E-F1A9-4E76-8826-F9CEDA55E7FA}.Release|Any CPU.Build.0 = Release|Any CPU
{F5A8E3E8-5D85-45C3-B391-4200DE2AE9D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5A8E3E8-5D85-45C3-B391-4200DE2AE9D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5A8E3E8-5D85-45C3-B391-4200DE2AE9D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5A8E3E8-5D85-45C3-B391-4200DE2AE9D7}.Release|Any CPU.Build.0 = Release|Any CPU
{851CF6A4-EAB4-408D-9FCA-9F1BFC2304DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{851CF6A4-EAB4-408D-9FCA-9F1BFC2304DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{851CF6A4-EAB4-408D-9FCA-9F1BFC2304DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{851CF6A4-EAB4-408D-9FCA-9F1BFC2304DB}.Release|Any CPU.Build.0 = Release|Any CPU
{CFCE9285-A126-4E28-ABD3-3A0A58FFCDC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFCE9285-A126-4E28-ABD3-3A0A58FFCDC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFCE9285-A126-4E28-ABD3-3A0A58FFCDC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFCE9285-A126-4E28-ABD3-3A0A58FFCDC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {201707BF-9B07-4055-AC8F-ED8E75E60B18}
EndGlobalSection
EndGlobal