forked from HIT-ReFreSH/WebLedger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebLedger.sln
37 lines (37 loc) · 2.01 KB
/
WebLedger.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.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebLedger", "web\WebLedger.csproj", "{CACDC2F4-29B2-43EC-A3C1-D861E045D812}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebLedgerTheSuit", "cli\WebLedgerTheSuit.csproj", "{18BA26BD-77EA-434B-A871-0C9B050C8B08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibWebLedger", "src\LibWebLedger.csproj", "{AF705E4D-4394-4011-93B2-74F5824752BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CACDC2F4-29B2-43EC-A3C1-D861E045D812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CACDC2F4-29B2-43EC-A3C1-D861E045D812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACDC2F4-29B2-43EC-A3C1-D861E045D812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACDC2F4-29B2-43EC-A3C1-D861E045D812}.Release|Any CPU.Build.0 = Release|Any CPU
{18BA26BD-77EA-434B-A871-0C9B050C8B08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18BA26BD-77EA-434B-A871-0C9B050C8B08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18BA26BD-77EA-434B-A871-0C9B050C8B08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18BA26BD-77EA-434B-A871-0C9B050C8B08}.Release|Any CPU.Build.0 = Release|Any CPU
{AF705E4D-4394-4011-93B2-74F5824752BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF705E4D-4394-4011-93B2-74F5824752BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF705E4D-4394-4011-93B2-74F5824752BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF705E4D-4394-4011-93B2-74F5824752BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DB78E45-8393-467A-ACF3-E20A23D14E4D}
EndGlobalSection
EndGlobal