forked from aspnet/Caching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaching.sln
49 lines (49 loc) · 2.94 KB
/
Caching.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5A04042D-438D-407B-B239-0CAD6A2BD8C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{459E1593-2C11-42CB-AD17-F7597E69E5D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2E14F082-1A04-4E7C-9162-1675119F9A9E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "RedisCacheSample", "samples\RedisCacheSample\RedisCacheSample.xproj", "{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB1086CF-F5C8-4B81-A685-C355F1BA9B97}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.Extensions.Caching.Redis", "src\Pomelo.Extensions.Caching.Redis\Pomelo.Extensions.Caching.Redis.xproj", "{02E23070-947C-4438-8E50-CC2456D237BA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.Extensions.Caching.Redis.Tests", "test\Pomelo.Extensions.Caching.Redis.Tests\Pomelo.Extensions.Caching.Redis.Tests.xproj", "{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57}.Release|Any CPU.Build.0 = Release|Any CPU
{02E23070-947C-4438-8E50-CC2456D237BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E23070-947C-4438-8E50-CC2456D237BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E23070-947C-4438-8E50-CC2456D237BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E23070-947C-4438-8E50-CC2456D237BA}.Release|Any CPU.Build.0 = Release|Any CPU
{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4109BDF4-BFF4-4AB6-8ED1-881DE410EA57} = {459E1593-2C11-42CB-AD17-F7597E69E5D2}
{02E23070-947C-4438-8E50-CC2456D237BA} = {5A04042D-438D-407B-B239-0CAD6A2BD8C2}
{D1DCC5A4-3EC1-403B-B069-1F3FCB50E3A5} = {2E14F082-1A04-4E7C-9162-1675119F9A9E}
EndGlobalSection
EndGlobal