-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeolution.Extensions.Caching.sln
More file actions
56 lines (56 loc) · 3.67 KB
/
Neolution.Extensions.Caching.sln
File metadata and controls
56 lines (56 loc) · 3.67 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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E00BB836-121A-4858-8763-4A47C8855095}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Caching.UnitTests", "Neolution.Extensions.Caching.UnitTests\Neolution.Extensions.Caching.UnitTests.csproj", "{04A35DA9-EEC3-4937-8A14-39623DA66F35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Caching.Abstractions", "Neolution.Extensions.Caching.Abstractions\Neolution.Extensions.Caching.Abstractions.csproj", "{68AB5C41-FF5D-4669-8648-0F330AF73DE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Caching.InMemory", "Neolution.Extensions.Caching.InMemory\Neolution.Extensions.Caching.InMemory.csproj", "{682B05A7-F3F3-4918-A5BB-8E6482E2C705}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Caching.RedisHybrid", "Neolution.Extensions.Caching.RedisHybrid\Neolution.Extensions.Caching.RedisHybrid.csproj", "{49874974-90FA-4683-84BF-7B217D072899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neolution.Extensions.Caching.Distributed", "Neolution.Extensions.Caching.Distributed\Neolution.Extensions.Caching.Distributed.csproj", "{AFEFABB1-E20A-4274-8E2A-AC50123AF295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04A35DA9-EEC3-4937-8A14-39623DA66F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A35DA9-EEC3-4937-8A14-39623DA66F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A35DA9-EEC3-4937-8A14-39623DA66F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A35DA9-EEC3-4937-8A14-39623DA66F35}.Release|Any CPU.Build.0 = Release|Any CPU
{68AB5C41-FF5D-4669-8648-0F330AF73DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68AB5C41-FF5D-4669-8648-0F330AF73DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68AB5C41-FF5D-4669-8648-0F330AF73DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68AB5C41-FF5D-4669-8648-0F330AF73DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{682B05A7-F3F3-4918-A5BB-8E6482E2C705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682B05A7-F3F3-4918-A5BB-8E6482E2C705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682B05A7-F3F3-4918-A5BB-8E6482E2C705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682B05A7-F3F3-4918-A5BB-8E6482E2C705}.Release|Any CPU.Build.0 = Release|Any CPU
{49874974-90FA-4683-84BF-7B217D072899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49874974-90FA-4683-84BF-7B217D072899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49874974-90FA-4683-84BF-7B217D072899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49874974-90FA-4683-84BF-7B217D072899}.Release|Any CPU.Build.0 = Release|Any CPU
{AFEFABB1-E20A-4274-8E2A-AC50123AF295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEFABB1-E20A-4274-8E2A-AC50123AF295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEFABB1-E20A-4274-8E2A-AC50123AF295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEFABB1-E20A-4274-8E2A-AC50123AF295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14839BB5-049F-4AEB-A20F-E730EB0C4FF6}
EndGlobalSection
EndGlobal