forked from simon-kuster/BlazorDexie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorDexie.sln
43 lines (43 loc) · 2.31 KB
/
BlazorDexie.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 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CDA39FF-8CF5-42FD-8981-8A8F39EBEE01}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDexie", "BlazorDexie\BlazorDexie.csproj", "{4F4F70F7-6C50-4559-9A68-2C95C4D98901}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDexie.Test", "BlazorDexie.Test\BlazorDexie.Test.csproj", "{DEC29E57-6BD2-4A9F-8B77-2821B07905B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDexie.Demo", "BlazorDexie.Demo\BlazorDexie.Demo.csproj", "{920F15B8-F911-4E34-A38D-BCE6CB5B9B8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F4F70F7-6C50-4559-9A68-2C95C4D98901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4F70F7-6C50-4559-9A68-2C95C4D98901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4F70F7-6C50-4559-9A68-2C95C4D98901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4F70F7-6C50-4559-9A68-2C95C4D98901}.Release|Any CPU.Build.0 = Release|Any CPU
{DEC29E57-6BD2-4A9F-8B77-2821B07905B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC29E57-6BD2-4A9F-8B77-2821B07905B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC29E57-6BD2-4A9F-8B77-2821B07905B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC29E57-6BD2-4A9F-8B77-2821B07905B5}.Release|Any CPU.Build.0 = Release|Any CPU
{920F15B8-F911-4E34-A38D-BCE6CB5B9B8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{920F15B8-F911-4E34-A38D-BCE6CB5B9B8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{920F15B8-F911-4E34-A38D-BCE6CB5B9B8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{920F15B8-F911-4E34-A38D-BCE6CB5B9B8A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {806156D4-698C-4E27-A0E0-CB3952C5E67D}
EndGlobalSection
EndGlobal