-
Notifications
You must be signed in to change notification settings - Fork 1
/
IntervalTree.sln
32 lines (32 loc) · 1.59 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntervalTree", "src\IntervalTree\IntervalTree.csproj", "{F1600D9F-2DF1-4A3B-8C4E-5288C4EA99EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntervalTree.Tests", "src\IntervalTree.Tests\IntervalTree.Tests.csproj", "{AB317863-858F-45FC-83F8-895DB8047AFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6CF0B73-C62F-4178-A56E-A09AE164F110}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1600D9F-2DF1-4A3B-8C4E-5288C4EA99EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1600D9F-2DF1-4A3B-8C4E-5288C4EA99EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1600D9F-2DF1-4A3B-8C4E-5288C4EA99EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1600D9F-2DF1-4A3B-8C4E-5288C4EA99EE}.Release|Any CPU.Build.0 = Release|Any CPU
{AB317863-858F-45FC-83F8-895DB8047AFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB317863-858F-45FC-83F8-895DB8047AFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB317863-858F-45FC-83F8-895DB8047AFC}.Release|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal