This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
forked from BrandonT42/cs-turtlecoin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPlenteum.sln
57 lines (57 loc) · 3.41 KB
/
Plenteum.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlenteumCore", "PlenteumCore\PlenteumCore.csproj", "{4DE0AD31-47E2-4348-9C35-43DC5EC25F48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plenteum", "Plenteum\Plenteum.csproj", "{E46790A0-EB3B-40AD-96F2-3E9F936CED5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoTests", "Tests\Tests.csproj", "{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateGenesis", "Utilities\GenerateGenesis\GenerateGenesis.csproj", "{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{29602CF1-8DF8-4095-9C7E-0A0EC6FB3A0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{AC36C60C-631D-4172-A750-62C24D69D74D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wallet", "Wallet\Wallet.csproj", "{159A64DF-DD86-4AD7-ADEA-CA5567EF1F88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DE0AD31-47E2-4348-9C35-43DC5EC25F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE0AD31-47E2-4348-9C35-43DC5EC25F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE0AD31-47E2-4348-9C35-43DC5EC25F48}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4DE0AD31-47E2-4348-9C35-43DC5EC25F48}.Release|Any CPU.Build.0 = Debug|Any CPU
{E46790A0-EB3B-40AD-96F2-3E9F936CED5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E46790A0-EB3B-40AD-96F2-3E9F936CED5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E46790A0-EB3B-40AD-96F2-3E9F936CED5E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E46790A0-EB3B-40AD-96F2-3E9F936CED5E}.Release|Any CPU.Build.0 = Debug|Any CPU
{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77}.Release|Any CPU.Build.0 = Debug|Any CPU
{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9}.Release|Any CPU.Build.0 = Debug|Any CPU
{159A64DF-DD86-4AD7-ADEA-CA5567EF1F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{159A64DF-DD86-4AD7-ADEA-CA5567EF1F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{159A64DF-DD86-4AD7-ADEA-CA5567EF1F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{159A64DF-DD86-4AD7-ADEA-CA5567EF1F88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB13A2C5-707D-4DF8-9F4B-63A7D70A1E77} = {29602CF1-8DF8-4095-9C7E-0A0EC6FB3A0E}
{1ED76D2B-7657-4ED6-9D2D-93AB2111F0D9} = {AC36C60C-631D-4172-A750-62C24D69D74D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF17E6A4-CE7B-410F-8151-668910AAEC8A}
EndGlobalSection
EndGlobal