-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCaches.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Caches.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisCache", "RedisCache\RedisCache.csproj", "{68E1FE7A-5B50-4418-88B8-DE9A00D31E97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisSession", "RedisSession\RedisSession.csproj", "{F23E36FF-4B44-441E-8CE7-E67F4238EE43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleCache", "SimpleCache\SimpleCache.csproj", "{7E895B9F-043B-4DE2-A534-7120549A85F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68E1FE7A-5B50-4418-88B8-DE9A00D31E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68E1FE7A-5B50-4418-88B8-DE9A00D31E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68E1FE7A-5B50-4418-88B8-DE9A00D31E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68E1FE7A-5B50-4418-88B8-DE9A00D31E97}.Release|Any CPU.Build.0 = Release|Any CPU
{F23E36FF-4B44-441E-8CE7-E67F4238EE43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F23E36FF-4B44-441E-8CE7-E67F4238EE43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F23E36FF-4B44-441E-8CE7-E67F4238EE43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F23E36FF-4B44-441E-8CE7-E67F4238EE43}.Release|Any CPU.Build.0 = Release|Any CPU
{7E895B9F-043B-4DE2-A534-7120549A85F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E895B9F-043B-4DE2-A534-7120549A85F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E895B9F-043B-4DE2-A534-7120549A85F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E895B9F-043B-4DE2-A534-7120549A85F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {940338E6-0B8C-4B8C-8195-2D0D044478DE}
EndGlobalSection
EndGlobal