-
Notifications
You must be signed in to change notification settings - Fork 4
/
IntervalTree.sln
62 lines (62 loc) · 3.78 KB
/
IntervalTree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntervalTree", "Source\IntervalTree\IntervalTree.csproj", "{0F151482-D31A-4848-A191-6630A4905197}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Tools\Benchmark\Benchmark.csproj", "{31057C6A-2476-40B7-965B-6604FBD97683}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{79A934D1-E699-490C-8C40-B3598B64BFE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "Tools\TestConsole\TestConsole.csproj", "{86FD38E6-F284-4B74-9B2D-7402CD7FFC72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extras", "Tools\Extras\Extras.csproj", "{9734BBA7-2408-4E00-A085-51BCC923AD6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{4FA63D1F-4750-4CA7-9177-B05E10BFB2CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{717DFC75-4AC6-4560-8069-B708781061F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{48B3E18F-A77B-468B-B7EE-557E2FC61B1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F151482-D31A-4848-A191-6630A4905197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F151482-D31A-4848-A191-6630A4905197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F151482-D31A-4848-A191-6630A4905197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F151482-D31A-4848-A191-6630A4905197}.Release|Any CPU.Build.0 = Release|Any CPU
{31057C6A-2476-40B7-965B-6604FBD97683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31057C6A-2476-40B7-965B-6604FBD97683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31057C6A-2476-40B7-965B-6604FBD97683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31057C6A-2476-40B7-965B-6604FBD97683}.Release|Any CPU.Build.0 = Release|Any CPU
{79A934D1-E699-490C-8C40-B3598B64BFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A934D1-E699-490C-8C40-B3598B64BFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A934D1-E699-490C-8C40-B3598B64BFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A934D1-E699-490C-8C40-B3598B64BFE7}.Release|Any CPU.Build.0 = Release|Any CPU
{86FD38E6-F284-4B74-9B2D-7402CD7FFC72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86FD38E6-F284-4B74-9B2D-7402CD7FFC72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86FD38E6-F284-4B74-9B2D-7402CD7FFC72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86FD38E6-F284-4B74-9B2D-7402CD7FFC72}.Release|Any CPU.Build.0 = Release|Any CPU
{9734BBA7-2408-4E00-A085-51BCC923AD6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9734BBA7-2408-4E00-A085-51BCC923AD6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9734BBA7-2408-4E00-A085-51BCC923AD6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9734BBA7-2408-4E00-A085-51BCC923AD6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F151482-D31A-4848-A191-6630A4905197} = {4FA63D1F-4750-4CA7-9177-B05E10BFB2CB}
{31057C6A-2476-40B7-965B-6604FBD97683} = {48B3E18F-A77B-468B-B7EE-557E2FC61B1A}
{79A934D1-E699-490C-8C40-B3598B64BFE7} = {717DFC75-4AC6-4560-8069-B708781061F5}
{86FD38E6-F284-4B74-9B2D-7402CD7FFC72} = {48B3E18F-A77B-468B-B7EE-557E2FC61B1A}
{9734BBA7-2408-4E00-A085-51BCC923AD6E} = {48B3E18F-A77B-468B-B7EE-557E2FC61B1A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA65CC01-6535-4B96-8417-923D99E5B135}
EndGlobalSection
EndGlobal