-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCacheFlow.sln
More file actions
55 lines (55 loc) · 3.27 KB
/
CacheFlow.sln
File metadata and controls
55 lines (55 loc) · 3.27 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
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheFlow", "CacheFlow\CacheFlow.csproj", "{6175932D-33BA-4FCA-81F7-3E32850EBA8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheFlowTests", "CacheFlowTests\CacheFlowTests.csproj", "{F1F7269C-A898-4B83-A3AB-BBE086A5665B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheFlow.Json", "CacheFlow.Json\CacheFlow.Json.csproj", "{F2AEAB52-B318-44FF-A511-0F978F402E9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheFlow.MessagePack", "CacheFlow.MessagePack\CacheFlow.MessagePack.csproj", "{001ED3C7-EE8F-4EE2-B40F-A44F48A81489}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFF6FAAF-7A55-47A8-9536-3699B8A59F36}"
ProjectSection(SolutionItems) = preProject
LICENSE.MD = LICENSE.MD
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{12409F6E-272A-4B35-B309-E7CCA80791ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6175932D-33BA-4FCA-81F7-3E32850EBA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6175932D-33BA-4FCA-81F7-3E32850EBA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6175932D-33BA-4FCA-81F7-3E32850EBA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6175932D-33BA-4FCA-81F7-3E32850EBA8B}.Release|Any CPU.Build.0 = Release|Any CPU
{F1F7269C-A898-4B83-A3AB-BBE086A5665B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F7269C-A898-4B83-A3AB-BBE086A5665B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F7269C-A898-4B83-A3AB-BBE086A5665B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F7269C-A898-4B83-A3AB-BBE086A5665B}.Release|Any CPU.Build.0 = Release|Any CPU
{F2AEAB52-B318-44FF-A511-0F978F402E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2AEAB52-B318-44FF-A511-0F978F402E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2AEAB52-B318-44FF-A511-0F978F402E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2AEAB52-B318-44FF-A511-0F978F402E9D}.Release|Any CPU.Build.0 = Release|Any CPU
{001ED3C7-EE8F-4EE2-B40F-A44F48A81489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{001ED3C7-EE8F-4EE2-B40F-A44F48A81489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{001ED3C7-EE8F-4EE2-B40F-A44F48A81489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{001ED3C7-EE8F-4EE2-B40F-A44F48A81489}.Release|Any CPU.Build.0 = Release|Any CPU
{12409F6E-272A-4B35-B309-E7CCA80791ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12409F6E-272A-4B35-B309-E7CCA80791ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12409F6E-272A-4B35-B309-E7CCA80791ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12409F6E-272A-4B35-B309-E7CCA80791ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D59F7145-6057-4ADE-AEF4-D9E7B9DA3B5F}
EndGlobalSection
EndGlobal