-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCaching.sln
More file actions
51 lines (51 loc) · 2.94 KB
/
Caching.sln
File metadata and controls
51 lines (51 loc) · 2.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{97D23BE8-A35A-452D-A308-EE9E33DDF45A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2FCC3905-231D-4181-B65D-703E94DD9423}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MindSung.Caching", "src\MindSung.Caching\MindSung.Caching.csproj", "{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MindSung.Caching.Providers.Redis", "src\MindSung.Caching.Providers.Redis\MindSung.Caching.Providers.Redis.csproj", "{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MindSung.Test.Caching", "test\MindSung.Test.Caching\MindSung.Test.Caching.csproj", "{D649B114-58AC-49FD-A649-1F790C4C4923}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09638E09-3A84-41EE-89C4-A6C42AF1DA6F}"
ProjectSection(SolutionItems) = preProject
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
{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9}.Release|Any CPU.Build.0 = Release|Any CPU
{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1}.Release|Any CPU.Build.0 = Release|Any CPU
{D649B114-58AC-49FD-A649-1F790C4C4923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D649B114-58AC-49FD-A649-1F790C4C4923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D649B114-58AC-49FD-A649-1F790C4C4923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D649B114-58AC-49FD-A649-1F790C4C4923}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DE3B1184-23F3-45FD-9C12-FA9D2ACD9AB9} = {97D23BE8-A35A-452D-A308-EE9E33DDF45A}
{F9720EB8-3DF7-49BF-9BE7-D062CFDD06C1} = {97D23BE8-A35A-452D-A308-EE9E33DDF45A}
{D649B114-58AC-49FD-A649-1F790C4C4923} = {2FCC3905-231D-4181-B65D-703E94DD9423}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E5BF908-AED8-44EC-8892-E0923888CFEA}
EndGlobalSection
EndGlobal