-
Notifications
You must be signed in to change notification settings - Fork 46
/
BlazorIndexedDB.sln
42 lines (42 loc) · 2.37 KB
/
BlazorIndexedDB.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29006.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C0A285CB-8B91-4D58-AE08-0DA00E78ED8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.IndexedDB.Server", "Blazor.IndexedDB.Server\Blazor.IndexedDB.Server.csproj", "{B9F442EE-BC4A-4837-A5C0-BA515CA97C6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.IndexedDB.Test", "Blazor.IndexedDB.Test\Blazor.IndexedDB.Test.csproj", "{F99B6C23-18BE-4EFE-85F4-B6B042852DFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TG.Blazor.IndexedDB", "TG.Blazor.IndexedDb\TG.Blazor.IndexedDB.csproj", "{0980DB24-DF42-4931-A5F5-30AB9EE2838C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9F442EE-BC4A-4837-A5C0-BA515CA97C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F442EE-BC4A-4837-A5C0-BA515CA97C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F442EE-BC4A-4837-A5C0-BA515CA97C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F442EE-BC4A-4837-A5C0-BA515CA97C6F}.Release|Any CPU.Build.0 = Release|Any CPU
{F99B6C23-18BE-4EFE-85F4-B6B042852DFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F99B6C23-18BE-4EFE-85F4-B6B042852DFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F99B6C23-18BE-4EFE-85F4-B6B042852DFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F99B6C23-18BE-4EFE-85F4-B6B042852DFA}.Release|Any CPU.Build.0 = Release|Any CPU
{0980DB24-DF42-4931-A5F5-30AB9EE2838C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0980DB24-DF42-4931-A5F5-30AB9EE2838C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0980DB24-DF42-4931-A5F5-30AB9EE2838C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0980DB24-DF42-4931-A5F5-30AB9EE2838C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0980DB24-DF42-4931-A5F5-30AB9EE2838C} = {C0A285CB-8B91-4D58-AE08-0DA00E78ED8D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0542D19B-0940-47F5-8E86-FA5189E9F7EE}
EndGlobalSection
EndGlobal