-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Slant.Caching.sln
113 lines (113 loc) · 6.75 KB
/
Slant.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
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
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{58CC885F-40A7-4C82-990D-3F36AAA088A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D83D3737-3BD4-4AEE-8C42-CDED9410DB79}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Benchmarks.md = Benchmarks.md
tools\CodeAnalysis.ruleset = tools\CodeAnalysis.ruleset
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E026FBD6-8112-46A7-BB3C-C8FB901CB93A}"
ProjectSection(SolutionItems) = preProject
docs\build.cmd = docs\build.cmd
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apispec", "apispec", "{96C0965D-2375-4780-9DAC-640927D74161}"
ProjectSection(SolutionItems) = preProject
docs\apispec\CacheManager_Core_CacheFactory_Build_System_String_System_Action_CacheManager_Core_ConfigurationBuilderCachePart__.md = docs\apispec\CacheManager_Core_CacheFactory_Build_System_String_System_Action_CacheManager_Core_ConfigurationBuilderCachePart__.md
docs\apispec\CacheManager_Core_JsonConfigurationBuilderExtensions.md = docs\apispec\CacheManager_Core_JsonConfigurationBuilderExtensions.md
docs\apispec\CacheManager_Core_MicrosoftConfigurationExtensions.md = docs\apispec\CacheManager_Core_MicrosoftConfigurationExtensions.md
docs\apispec\CacheManager_Core_MicrosoftLoggingBuilderExtensions.md = docs\apispec\CacheManager_Core_MicrosoftLoggingBuilderExtensions.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slant.Caching.Manager", "src\Slant.Caching.Manager\Slant.Caching.Manager.csproj", "{C9B4E53B-15FC-42AF-9107-0C2E52E8680B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CB286D98-C974-4266-B8F2-1F9DE8B2B0EC}"
ProjectSection(SolutionItems) = preProject
tools\common.props = tools\common.props
NuGet.Config = NuGet.Config
tools\version.props = tools\version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "schema", "schema", "{DB13A410-EAF1-4966-BA56-FC73BAC7CF3D}"
ProjectSection(SolutionItems) = preProject
tools\cacheManager.json = tools\cacheManager.json
tools\CacheManagerCfg.xsd = tools\CacheManagerCfg.xsd
tools\RedisCfg.xsd = tools\RedisCfg.xsd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{81E202D2-BEB7-4BAF-B7BE-53D628120F8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{133C2417-3C47-4ED7-B879-EA7C9F212D7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slant.Caching.Manager.Tests", "test\Slant.Caching.Manager.Tests\Slant.Caching.Manager.Tests.csproj", "{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slant.Caching.Manager.Redis.Tests", "test\Slant.Caching.Manager.Redis.Tests\Slant.Caching.Manager.Redis.Tests.csproj", "{73683FF7-B222-4F03-8F3C-5BF34848A6BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slant.Caching.Manager.MemoryCache", "src\Slant.Caching.Manager.MemoryCache\Slant.Caching.Manager.MemoryCache.csproj", "{648F682A-84E9-4A9C-82EA-CED06822F865}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slant.Caching.Manager.Benchmarks", "benchmarks\Slant.Caching.Manager.Benchmarks\Slant.Caching.Manager.Benchmarks.csproj", "{3DF14C34-9721-4AD0-B094-536A58A62B7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9B4E53B-15FC-42AF-9107-0C2E52E8680B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9B4E53B-15FC-42AF-9107-0C2E52E8680B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9B4E53B-15FC-42AF-9107-0C2E52E8680B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9B4E53B-15FC-42AF-9107-0C2E52E8680B}.Release|Any CPU.Build.0 = Release|Any CPU
{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05}.Release|Any CPU.Build.0 = Release|Any CPU
{73683FF7-B222-4F03-8F3C-5BF34848A6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73683FF7-B222-4F03-8F3C-5BF34848A6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73683FF7-B222-4F03-8F3C-5BF34848A6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73683FF7-B222-4F03-8F3C-5BF34848A6BA}.Release|Any CPU.Build.0 = Release|Any CPU
{648F682A-84E9-4A9C-82EA-CED06822F865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{648F682A-84E9-4A9C-82EA-CED06822F865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{648F682A-84E9-4A9C-82EA-CED06822F865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{648F682A-84E9-4A9C-82EA-CED06822F865}.Release|Any CPU.Build.0 = Release|Any CPU
{3DF14C34-9721-4AD0-B094-536A58A62B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DF14C34-9721-4AD0-B094-536A58A62B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DF14C34-9721-4AD0-B094-536A58A62B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DF14C34-9721-4AD0-B094-536A58A62B7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{96C0965D-2375-4780-9DAC-640927D74161} = {E026FBD6-8112-46A7-BB3C-C8FB901CB93A}
{C9B4E53B-15FC-42AF-9107-0C2E52E8680B} = {58CC885F-40A7-4C82-990D-3F36AAA088A7}
{CB286D98-C974-4266-B8F2-1F9DE8B2B0EC} = {D83D3737-3BD4-4AEE-8C42-CDED9410DB79}
{DB13A410-EAF1-4966-BA56-FC73BAC7CF3D} = {D83D3737-3BD4-4AEE-8C42-CDED9410DB79}
{0A1C42AA-7BBC-498A-9EAB-A60941D6EF05} = {133C2417-3C47-4ED7-B879-EA7C9F212D7A}
{73683FF7-B222-4F03-8F3C-5BF34848A6BA} = {133C2417-3C47-4ED7-B879-EA7C9F212D7A}
{648F682A-84E9-4A9C-82EA-CED06822F865} = {58CC885F-40A7-4C82-990D-3F36AAA088A7}
{3DF14C34-9721-4AD0-B094-536A58A62B7E} = {81E202D2-BEB7-4BAF-B7BE-53D628120F8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55AD6484-7AB9-4CE1-B604-3410DA3876C0}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal