forked from AElfProject/AElf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAElf.sln
43 lines (43 loc) · 2.54 KB
/
AElf.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.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AElf.Kernel", "AElf.Kernel\AElf.Kernel.csproj", "{C7A26DA1-70D3-4D73-B5DB-A83241AB6F79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AElf.Kernel.Tests", "AElf.Kernel.Tests\AElf.Kernel.Tests.csproj", "{43CE2CD7-AE6C-4086-8594-7BC82FC83B74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AElf.OS", "AElf.OS\AElf.OS.csproj", "{F1B2B70C-7E8D-4F73-80C2-455CAF21C09C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AElf.OS.Tests", "AElf.OS.Tests\AElf.OS.Tests.csproj", "{65480B60-CE71-4486-85F4-EBEF8BEEFD98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7A26DA1-70D3-4D73-B5DB-A83241AB6F79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7A26DA1-70D3-4D73-B5DB-A83241AB6F79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7A26DA1-70D3-4D73-B5DB-A83241AB6F79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7A26DA1-70D3-4D73-B5DB-A83241AB6F79}.Release|Any CPU.Build.0 = Release|Any CPU
{43CE2CD7-AE6C-4086-8594-7BC82FC83B74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43CE2CD7-AE6C-4086-8594-7BC82FC83B74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43CE2CD7-AE6C-4086-8594-7BC82FC83B74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43CE2CD7-AE6C-4086-8594-7BC82FC83B74}.Release|Any CPU.Build.0 = Release|Any CPU
{F1B2B70C-7E8D-4F73-80C2-455CAF21C09C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B2B70C-7E8D-4F73-80C2-455CAF21C09C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B2B70C-7E8D-4F73-80C2-455CAF21C09C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B2B70C-7E8D-4F73-80C2-455CAF21C09C}.Release|Any CPU.Build.0 = Release|Any CPU
{65480B60-CE71-4486-85F4-EBEF8BEEFD98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65480B60-CE71-4486-85F4-EBEF8BEEFD98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65480B60-CE71-4486-85F4-EBEF8BEEFD98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65480B60-CE71-4486-85F4-EBEF8BEEFD98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7C06F6A-D4FE-4202-B8B8-A593F80AB861}
EndGlobalSection
EndGlobal