-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathPostgresSqlCacheSolution.sln
78 lines (78 loc) · 4.75 KB
/
PostgresSqlCacheSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{306A63CC-5797-4D63-86A1-94025CF8C98A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.Microsoft.Extensions.Caching.PostgreSql", "Extensions.Caching.PostgreSql\Community.Microsoft.Extensions.Caching.PostgreSql.csproj", "{9FD56156-CC11-4C49-9B1B-2FABC4137249}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostgreSqlCacheSample", "PostgreSqlCacheSample\PostgreSqlCacheSample.csproj", "{248946AE-B9BF-4E27-BB8B-B8967C703981}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSample", "WebSample\WebSample.csproj", "{CA8FFB11-C327-48C1-94BA-24B9D61021FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{548EB70F-C803-4B22-A992-131B9A5E1446}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
README.md = README.md
sample_project.gif = sample_project.gif
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|x64.ActiveCfg = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|x64.Build.0 = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|x86.ActiveCfg = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Debug|x86.Build.0 = Debug|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|Any CPU.Build.0 = Release|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|x64.ActiveCfg = Release|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|x64.Build.0 = Release|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|x86.ActiveCfg = Release|Any CPU
{9FD56156-CC11-4C49-9B1B-2FABC4137249}.Release|x86.Build.0 = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|x64.ActiveCfg = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|x64.Build.0 = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|x86.ActiveCfg = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Debug|x86.Build.0 = Debug|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|Any CPU.Build.0 = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|x64.ActiveCfg = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|x64.Build.0 = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|x86.ActiveCfg = Release|Any CPU
{248946AE-B9BF-4E27-BB8B-B8967C703981}.Release|x86.Build.0 = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|x64.ActiveCfg = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|x64.Build.0 = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|x86.ActiveCfg = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Debug|x86.Build.0 = Debug|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|Any CPU.Build.0 = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|x64.ActiveCfg = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|x64.Build.0 = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|x86.ActiveCfg = Release|Any CPU
{CA8FFB11-C327-48C1-94BA-24B9D61021FD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{248946AE-B9BF-4E27-BB8B-B8967C703981} = {306A63CC-5797-4D63-86A1-94025CF8C98A}
{CA8FFB11-C327-48C1-94BA-24B9D61021FD} = {306A63CC-5797-4D63-86A1-94025CF8C98A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D00EB11C-F086-49F7-B7EC-21CC98017753}
EndGlobalSection
EndGlobal