forked from Avanade/Liquid-Application-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLiquid.Cache.sln
104 lines (104 loc) · 7.15 KB
/
Liquid.Cache.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache", "src\Liquid.Cache\Liquid.Cache.csproj", "{16EEF504-D7B3-4F07-B7C0-53EB3975904B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D19F0F0F-38BD-41C7-98F5-E767042DA5FC}"
ProjectSection(SolutionItems) = preProject
test\CodeCoverage.runsettings = test\CodeCoverage.runsettings
logo.png = logo.png
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.Tests", "test\Liquid.Cache.Tests\Liquid.Cache.Tests.csproj", "{7CE147F2-5EA6-45CF-8D03-85C1F66BC529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Redis", "Redis", "{CB7FB409-466C-4315-B6B8-19645456CB0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.Redis", "src\Liquid.Cache.Redis\Liquid.Cache.Redis.csproj", "{971BD9C2-A125-4A19-BF9C-BF3696D20D15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.Redis.Tests", "test\Liquid.Cache.Redis.Tests\Liquid.Cache.Redis.Tests.csproj", "{7C472ACA-4FAA-4A7E-9314-B01D1559A917}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Memory", "Memory", "{3DEA6AB0-831F-4AE9-84BA-0D363C8629DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.Memory", "src\Liquid.Cache.Memory\Liquid.Cache.Memory.csproj", "{30B92095-0C03-4FE5-A363-6BAF13C38A3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.Memory.Tests", "test\Liquid.Cache.Memory.Tests\Liquid.Cache.Memory.Tests.csproj", "{983C0073-F73C-425D-A239-A8C5C1E2E5F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NCache", "NCache", "{7F52BA22-BE38-497D-A02C-7FB3725ECC82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.NCache", "src\Liquid.Cache.NCache\Liquid.Cache.NCache.csproj", "{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Cache.NCache.Tests", "test\Liquid.Cache.NCache.Tests\Liquid.Cache.NCache.Tests.csproj", "{5AE4C741-AC54-449F-BEE2-501036EE22E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SqlServer", "SqlServer", "{E382C506-ECA9-4DD5-9F1B-587ABD126C38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liquid.Cache.SqlServer", "src\Liquid.Cache.SqlServer\Liquid.Cache.SqlServer.csproj", "{9FC090C1-866F-4566-B52D-25688C0B3063}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liquid.Cache.SqlServer.Tests", "test\Liquid.Cache.SqlServer.Tests\Liquid.Cache.SqlServer.Tests.csproj", "{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16EEF504-D7B3-4F07-B7C0-53EB3975904B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16EEF504-D7B3-4F07-B7C0-53EB3975904B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16EEF504-D7B3-4F07-B7C0-53EB3975904B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16EEF504-D7B3-4F07-B7C0-53EB3975904B}.Release|Any CPU.Build.0 = Release|Any CPU
{7CE147F2-5EA6-45CF-8D03-85C1F66BC529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CE147F2-5EA6-45CF-8D03-85C1F66BC529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CE147F2-5EA6-45CF-8D03-85C1F66BC529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CE147F2-5EA6-45CF-8D03-85C1F66BC529}.Release|Any CPU.Build.0 = Release|Any CPU
{971BD9C2-A125-4A19-BF9C-BF3696D20D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{971BD9C2-A125-4A19-BF9C-BF3696D20D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{971BD9C2-A125-4A19-BF9C-BF3696D20D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{971BD9C2-A125-4A19-BF9C-BF3696D20D15}.Release|Any CPU.Build.0 = Release|Any CPU
{7C472ACA-4FAA-4A7E-9314-B01D1559A917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C472ACA-4FAA-4A7E-9314-B01D1559A917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C472ACA-4FAA-4A7E-9314-B01D1559A917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C472ACA-4FAA-4A7E-9314-B01D1559A917}.Release|Any CPU.Build.0 = Release|Any CPU
{30B92095-0C03-4FE5-A363-6BAF13C38A3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30B92095-0C03-4FE5-A363-6BAF13C38A3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30B92095-0C03-4FE5-A363-6BAF13C38A3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30B92095-0C03-4FE5-A363-6BAF13C38A3E}.Release|Any CPU.Build.0 = Release|Any CPU
{983C0073-F73C-425D-A239-A8C5C1E2E5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983C0073-F73C-425D-A239-A8C5C1E2E5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983C0073-F73C-425D-A239-A8C5C1E2E5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983C0073-F73C-425D-A239-A8C5C1E2E5F9}.Release|Any CPU.Build.0 = Release|Any CPU
{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE4C741-AC54-449F-BEE2-501036EE22E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE4C741-AC54-449F-BEE2-501036EE22E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE4C741-AC54-449F-BEE2-501036EE22E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE4C741-AC54-449F-BEE2-501036EE22E5}.Release|Any CPU.Build.0 = Release|Any CPU
{9FC090C1-866F-4566-B52D-25688C0B3063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FC090C1-866F-4566-B52D-25688C0B3063}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FC090C1-866F-4566-B52D-25688C0B3063}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FC090C1-866F-4566-B52D-25688C0B3063}.Release|Any CPU.Build.0 = Release|Any CPU
{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{971BD9C2-A125-4A19-BF9C-BF3696D20D15} = {CB7FB409-466C-4315-B6B8-19645456CB0F}
{7C472ACA-4FAA-4A7E-9314-B01D1559A917} = {CB7FB409-466C-4315-B6B8-19645456CB0F}
{30B92095-0C03-4FE5-A363-6BAF13C38A3E} = {3DEA6AB0-831F-4AE9-84BA-0D363C8629DA}
{983C0073-F73C-425D-A239-A8C5C1E2E5F9} = {3DEA6AB0-831F-4AE9-84BA-0D363C8629DA}
{B288A6CF-96FD-4EF9-BB09-ADBD04FCF751} = {7F52BA22-BE38-497D-A02C-7FB3725ECC82}
{5AE4C741-AC54-449F-BEE2-501036EE22E5} = {7F52BA22-BE38-497D-A02C-7FB3725ECC82}
{9FC090C1-866F-4566-B52D-25688C0B3063} = {E382C506-ECA9-4DD5-9F1B-587ABD126C38}
{D4CC98D6-ACAF-4593-B41E-31D9E5C85F54} = {E382C506-ECA9-4DD5-9F1B-587ABD126C38}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC45FBB9-D2C3-4E3F-8668-5AA9146BBE4C}
EndGlobalSection
EndGlobal