forked from densen2014/Blazor100
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazor100.sln
89 lines (89 loc) · 4.45 KB
/
Blazor100.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
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor100", "Blazor100\Blazor100.csproj", "{ECDE88FA-E210-4D83-A4F5-8A1D4341DDD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5165E290-A44D-4042-A9C0-EB6415B425B5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorFileUpload", "BlazorFileUpload\BlazorFileUpload.csproj", "{8471D8BA-7B2D-4796-9FD6-CFA71A35BD2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F23E72F9-2DE4-4A33-B632-DA88EEE1474B}"
ProjectSection(SolutionItems) = preProject
D1.Viewer.md = D1.Viewer.md
D2.Handwritten.md = D2.Handwritten.md
D3.BarcodeScanner.md = D3.BarcodeScanner.md
D4.SignaturePad.md = D4.SignaturePad.md
D5.GoogleMap.md = D5.GoogleMap.md
D6.BaiduMap.md = D6.BaiduMap.md
D7.Geolocation.md = D7.Geolocation.md
D8.OnScreenKeyboard.md = D8.OnScreenKeyboard.md
D9.BlazorFileUpload.md = D9.BlazorFileUpload.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "11-20", "11-20", "{808F29E6-F014-4FA4-A9E8-0C81EEC7969A}"
ProjectSection(SolutionItems) = preProject
docs\10.FileUpload.md = docs\10.FileUpload.md
docs\11..md = docs\11..md
docs\12..md = docs\12..md
docs\13..md = docs\13..md
docs\README11-20.md = docs\README11-20.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-30", "21-30", "{363393D5-F12C-4C1D-8831-2E380469A4AA}"
ProjectSection(SolutionItems) = preProject
docs\README21-30.md = docs\README21-30.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "31-40", "31-40", "{FEC17587-A711-48F7-9DDE-FF905FA54156}"
ProjectSection(SolutionItems) = preProject
docs\README31-40.md = docs\README31-40.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "b03sqlite", "b03sqlite\b03sqlite.csproj", "{0B103BC0-1759-4542-863E-B8C603BB4131}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "b05tree", "b05tree\b05tree.csproj", "{9F70B74D-3E9A-487D-AC77-103D67A353D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECDE88FA-E210-4D83-A4F5-8A1D4341DDD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECDE88FA-E210-4D83-A4F5-8A1D4341DDD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECDE88FA-E210-4D83-A4F5-8A1D4341DDD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECDE88FA-E210-4D83-A4F5-8A1D4341DDD3}.Release|Any CPU.Build.0 = Release|Any CPU
{8471D8BA-7B2D-4796-9FD6-CFA71A35BD2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8471D8BA-7B2D-4796-9FD6-CFA71A35BD2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8471D8BA-7B2D-4796-9FD6-CFA71A35BD2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8471D8BA-7B2D-4796-9FD6-CFA71A35BD2F}.Release|Any CPU.Build.0 = Release|Any CPU
{0B103BC0-1759-4542-863E-B8C603BB4131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B103BC0-1759-4542-863E-B8C603BB4131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B103BC0-1759-4542-863E-B8C603BB4131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B103BC0-1759-4542-863E-B8C603BB4131}.Release|Any CPU.Build.0 = Release|Any CPU
{9F70B74D-3E9A-487D-AC77-103D67A353D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F70B74D-3E9A-487D-AC77-103D67A353D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F70B74D-3E9A-487D-AC77-103D67A353D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F70B74D-3E9A-487D-AC77-103D67A353D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{808F29E6-F014-4FA4-A9E8-0C81EEC7969A} = {F23E72F9-2DE4-4A33-B632-DA88EEE1474B}
{363393D5-F12C-4C1D-8831-2E380469A4AA} = {F23E72F9-2DE4-4A33-B632-DA88EEE1474B}
{FEC17587-A711-48F7-9DDE-FF905FA54156} = {F23E72F9-2DE4-4A33-B632-DA88EEE1474B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5953555A-3C5E-405F-9785-92A3321DA588}
EndGlobalSection
EndGlobal