-
Notifications
You must be signed in to change notification settings - Fork 4
/
nebula-net.sln
54 lines (54 loc) · 2.97 KB
/
nebula-net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{833F56DF-15C2-4B0E-89EF-5A1D43E9612D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{99935AFF-8466-409C-87C4-5A66F6B7C1D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphClientExample", "GraphClientExample\GraphClientExample.csproj", "{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NebulaNet", "NebulaNet\NebulaNet.csproj", "{8DD952EA-5097-46B7-AE07-2B24DF7302EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{18CBBEFD-A8C1-431D-AADF-E697575A6A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NebulaNetTest", "NebulaNetTest\NebulaNetTest.csproj", "{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3BA5C60-FE2B-4C1D-BBE8-90B84487F071}"
ProjectSection(SolutionItems) = preProject
docker-compose.yaml = docker-compose.yaml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3}.Release|Any CPU.Build.0 = Release|Any CPU
{8DD952EA-5097-46B7-AE07-2B24DF7302EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DD952EA-5097-46B7-AE07-2B24DF7302EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DD952EA-5097-46B7-AE07-2B24DF7302EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DD952EA-5097-46B7-AE07-2B24DF7302EC}.Release|Any CPU.Build.0 = Release|Any CPU
{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5EE94FA-0D1B-4F45-B6FA-9CAFCA28F4B3} = {99935AFF-8466-409C-87C4-5A66F6B7C1D5}
{8DD952EA-5097-46B7-AE07-2B24DF7302EC} = {833F56DF-15C2-4B0E-89EF-5A1D43E9612D}
{E80ADA5C-4ED5-4F0B-8B5F-FD6541222EA6} = {18CBBEFD-A8C1-431D-AADF-E697575A6A0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17C8FCD6-BDD0-44F6-8023-9FB945F6DE15}
EndGlobalSection
EndGlobal