-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
StoicDreams.BlazorUI.sln
43 lines (43 loc) · 2.39 KB
/
StoicDreams.BlazorUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoicDreams.BlazorUI", "StoicDreams.BlazorUI\StoicDreams.BlazorUI.csproj", "{654C7DA5-F840-495C-911B-6BE74EC28595}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoicDreams.BlazorUI.BuildTests", "StoicDreams.BlazorUI.BuildTests\StoicDreams.BlazorUI.BuildTests.csproj", "{6B0CD324-5191-4B99-8DB5-E77F087C2880}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{8A84E997-9423-4EDD-867A-692633E4F6D5}"
ProjectSection(SolutionItems) = preProject
Docs\LICENSE = Docs\LICENSE
Docs\README.md = Docs\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoicDreams.SampleWebsite", "StoicDreams.SampleWebsite\StoicDreams.SampleWebsite.csproj", "{4706B7AA-8C4D-40EA-9788-4C104539ACC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{654C7DA5-F840-495C-911B-6BE74EC28595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{654C7DA5-F840-495C-911B-6BE74EC28595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{654C7DA5-F840-495C-911B-6BE74EC28595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{654C7DA5-F840-495C-911B-6BE74EC28595}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0CD324-5191-4B99-8DB5-E77F087C2880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0CD324-5191-4B99-8DB5-E77F087C2880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0CD324-5191-4B99-8DB5-E77F087C2880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0CD324-5191-4B99-8DB5-E77F087C2880}.Release|Any CPU.Build.0 = Release|Any CPU
{4706B7AA-8C4D-40EA-9788-4C104539ACC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4706B7AA-8C4D-40EA-9788-4C104539ACC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4706B7AA-8C4D-40EA-9788-4C104539ACC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4706B7AA-8C4D-40EA-9788-4C104539ACC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D692E985-EA5B-4557-BF2C-8202F378992A}
EndGlobalSection
EndGlobal