This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
SuperNodes.sln
40 lines (40 loc) · 2.47 KB
/
SuperNodes.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
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}") = "Chickensoft.SuperNodes", "SuperNodes\Chickensoft.SuperNodes.csproj", "{7BD5783F-3042-41E4-A398-DD4CEC6522B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperNodes.Tests", "SuperNodes.Tests\SuperNodes.Tests.csproj", "{52980ED7-7DB7-4EAD-92C5-CBB051B7E529}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperNodes.TestCases", "SuperNodes.TestCases\SuperNodes.TestCases.csproj", "{58C0A5AE-991C-48A0-B4FD-975511872941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chickensoft.SuperNodes.Types", "SuperNodes.Types\Chickensoft.SuperNodes.Types.csproj", "{C45E8E81-CD80-422C-9349-3586211CBA4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BD5783F-3042-41E4-A398-DD4CEC6522B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BD5783F-3042-41E4-A398-DD4CEC6522B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BD5783F-3042-41E4-A398-DD4CEC6522B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BD5783F-3042-41E4-A398-DD4CEC6522B5}.Release|Any CPU.Build.0 = Release|Any CPU
{52980ED7-7DB7-4EAD-92C5-CBB051B7E529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52980ED7-7DB7-4EAD-92C5-CBB051B7E529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52980ED7-7DB7-4EAD-92C5-CBB051B7E529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52980ED7-7DB7-4EAD-92C5-CBB051B7E529}.Release|Any CPU.Build.0 = Release|Any CPU
{58C0A5AE-991C-48A0-B4FD-975511872941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C0A5AE-991C-48A0-B4FD-975511872941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C0A5AE-991C-48A0-B4FD-975511872941}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{58C0A5AE-991C-48A0-B4FD-975511872941}.Release|Any CPU.Build.0 = Debug|Any CPU
{C45E8E81-CD80-422C-9349-3586211CBA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C45E8E81-CD80-422C-9349-3586211CBA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C45E8E81-CD80-422C-9349-3586211CBA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C45E8E81-CD80-422C-9349-3586211CBA4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal