This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Red.CookieSessions.sln
55 lines (55 loc) · 3.64 KB
/
Red.CookieSessions.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 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Red.CookieSessions", "Red.CookieSessions/Red.CookieSessions.csproj", "{EC0F9463-6FDF-4FE2-B903-ED3A0B089EAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{D2D466D7-BFE7-4D20-AF90-74B2819F66CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Red.CookieSessions.SQLiteStore", "Red.CookieSessions.SQLiteStore\Red.CookieSessions.SQLiteStore.csproj", "{41A9A908-310F-4456-AAD9-F409314A2FB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Red.CookieSessions.LiteDBStore", "Red.CookieSessions.LiteDBStore\Red.CookieSessions.LiteDBStore.csproj", "{B5674D2E-1BDD-4DA6-9F60-9FCEDF894F00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Red.CookieSessions.RedisStore", "Red.CookieSessions.RedisStore\Red.CookieSessions.RedisStore.csproj", "{47425E9B-3539-4C3A-9B3B-DEFE6C5B9EC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Red.CookieSessions.EFCore", "Red.CookieSessions.EFCore\Red.CookieSessions.EFCore.csproj", "{5CF22CCE-3157-4133-B762-EDBAE4F30413}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC0F9463-6FDF-4FE2-B903-ED3A0B089EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC0F9463-6FDF-4FE2-B903-ED3A0B089EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC0F9463-6FDF-4FE2-B903-ED3A0B089EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC0F9463-6FDF-4FE2-B903-ED3A0B089EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D466D7-BFE7-4D20-AF90-74B2819F66CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D466D7-BFE7-4D20-AF90-74B2819F66CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D466D7-BFE7-4D20-AF90-74B2819F66CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D466D7-BFE7-4D20-AF90-74B2819F66CB}.Release|Any CPU.Build.0 = Release|Any CPU
{41A9A908-310F-4456-AAD9-F409314A2FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A9A908-310F-4456-AAD9-F409314A2FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A9A908-310F-4456-AAD9-F409314A2FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A9A908-310F-4456-AAD9-F409314A2FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{B5674D2E-1BDD-4DA6-9F60-9FCEDF894F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5674D2E-1BDD-4DA6-9F60-9FCEDF894F00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5674D2E-1BDD-4DA6-9F60-9FCEDF894F00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5674D2E-1BDD-4DA6-9F60-9FCEDF894F00}.Release|Any CPU.Build.0 = Release|Any CPU
{47425E9B-3539-4C3A-9B3B-DEFE6C5B9EC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47425E9B-3539-4C3A-9B3B-DEFE6C5B9EC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47425E9B-3539-4C3A-9B3B-DEFE6C5B9EC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47425E9B-3539-4C3A-9B3B-DEFE6C5B9EC1}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF22CCE-3157-4133-B762-EDBAE4F30413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF22CCE-3157-4133-B762-EDBAE4F30413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF22CCE-3157-4133-B762-EDBAE4F30413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF22CCE-3157-4133-B762-EDBAE4F30413}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0D0652A-2C03-4B90-A77E-18231C07AA76}
EndGlobalSection
EndGlobal