-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathBlazor.Components.sln
More file actions
74 lines (74 loc) · 4.7 KB
/
Blazor.Components.sln
File metadata and controls
74 lines (74 loc) · 4.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TagSelectorComponent", "src\TagSelectorComponent\TagSelectorComponent.csproj", "{D676569B-0DFA-4AFF-9168-4AF86BBF9F06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TreeComponent", "src\TreeComponent\TreeComponent.csproj", "{BB65AC9A-7B18-4941-A635-EA95D77779D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{185B095F-94FE-40F3-8A1D-8528AD1FE29F}"
ProjectSection(SolutionItems) = preProject
build-docker.bat = build-docker.bat
Dockerfile = Dockerfile
.github\workflows\publish-nuget-page-panel-component.yml = .github\workflows\publish-nuget-page-panel-component.yml
.github\workflows\publish-nuget-tag-selector-component.yml = .github\workflows\publish-nuget-tag-selector-component.yml
.github\workflows\publish-nuget-tree-component.yml = .github\workflows\publish-nuget-tree-component.yml
push-docker.bat = push-docker.bat
README.md = README.md
serve-wasm.bat = serve-wasm.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PagePanelComponent", "src\PagePanelComponent\PagePanelComponent.csproj", "{5E1650FF-8714-47FF-86D7-9147320DAF20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsDemo", "example\ComponentsDemo\ComponentsDemo.csproj", "{6AF73343-8342-49D7-9E7A-E5615CD5CA6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{13C92F35-D1C8-405C-8EDD-199A4457D657}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsDemoWasm", "example\ComponentsDemoWasm\ComponentsDemoWasm.csproj", "{D113C0CD-6946-4DCC-B21A-E82294F5F2F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsDemoServer", "example\ComponentsDemoServer\ComponentsDemoServer.csproj", "{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D676569B-0DFA-4AFF-9168-4AF86BBF9F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D676569B-0DFA-4AFF-9168-4AF86BBF9F06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D676569B-0DFA-4AFF-9168-4AF86BBF9F06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D676569B-0DFA-4AFF-9168-4AF86BBF9F06}.Release|Any CPU.Build.0 = Release|Any CPU
{BB65AC9A-7B18-4941-A635-EA95D77779D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB65AC9A-7B18-4941-A635-EA95D77779D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB65AC9A-7B18-4941-A635-EA95D77779D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB65AC9A-7B18-4941-A635-EA95D77779D2}.Release|Any CPU.Build.0 = Release|Any CPU
{5E1650FF-8714-47FF-86D7-9147320DAF20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E1650FF-8714-47FF-86D7-9147320DAF20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E1650FF-8714-47FF-86D7-9147320DAF20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E1650FF-8714-47FF-86D7-9147320DAF20}.Release|Any CPU.Build.0 = Release|Any CPU
{6AF73343-8342-49D7-9E7A-E5615CD5CA6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF73343-8342-49D7-9E7A-E5615CD5CA6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF73343-8342-49D7-9E7A-E5615CD5CA6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF73343-8342-49D7-9E7A-E5615CD5CA6D}.Release|Any CPU.Build.0 = Release|Any CPU
{D113C0CD-6946-4DCC-B21A-E82294F5F2F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D113C0CD-6946-4DCC-B21A-E82294F5F2F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D113C0CD-6946-4DCC-B21A-E82294F5F2F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D113C0CD-6946-4DCC-B21A-E82294F5F2F4}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6AF73343-8342-49D7-9E7A-E5615CD5CA6D} = {13C92F35-D1C8-405C-8EDD-199A4457D657}
{D113C0CD-6946-4DCC-B21A-E82294F5F2F4} = {13C92F35-D1C8-405C-8EDD-199A4457D657}
{AFB8D191-4AF0-4FFA-BCCC-0405313E84D2} = {13C92F35-D1C8-405C-8EDD-199A4457D657}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {795B1072-6728-49DC-84B9-62D1C52F68B8}
EndGlobalSection
EndGlobal