-
Notifications
You must be signed in to change notification settings - Fork 1
/
Proxfield.Extensions.Caching.SQLite.sln
55 lines (55 loc) · 3.64 KB
/
Proxfield.Extensions.Caching.SQLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proxfield.Extensions.Caching.SQLite", "src\Proxfield.Extensions.Caching.SQLite\Proxfield.Extensions.Caching.SQLite.csproj", "{219DE49A-D835-4EA5-B008-A324EEDCDC95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FC7255DB-DF47-4795-B826-7A73CADF325E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proxfield.Extensions.Caching.SQLite.DependencyInjection", "src\Proxfield.Extensions.Caching.SQLite.DependencyInjection\Proxfield.Extensions.Caching.SQLite.DependencyInjection.csproj", "{AD0169E5-FBD2-4153-A2BC-409E39ADDF32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{99916A22-F627-4427-873B-A679856514CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proxfield.Extensions.Caching.SQLite.Tests", "tests\Proxfield.Extensions.Caching.SQLite.Tests\Proxfield.Extensions.Caching.SQLite.Tests.csproj", "{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{37088B65-9C90-49AE-B7A3-46C808EF99E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proxfield.Extensions.Caching.SQLite.Sample", "samples\Proxfield.Extensions.Caching.SQLite.Sample\Proxfield.Extensions.Caching.SQLite.Sample.csproj", "{9814C6B5-74DF-4852-881E-3274B9A6C37A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{219DE49A-D835-4EA5-B008-A324EEDCDC95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219DE49A-D835-4EA5-B008-A324EEDCDC95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219DE49A-D835-4EA5-B008-A324EEDCDC95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219DE49A-D835-4EA5-B008-A324EEDCDC95}.Release|Any CPU.Build.0 = Release|Any CPU
{AD0169E5-FBD2-4153-A2BC-409E39ADDF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0169E5-FBD2-4153-A2BC-409E39ADDF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0169E5-FBD2-4153-A2BC-409E39ADDF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD0169E5-FBD2-4153-A2BC-409E39ADDF32}.Release|Any CPU.Build.0 = Release|Any CPU
{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2}.Release|Any CPU.Build.0 = Release|Any CPU
{9814C6B5-74DF-4852-881E-3274B9A6C37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9814C6B5-74DF-4852-881E-3274B9A6C37A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9814C6B5-74DF-4852-881E-3274B9A6C37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9814C6B5-74DF-4852-881E-3274B9A6C37A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{219DE49A-D835-4EA5-B008-A324EEDCDC95} = {FC7255DB-DF47-4795-B826-7A73CADF325E}
{AD0169E5-FBD2-4153-A2BC-409E39ADDF32} = {FC7255DB-DF47-4795-B826-7A73CADF325E}
{8430DF5F-26F0-4FD5-A9D7-6D7E676C58C2} = {99916A22-F627-4427-873B-A679856514CA}
{9814C6B5-74DF-4852-881E-3274B9A6C37A} = {37088B65-9C90-49AE-B7A3-46C808EF99E7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A964DF03-6A99-4D11-8AC9-6921F54B8DB9}
EndGlobalSection
EndGlobal