-
Notifications
You must be signed in to change notification settings - Fork 31
/
BitFaster.sln
60 lines (60 loc) · 3.98 KB
/
BitFaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3636431B-72C9-4DEC-A2BC-E6EC1AE1A086}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching", "BitFaster.Caching\BitFaster.Caching.csproj", "{8E05419C-B661-4346-9C27-9D5E5C011424}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.UnitTests", "BitFaster.Caching.UnitTests\BitFaster.Caching.UnitTests.csproj", "{B7C890DE-DA2C-440C-8D98-F96929C2DEBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.Benchmarks", "BitFaster.Caching.Benchmarks\BitFaster.Caching.Benchmarks.csproj", "{8CDE3FA5-B08A-4375-9EF0-F1F044B841C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.HitRateAnalysis", "BitFaster.Caching.HitRateAnalysis\BitFaster.Caching.HitRateAnalysis.csproj", "{12AAE7FB-09F5-4A87-838E-891ACEF5722B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.ThroughputAnalysis", "BitFaster.Caching.ThroughputAnalysis\BitFaster.Caching.ThroughputAnalysis.csproj", "{EF9968AF-10B2-4205-9C42-19A594BC98C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.UnitTests.Std", "BitFaster.Caching.UnitTests.Std\BitFaster.Caching.UnitTests.Std.csproj", "{5FFDA3B7-3918-4F18-808C-B67E29EAA700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E05419C-B661-4346-9C27-9D5E5C011424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E05419C-B661-4346-9C27-9D5E5C011424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E05419C-B661-4346-9C27-9D5E5C011424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E05419C-B661-4346-9C27-9D5E5C011424}.Release|Any CPU.Build.0 = Release|Any CPU
{B7C890DE-DA2C-440C-8D98-F96929C2DEBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7C890DE-DA2C-440C-8D98-F96929C2DEBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7C890DE-DA2C-440C-8D98-F96929C2DEBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7C890DE-DA2C-440C-8D98-F96929C2DEBB}.Release|Any CPU.Build.0 = Release|Any CPU
{8CDE3FA5-B08A-4375-9EF0-F1F044B841C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CDE3FA5-B08A-4375-9EF0-F1F044B841C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CDE3FA5-B08A-4375-9EF0-F1F044B841C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CDE3FA5-B08A-4375-9EF0-F1F044B841C4}.Release|Any CPU.Build.0 = Release|Any CPU
{12AAE7FB-09F5-4A87-838E-891ACEF5722B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12AAE7FB-09F5-4A87-838E-891ACEF5722B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12AAE7FB-09F5-4A87-838E-891ACEF5722B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12AAE7FB-09F5-4A87-838E-891ACEF5722B}.Release|Any CPU.Build.0 = Release|Any CPU
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Release|Any CPU.Build.0 = Release|Any CPU
{5FFDA3B7-3918-4F18-808C-B67E29EAA700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FFDA3B7-3918-4F18-808C-B67E29EAA700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FFDA3B7-3918-4F18-808C-B67E29EAA700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FFDA3B7-3918-4F18-808C-B67E29EAA700}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70674A50-D968-4F0C-BE09-4FD69817210F}
EndGlobalSection
EndGlobal