forked from albx/bitblazor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitBlazor.sln
More file actions
108 lines (108 loc) · 6.18 KB
/
BitBlazor.sln
File metadata and controls
108 lines (108 loc) · 6.18 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36408.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitBlazor", "src\BitBlazor\BitBlazor.csproj", "{259ED508-6873-47FF-B3E1-4027ACA2631B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
ROADMAP.md = ROADMAP.md
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitBlazor.Test", "tests\BitBlazor.Test\BitBlazor.Test.csproj", "{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stories", "stories", "{82151F3B-8000-4279-8313-B91EE0FCCE63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitBlazor.Stories", "stories\BitBlazor.Stories\BitBlazor.Stories.csproj", "{83213F81-05BC-4E9D-8484-95061A10EC05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{19614F26-5CCD-41B4-9B79-81A8A88217CC}"
ProjectSection(SolutionItems) = preProject
docs\enumerations.md = docs\enumerations.md
docs\quick-reference.md = docs\quick-reference.md
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "components", "components", "{06530751-809C-4345-9E87-E218FC5B1A03}"
ProjectSection(SolutionItems) = preProject
docs\components\alert.md = docs\components\alert.md
docs\components\badge.md = docs\components\badge.md
docs\components\button-badge.md = docs\components\button-badge.md
docs\components\button.md = docs\components\button.md
docs\components\card.md = docs\components\card.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "utilities", "utilities", "{8E852CC8-E88D-402A-8F0B-B57794EA8F69}"
ProjectSection(SolutionItems) = preProject
docs\utilities\icon.md = docs\utilities\icon.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|x64.ActiveCfg = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|x64.Build.0 = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|x86.ActiveCfg = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Debug|x86.Build.0 = Debug|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|Any CPU.Build.0 = Release|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|x64.ActiveCfg = Release|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|x64.Build.0 = Release|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|x86.ActiveCfg = Release|Any CPU
{259ED508-6873-47FF-B3E1-4027ACA2631B}.Release|x86.Build.0 = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|x64.ActiveCfg = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|x64.Build.0 = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|x86.ActiveCfg = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Debug|x86.Build.0 = Debug|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|Any CPU.Build.0 = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|x64.ActiveCfg = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|x64.Build.0 = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|x86.ActiveCfg = Release|Any CPU
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8}.Release|x86.Build.0 = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|x64.ActiveCfg = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|x64.Build.0 = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|x86.ActiveCfg = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Debug|x86.Build.0 = Debug|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|Any CPU.Build.0 = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|x64.ActiveCfg = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|x64.Build.0 = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|x86.ActiveCfg = Release|Any CPU
{83213F81-05BC-4E9D-8484-95061A10EC05}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{259ED508-6873-47FF-B3E1-4027ACA2631B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{D860F264-3CA7-4DDF-9AFF-CA4525550FB8} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{83213F81-05BC-4E9D-8484-95061A10EC05} = {82151F3B-8000-4279-8313-B91EE0FCCE63}
{06530751-809C-4345-9E87-E218FC5B1A03} = {19614F26-5CCD-41B4-9B79-81A8A88217CC}
{8E852CC8-E88D-402A-8F0B-B57794EA8F69} = {19614F26-5CCD-41B4-9B79-81A8A88217CC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62D0C14D-C5B1-48FB-AD7E-810A9B818C32}
EndGlobalSection
EndGlobal