-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniBlockchain.sln
37 lines (37 loc) · 2.01 KB
/
MiniBlockchain.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniBlockchain", "MiniBlockchain\MiniBlockchain.csproj", "{C8C4BB53-BB6A-40A6-A3A3-0193D2282545}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wallet", "ClientSocket\Wallet.csproj", "{9FCEFF5F-8D80-4DD0-8AAE-731F007D662F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{007C053F-17B3-4FEB-B41A-14990FE97843}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8C4BB53-BB6A-40A6-A3A3-0193D2282545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8C4BB53-BB6A-40A6-A3A3-0193D2282545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8C4BB53-BB6A-40A6-A3A3-0193D2282545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8C4BB53-BB6A-40A6-A3A3-0193D2282545}.Release|Any CPU.Build.0 = Release|Any CPU
{9FCEFF5F-8D80-4DD0-8AAE-731F007D662F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FCEFF5F-8D80-4DD0-8AAE-731F007D662F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FCEFF5F-8D80-4DD0-8AAE-731F007D662F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FCEFF5F-8D80-4DD0-8AAE-731F007D662F}.Release|Any CPU.Build.0 = Release|Any CPU
{007C053F-17B3-4FEB-B41A-14990FE97843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007C053F-17B3-4FEB-B41A-14990FE97843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007C053F-17B3-4FEB-B41A-14990FE97843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007C053F-17B3-4FEB-B41A-14990FE97843}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E517F332-DFEA-4F55-8FEB-E8DC462C2B87}
EndGlobalSection
EndGlobal