-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGraphLite.sln
47 lines (47 loc) · 2.23 KB
/
GraphLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B460A11-0873-45D9-81D1-A7CB6FD84320}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphLite", "GraphLite\GraphLite.csproj", "{CC80A865-902A-43C2-9861-A1B3971B1EC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphLite.Tests", "GraphLite.Tests\GraphLite.Tests.csproj", "{5D3333EA-B679-49B7-BD19-CE1D0B4B98CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{49B84DCA-03B0-4A18-90F1-603AB9F1845C}"
ProjectSection(SolutionItems) = preProject
..\docs\_config.yml = ..\docs\_config.yml
..\docs\applications.md = ..\docs\applications.md
..\docs\index.md = ..\docs\index.md
..\docs\reporting.md = ..\docs\reporting.md
..\docs\users.md = ..\docs\users.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC80A865-902A-43C2-9861-A1B3971B1EC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC80A865-902A-43C2-9861-A1B3971B1EC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC80A865-902A-43C2-9861-A1B3971B1EC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC80A865-902A-43C2-9861-A1B3971B1EC0}.Release|Any CPU.Build.0 = Release|Any CPU
{5D3333EA-B679-49B7-BD19-CE1D0B4B98CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D3333EA-B679-49B7-BD19-CE1D0B4B98CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D3333EA-B679-49B7-BD19-CE1D0B4B98CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D3333EA-B679-49B7-BD19-CE1D0B4B98CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8596964-34CF-4A39-BDD0-B3F8FEFB9D23}
EndGlobalSection
EndGlobal