-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCritBitTree.sln
37 lines (37 loc) · 1.97 KB
/
CritBitTree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CritBitTree", "CritBitTree\CritBitTree.csproj", "{DC66FB58-C95D-4332-B21C-5B6E03D9304A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CritBitTree.Tests", "CritBitTree.Tests\CritBitTree.Tests.csproj", "{573F3A5B-7912-447F-A294-F5CFD30DA5FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CritBitTree.Benchmarks", "CritBitTree.Benchmarks\CritBitTree.Benchmarks.csproj", "{31188BA9-B46C-4F6A-99AE-B963C209952E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC66FB58-C95D-4332-B21C-5B6E03D9304A}.Debug|x64.ActiveCfg = Debug|x64
{DC66FB58-C95D-4332-B21C-5B6E03D9304A}.Debug|x64.Build.0 = Debug|x64
{DC66FB58-C95D-4332-B21C-5B6E03D9304A}.Release|x64.ActiveCfg = Release|x64
{DC66FB58-C95D-4332-B21C-5B6E03D9304A}.Release|x64.Build.0 = Release|x64
{573F3A5B-7912-447F-A294-F5CFD30DA5FD}.Debug|x64.ActiveCfg = Debug|x64
{573F3A5B-7912-447F-A294-F5CFD30DA5FD}.Debug|x64.Build.0 = Debug|x64
{573F3A5B-7912-447F-A294-F5CFD30DA5FD}.Release|x64.ActiveCfg = Release|x64
{573F3A5B-7912-447F-A294-F5CFD30DA5FD}.Release|x64.Build.0 = Release|x64
{31188BA9-B46C-4F6A-99AE-B963C209952E}.Debug|x64.ActiveCfg = Debug|x64
{31188BA9-B46C-4F6A-99AE-B963C209952E}.Debug|x64.Build.0 = Debug|x64
{31188BA9-B46C-4F6A-99AE-B963C209952E}.Release|x64.ActiveCfg = Release|x64
{31188BA9-B46C-4F6A-99AE-B963C209952E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54A5D05A-5C05-43E2-8DFA-C17A590914AE}
EndGlobalSection
EndGlobal