-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastCache.sln
37 lines (37 loc) · 1.82 KB
/
FastCache.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.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastCache", "FastCache\FastCache.csproj", "{92C51973-52B8-475C-AE69-D0540DA9DD93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastCacheConsumer", "FastCacheConsumer\FastCacheConsumer.csproj", "{F8DEABFC-4F0B-4B80-A6FB-5D12D8D0A979}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0298DE04-505E-4234-B44F-C98736F41475}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
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
{92C51973-52B8-475C-AE69-D0540DA9DD93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C51973-52B8-475C-AE69-D0540DA9DD93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C51973-52B8-475C-AE69-D0540DA9DD93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C51973-52B8-475C-AE69-D0540DA9DD93}.Release|Any CPU.Build.0 = Release|Any CPU
{F8DEABFC-4F0B-4B80-A6FB-5D12D8D0A979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8DEABFC-4F0B-4B80-A6FB-5D12D8D0A979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8DEABFC-4F0B-4B80-A6FB-5D12D8D0A979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8DEABFC-4F0B-4B80-A6FB-5D12D8D0A979}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54E8A723-A4D5-44F0-AEDB-319D03CC691E}
EndGlobalSection
EndGlobal