This repository was archived by the owner on Dec 1, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCacheFlow.sln
More file actions
50 lines (50 loc) · 2.57 KB
/
CacheFlow.sln
File metadata and controls
50 lines (50 loc) · 2.57 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
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}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheFlow", "src\CacheFlow\CacheFlow.csproj", "{863F2681-2321-4A5E-B8B8-1CF4BAD172B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E562ECCF-55B1-4FFD-9953-4F48AE19BD74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheFlow.Tests", "tests\CacheFlow.Tests\CacheFlow.Tests.csproj", "{7BC4DA97-32F3-01DC-9103-6C0D3371507D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{2FA4B4F4-412E-42F1-9746-919711DFC875}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC80F682-3D55-C8F8-4895-A4A9EDD49434}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{863F2681-2321-4A5E-B8B8-1CF4BAD172B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{863F2681-2321-4A5E-B8B8-1CF4BAD172B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{863F2681-2321-4A5E-B8B8-1CF4BAD172B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{863F2681-2321-4A5E-B8B8-1CF4BAD172B7}.Release|Any CPU.Build.0 = Release|Any CPU
{7BC4DA97-32F3-01DC-9103-6C0D3371507D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC4DA97-32F3-01DC-9103-6C0D3371507D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC4DA97-32F3-01DC-9103-6C0D3371507D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC4DA97-32F3-01DC-9103-6C0D3371507D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{863F2681-2321-4A5E-B8B8-1CF4BAD172B7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{7BC4DA97-32F3-01DC-9103-6C0D3371507D} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {463A6204-A13A-43ED-9FBF-31E746BCE8B7}
EndGlobalSection
EndGlobal