forked from Material-Blazor/Material.Blazor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMaterial.Blazor.sln
97 lines (97 loc) · 5.26 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
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
.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\Toast.md = articles\Toast.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
images\gh-account-settings-1.png = images\gh-account-settings-1.png
images\gh-account-settings-2.png = images\gh-account-settings-2.png
images\gh-account-settings-3.png = images\gh-account-settings-3.png
images\gh-account-settings-4.png = images\gh-account-settings-4.png
images\gh-account-settings-5.png = images\gh-account-settings-5.png
images\vs-config.png = images\vs-config.png
images\vs-extensions.png = 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", "Material.Blazor\Material.Blazor.csproj", "{5E637DBB-3AAF-4C59-9A1F-79BFC8AAA67D}"
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
{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(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EFB30DD-ABFD-4A38-96E1-D309BB538E62}
EndGlobalSection
EndGlobal