forked from Material-Blazor/Material.Blazor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Material.Blazor.sln
125 lines (125 loc) · 7.3 KB
/
Material.Blazor.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{9BF202BD-226D-4058-92D9-B9D0B23F96E6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
ctag.cmd = ctag.cmd
docfx.json = docfx.json
filterConfig.yml = filterConfig.yml
.github\workflows\GithubActionsRelease.yml = .github\workflows\GithubActionsRelease.yml
.github\workflows\GithubActionsWIP.yml = .github\workflows\GithubActionsWIP.yml
global.json = global.json
index.md = index.md
LICENSE.md = LICENSE.md
README.md = README.md
ServeDocs.cmd = ServeDocs.cmd
toc.yml = toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "articles", "articles", "{FC5AA9B0-69D8-4BD3-8210-1BB2019D47AB}"
ProjectSection(SolutionItems) = preProject
articles\AnimatedNavigation.md = articles\AnimatedNavigation.md
articles\CascadingDefaults.md = articles\CascadingDefaults.md
articles\CoreComponents.md = articles\CoreComponents.md
articles\Demonstration.md = articles\Demonstration.md
articles\Density.md = articles\Density.md
articles\DevelopmentEnvironment.md = articles\DevelopmentEnvironment.md
articles\FormValidation.md = articles\FormValidation.md
articles\Icon.md = articles\Icon.md
articles\Installation.md = articles\Installation.md
articles\Introduction.md = articles\Introduction.md
articles\MenuOverflow.md = articles\MenuOverflow.md
articles\PlusComponents.md = articles\PlusComponents.md
articles\Principles.md = articles\Principles.md
articles\ReleaseNotes.md = articles\ReleaseNotes.md
articles\Services.md = articles\Services.md
articles\ThemingAndCSS.md = articles\ThemingAndCSS.md
articles\ToastAndSnackbar.md = articles\ToastAndSnackbar.md
articles\toc.yml = articles\toc.yml
articles\Tooltip.md = articles\Tooltip.md
articles\TwoWayBinding.md = articles\TwoWayBinding.md
articles\Utilities.md = articles\Utilities.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{5AF96DDC-150A-4287-B299-F33253610526}"
ProjectSection(SolutionItems) = preProject
articles\images\gh-account-settings-1.png = articles\images\gh-account-settings-1.png
articles\images\gh-account-settings-2.png = articles\images\gh-account-settings-2.png
articles\images\gh-account-settings-3.png = articles\images\gh-account-settings-3.png
articles\images\gh-account-settings-4.png = articles\images\gh-account-settings-4.png
articles\images\gh-account-settings-5.png = articles\images\gh-account-settings-5.png
articles\images\text-field-focus.png = articles\images\text-field-focus.png
articles\images\two-way-bind-flow.png = articles\images\two-way-bind-flow.png
articles\images\vs-config.png = articles\images\vs-config.png
articles\images\vs-extensions.png = articles\images\vs-extensions.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material.Blazor.Website.Server", "Material.Blazor.Website.Server\Material.Blazor.Website.Server.csproj", "{E49274B8-0D30-4370-A4F8-B4AE3BE9736D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material.Blazor.Website.WebAssembly", "Material.Blazor.Website.WebAssembly\Material.Blazor.Website.WebAssembly.csproj", "{D727FCA4-2E0E-4D93-9B04-116D66B6FC6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material.Blazor.Website", "Material.Blazor.Website\Material.Blazor.Website.csproj", "{7FFD2944-C2C0-4657-85A5-9F70895B3C7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material.Blazor.Test", "Material.Blazor.Test\Material.Blazor.Test.csproj", "{3DC1AB88-B54B-40F8-A3BF-FA7F3671AFD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material.Blazor", "Material.Blazor\Material.Blazor.csproj", "{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "guidelines", "guidelines", "{86740746-C4E6-45DF-BA84-8FB1C1200DD9}"
ProjectSection(SolutionItems) = preProject
guidelines\ProjectGuidelines.md = guidelines\ProjectGuidelines.md
guidelines\StylingGuidelines.md = guidelines\StylingGuidelines.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{777FB882-0F4D-48EB-9D7C-148C80549A63}"
ProjectSection(SolutionItems) = preProject
guidelines\images\screenshot-branch-protection.png = guidelines\images\screenshot-branch-protection.png
guidelines\images\screenshot-chart-complex.png = guidelines\images\screenshot-chart-complex.png
guidelines\images\screenshot-chart-simple.png = guidelines\images\screenshot-chart-simple.png
guidelines\images\screenshot-merge-button.png = guidelines\images\screenshot-merge-button.png
guidelines\images\screenshot-update-branch.png = guidelines\images\screenshot-update-branch.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E49274B8-0D30-4370-A4F8-B4AE3BE9736D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E49274B8-0D30-4370-A4F8-B4AE3BE9736D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E49274B8-0D30-4370-A4F8-B4AE3BE9736D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E49274B8-0D30-4370-A4F8-B4AE3BE9736D}.Release|Any CPU.Build.0 = Release|Any CPU
{D727FCA4-2E0E-4D93-9B04-116D66B6FC6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D727FCA4-2E0E-4D93-9B04-116D66B6FC6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D727FCA4-2E0E-4D93-9B04-116D66B6FC6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D727FCA4-2E0E-4D93-9B04-116D66B6FC6B}.Release|Any CPU.Build.0 = Release|Any CPU
{7FFD2944-C2C0-4657-85A5-9F70895B3C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FFD2944-C2C0-4657-85A5-9F70895B3C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FFD2944-C2C0-4657-85A5-9F70895B3C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FFD2944-C2C0-4657-85A5-9F70895B3C7E}.Release|Any CPU.Build.0 = Release|Any CPU
{3DC1AB88-B54B-40F8-A3BF-FA7F3671AFD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC1AB88-B54B-40F8-A3BF-FA7F3671AFD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC1AB88-B54B-40F8-A3BF-FA7F3671AFD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC1AB88-B54B-40F8-A3BF-FA7F3671AFD6}.Release|Any CPU.Build.0 = Release|Any CPU
{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5AF96DDC-150A-4287-B299-F33253610526} = {FC5AA9B0-69D8-4BD3-8210-1BB2019D47AB}
{777FB882-0F4D-48EB-9D7C-148C80549A63} = {86740746-C4E6-45DF-BA84-8FB1C1200DD9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EFB30DD-ABFD-4A38-96E1-D309BB538E62}
EndGlobalSection
EndGlobal