-
Notifications
You must be signed in to change notification settings - Fork 2
/
Localwire.Graphinder.sln
73 lines (73 loc) · 5.27 KB
/
Localwire.Graphinder.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.Algorithms.Core", "Algorithms\Localwire.Graphinder.Algorithms.Core\Localwire.Graphinder.Algorithms.Core.csproj", "{9BE00B94-B116-4387-9ACD-7902BC0B5E37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.Algorithms.Core.Tests", "Algorithms\Localwire.Graphinder.Algorithms.Core.Tests\Localwire.Graphinder.Algorithms.Core.Tests.csproj", "{496204F1-CAA1-45B0-8DDF-937A26C9A125}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.ConsoleApp", "Localwire.Graphinder.Console\Localwire.Graphinder.ConsoleApp.csproj", "{22E8BACD-E2B1-497D-A24C-4D57B237EC60}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Algorithms", "Algorithms", "{F9935BF0-508D-4162-9114-FA96B6E537DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.Algorithms.Data", "Algorithms\Localwire.Graphinder.Algorithms.Data\Localwire.Graphinder.Algorithms.Data.csproj", "{B3E0699B-DCC8-4176-A512-AE397EA69912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.Algorithms.Data.Tests", "Algorithms\Localwire.Graphinder.Algorithms.Data.Tests\Localwire.Graphinder.Algorithms.Data.Tests.csproj", "{92138B9D-95B3-403F-9E44-F78B7A616BFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Shared", "_Shared", "{DDADC210-5BCD-40A2-B410-B35F5E48372E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.Algorithms.DTO", "Algorithms\Localwire.Graphinder.Algorithms.DTO\Localwire.Graphinder.Algorithms.DTO.csproj", "{8C404406-0FA6-453B-99A4-CA71441E9AAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localwire.Graphinder.WebVisualizer", "Localwire.Graphinder.WebVisualizer\Localwire.Graphinder.WebVisualizer.csproj", "{455D4D75-D64F-43DC-8039-EACEB3211882}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BE00B94-B116-4387-9ACD-7902BC0B5E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BE00B94-B116-4387-9ACD-7902BC0B5E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BE00B94-B116-4387-9ACD-7902BC0B5E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BE00B94-B116-4387-9ACD-7902BC0B5E37}.Release|Any CPU.Build.0 = Release|Any CPU
{496204F1-CAA1-45B0-8DDF-937A26C9A125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496204F1-CAA1-45B0-8DDF-937A26C9A125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496204F1-CAA1-45B0-8DDF-937A26C9A125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496204F1-CAA1-45B0-8DDF-937A26C9A125}.Release|Any CPU.Build.0 = Release|Any CPU
{22E8BACD-E2B1-497D-A24C-4D57B237EC60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22E8BACD-E2B1-497D-A24C-4D57B237EC60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22E8BACD-E2B1-497D-A24C-4D57B237EC60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22E8BACD-E2B1-497D-A24C-4D57B237EC60}.Release|Any CPU.Build.0 = Release|Any CPU
{B3E0699B-DCC8-4176-A512-AE397EA69912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3E0699B-DCC8-4176-A512-AE397EA69912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3E0699B-DCC8-4176-A512-AE397EA69912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3E0699B-DCC8-4176-A512-AE397EA69912}.Release|Any CPU.Build.0 = Release|Any CPU
{92138B9D-95B3-403F-9E44-F78B7A616BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92138B9D-95B3-403F-9E44-F78B7A616BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92138B9D-95B3-403F-9E44-F78B7A616BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92138B9D-95B3-403F-9E44-F78B7A616BFB}.Release|Any CPU.Build.0 = Release|Any CPU
{8C404406-0FA6-453B-99A4-CA71441E9AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C404406-0FA6-453B-99A4-CA71441E9AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C404406-0FA6-453B-99A4-CA71441E9AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C404406-0FA6-453B-99A4-CA71441E9AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{455D4D75-D64F-43DC-8039-EACEB3211882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455D4D75-D64F-43DC-8039-EACEB3211882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455D4D75-D64F-43DC-8039-EACEB3211882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455D4D75-D64F-43DC-8039-EACEB3211882}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9BE00B94-B116-4387-9ACD-7902BC0B5E37} = {DDADC210-5BCD-40A2-B410-B35F5E48372E}
{496204F1-CAA1-45B0-8DDF-937A26C9A125} = {DDADC210-5BCD-40A2-B410-B35F5E48372E}
{B3E0699B-DCC8-4176-A512-AE397EA69912} = {DDADC210-5BCD-40A2-B410-B35F5E48372E}
{92138B9D-95B3-403F-9E44-F78B7A616BFB} = {DDADC210-5BCD-40A2-B410-B35F5E48372E}
{DDADC210-5BCD-40A2-B410-B35F5E48372E} = {F9935BF0-508D-4162-9114-FA96B6E537DF}
{8C404406-0FA6-453B-99A4-CA71441E9AAB} = {DDADC210-5BCD-40A2-B410-B35F5E48372E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A47580C3-BE2B-4136-8869-B3D22887FCF2}
EndGlobalSection
EndGlobal