-
Notifications
You must be signed in to change notification settings - Fork 0
/
DistributedMemoryCacheDemo.sln
43 lines (43 loc) · 2.27 KB
/
DistributedMemoryCacheDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{8B08B4BA-9E45-4119-945E-7CC9994F8901}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{D9DAF600-CA14-4947-B5EF-523A9A71BE5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{9679D0B1-E8FC-476E-AF58-7F7D783B676F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{560622EF-941C-4E9D-B88E-3D3A72BA2543}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B08B4BA-9E45-4119-945E-7CC9994F8901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B08B4BA-9E45-4119-945E-7CC9994F8901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B08B4BA-9E45-4119-945E-7CC9994F8901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B08B4BA-9E45-4119-945E-7CC9994F8901}.Release|Any CPU.Build.0 = Release|Any CPU
{D9DAF600-CA14-4947-B5EF-523A9A71BE5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9DAF600-CA14-4947-B5EF-523A9A71BE5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9DAF600-CA14-4947-B5EF-523A9A71BE5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9DAF600-CA14-4947-B5EF-523A9A71BE5B}.Release|Any CPU.Build.0 = Release|Any CPU
{9679D0B1-E8FC-476E-AF58-7F7D783B676F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9679D0B1-E8FC-476E-AF58-7F7D783B676F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9679D0B1-E8FC-476E-AF58-7F7D783B676F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9679D0B1-E8FC-476E-AF58-7F7D783B676F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {395312BB-0E81-47ED-831A-841B6123C6C3}
EndGlobalSection
EndGlobal