-
Notifications
You must be signed in to change notification settings - Fork 0
/
RedisCacheExmaple.sln
49 lines (49 loc) · 3.05 KB
/
RedisCacheExmaple.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 Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InMemoryCaching", "InMemoryCaching\InMemoryCaching.csproj", "{C710EB0F-C1AE-4562-86D1-CD5C0255FE56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedCaching", "DistributedCaching\DistributedCaching.csproj", "{A53C916C-5F27-40F0-94E1-17B08833F1AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisSentinel", "RedisSentinel\RedisSentinel.csproj", "{8AC4B92C-2126-430B-BE53-93B07E7C6891}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisPubSubPublisher", "RedisPubSub\RedisPubSubPublisher.csproj", "{4A0EF8F5-5526-4022-84BB-B97754024BEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisPubSubSubscriber", "RedisPubSub.Subscriber\RedisPubSubSubscriber.csproj", "{A9C7D4AD-3760-4A96-A4E2-8B7754F7CDA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C710EB0F-C1AE-4562-86D1-CD5C0255FE56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C710EB0F-C1AE-4562-86D1-CD5C0255FE56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C710EB0F-C1AE-4562-86D1-CD5C0255FE56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C710EB0F-C1AE-4562-86D1-CD5C0255FE56}.Release|Any CPU.Build.0 = Release|Any CPU
{A53C916C-5F27-40F0-94E1-17B08833F1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53C916C-5F27-40F0-94E1-17B08833F1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53C916C-5F27-40F0-94E1-17B08833F1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53C916C-5F27-40F0-94E1-17B08833F1AE}.Release|Any CPU.Build.0 = Release|Any CPU
{8AC4B92C-2126-430B-BE53-93B07E7C6891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AC4B92C-2126-430B-BE53-93B07E7C6891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC4B92C-2126-430B-BE53-93B07E7C6891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC4B92C-2126-430B-BE53-93B07E7C6891}.Release|Any CPU.Build.0 = Release|Any CPU
{4A0EF8F5-5526-4022-84BB-B97754024BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0EF8F5-5526-4022-84BB-B97754024BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0EF8F5-5526-4022-84BB-B97754024BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0EF8F5-5526-4022-84BB-B97754024BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C7D4AD-3760-4A96-A4E2-8B7754F7CDA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C7D4AD-3760-4A96-A4E2-8B7754F7CDA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C7D4AD-3760-4A96-A4E2-8B7754F7CDA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C7D4AD-3760-4A96-A4E2-8B7754F7CDA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F736AF0-7CEC-4BAA-B2E3-BFEE2A962ADC}
EndGlobalSection
EndGlobal