-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathVoron.Graph.sln
More file actions
54 lines (54 loc) · 3.2 KB
/
Voron.Graph.sln
File metadata and controls
54 lines (54 loc) · 3.2 KB
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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Voron.Graph", "src\Voron.Graph\Voron.Graph.xproj", "{22A930CA-9392-4857-AC41-34D479117756}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Imports", "Imports", "{C3AE7FBF-D83E-4254-A182-18F29E248CE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05C0A109-F1BC-4160-B0C7-CA1738D163ED}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{671507CC-CB8F-4A2B-B544-A9A8EDF1B3F8}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Sparrow", "imports\Sparrow\Sparrow.xproj", "{6D5528D1-B2DD-484B-8606-91D68E065659}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Voron", "imports\Voron\Voron.xproj", "{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Voron.Graph.Tests", "tests\Voron.Graph.Tests\Voron.Graph.Tests.xproj", "{DBA72B19-62E6-4728-8B72-BCE844398BE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22A930CA-9392-4857-AC41-34D479117756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22A930CA-9392-4857-AC41-34D479117756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22A930CA-9392-4857-AC41-34D479117756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22A930CA-9392-4857-AC41-34D479117756}.Release|Any CPU.Build.0 = Release|Any CPU
{6D5528D1-B2DD-484B-8606-91D68E065659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5528D1-B2DD-484B-8606-91D68E065659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5528D1-B2DD-484B-8606-91D68E065659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5528D1-B2DD-484B-8606-91D68E065659}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA72B19-62E6-4728-8B72-BCE844398BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA72B19-62E6-4728-8B72-BCE844398BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA72B19-62E6-4728-8B72-BCE844398BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA72B19-62E6-4728-8B72-BCE844398BE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6D5528D1-B2DD-484B-8606-91D68E065659} = {C3AE7FBF-D83E-4254-A182-18F29E248CE2}
{DC9C8F92-92F6-4C44-BBEA-39CF5D68FB13} = {C3AE7FBF-D83E-4254-A182-18F29E248CE2}
{DBA72B19-62E6-4728-8B72-BCE844398BE4} = {671507CC-CB8F-4A2B-B544-A9A8EDF1B3F8}
EndGlobalSection
EndGlobal