forked from stoway/TronNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTronNet.sln
67 lines (67 loc) · 4.27 KB
/
TronNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet.Protocol", "src\TronNet.Protocol\TronNet.Protocol.csproj", "{2787BE3F-B61E-439C-9CFC-A3E2D3D99489}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet", "src\TronNet\TronNet.csproj", "{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet.ABI", "src\TronNet.ABI\TronNet.ABI.csproj", "{7257C8B2-89D6-4227-BD94-E667A556C7C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet.Crypto", "src\TronNet.Crypto\TronNet.Crypto.csproj", "{55126F09-B36D-4986-B172-BD0E4F11A7F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52F5F682-1C4D-434D-B5AE-D6A297C9531F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0F3402C3-5B98-4243-8B68-EC0C4FA042F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet.Crypto.Test", "test\TronNet.Crypto.Test\TronNet.Crypto.Test.csproj", "{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TronNet.Test", "test\TronNet.Test\TronNet.Test.csproj", "{81FBD414-722A-407B-99F2-84D83B11ABF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2787BE3F-B61E-439C-9CFC-A3E2D3D99489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2787BE3F-B61E-439C-9CFC-A3E2D3D99489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2787BE3F-B61E-439C-9CFC-A3E2D3D99489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2787BE3F-B61E-439C-9CFC-A3E2D3D99489}.Release|Any CPU.Build.0 = Release|Any CPU
{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF}.Release|Any CPU.Build.0 = Release|Any CPU
{7257C8B2-89D6-4227-BD94-E667A556C7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7257C8B2-89D6-4227-BD94-E667A556C7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7257C8B2-89D6-4227-BD94-E667A556C7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7257C8B2-89D6-4227-BD94-E667A556C7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{55126F09-B36D-4986-B172-BD0E4F11A7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55126F09-B36D-4986-B172-BD0E4F11A7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55126F09-B36D-4986-B172-BD0E4F11A7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55126F09-B36D-4986-B172-BD0E4F11A7F9}.Release|Any CPU.Build.0 = Release|Any CPU
{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC}.Release|Any CPU.Build.0 = Release|Any CPU
{81FBD414-722A-407B-99F2-84D83B11ABF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FBD414-722A-407B-99F2-84D83B11ABF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FBD414-722A-407B-99F2-84D83B11ABF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FBD414-722A-407B-99F2-84D83B11ABF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2787BE3F-B61E-439C-9CFC-A3E2D3D99489} = {52F5F682-1C4D-434D-B5AE-D6A297C9531F}
{4FDC1F3A-B612-45CA-B3F4-C8020D25D3CF} = {52F5F682-1C4D-434D-B5AE-D6A297C9531F}
{7257C8B2-89D6-4227-BD94-E667A556C7C9} = {52F5F682-1C4D-434D-B5AE-D6A297C9531F}
{55126F09-B36D-4986-B172-BD0E4F11A7F9} = {52F5F682-1C4D-434D-B5AE-D6A297C9531F}
{E8C12D48-4E2A-41C8-B7C2-607FB53F78DC} = {0F3402C3-5B98-4243-8B68-EC0C4FA042F6}
{81FBD414-722A-407B-99F2-84D83B11ABF6} = {0F3402C3-5B98-4243-8B68-EC0C4FA042F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A921CD51-4DBC-4633-A4A0-5E9A2C7129A1}
EndGlobalSection
EndGlobal