-
Notifications
You must be signed in to change notification settings - Fork 2
/
lazy_style_sheet.sln
96 lines (96 loc) · 6.29 KB
/
lazy_style_sheet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LazyStyleSheet", "LazyStyleSheet", "{5789B53E-E06C-45C7-BF77-70B8BFC02154}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyStyleSheet", "LazyStyleSheet\LazyStyleSheet.csproj", "{C8AB2357-162F-43CD-83F0-D4055C93FF93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests_LazyStyleSheet", "Tests_LazyStyleSheet\Tests_LazyStyleSheet.csproj", "{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example Projects", "Example Projects", "{8FDD91C1-5AB3-4CAD-86E6-C0AD142EA4EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp", "examples\blazor_app_with_component_project\BlazorApp\BlazorApp.csproj", "{F0F60DDE-5607-49AD-A394-89B85657B1B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentWithStyle", "examples\blazor_app_with_component_project\ComponentWithStyle\ComponentWithStyle.csproj", "{F8DC4304-D068-4F39-93FB-B3C69FF01760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentLibrary", "examples\component_library\ComponentLibrary\ComponentLibrary\ComponentLibrary.csproj", "{3193C23B-5575-4E6F-9A34-FB4262C635FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumerApp", "examples\component_library\ConsumerApp\BlazorApp\ConsumerApp.csproj", "{962A4977-49A6-4B8B-857C-429E0A5EDBFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandaloneApp", "examples\standalone_app\BlazorApp\StandaloneApp.csproj", "{7622BC6F-0262-49A4-B5D1-CACC6AB887EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Standalone", "Standalone", "{7B7993B2-6558-460B-9095-5AB94B8C521F}"
ProjectSection(SolutionItems) = preProject
examples\standalone_app\README.md = examples\standalone_app\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ComponentLibrary", "ComponentLibrary", "{29A2AB81-706F-4F6B-9202-25C909801777}"
ProjectSection(SolutionItems) = preProject
examples\component_library\README.md = examples\component_library\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SameProject", "SameProject", "{3CBB6664-E4A8-4230-A19C-EC301A239FCD}"
ProjectSection(SolutionItems) = preProject
examples\blazor_app_with_component_project\README.md = examples\blazor_app_with_component_project\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Package|Any CPU = Package|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Package|Any CPU.ActiveCfg = Release|Any CPU
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Package|Any CPU.Build.0 = Release|Any CPU
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8AB2357-162F-43CD-83F0-D4055C93FF93}.Release|Any CPU.Build.0 = Release|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Package|Any CPU.ActiveCfg = Release|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Package|Any CPU.Build.0 = Release|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2}.Release|Any CPU.Build.0 = Release|Any CPU
{F0F60DDE-5607-49AD-A394-89B85657B1B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F60DDE-5607-49AD-A394-89B85657B1B5}.Package|Any CPU.ActiveCfg = Release|Any CPU
{F0F60DDE-5607-49AD-A394-89B85657B1B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8DC4304-D068-4F39-93FB-B3C69FF01760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8DC4304-D068-4F39-93FB-B3C69FF01760}.Package|Any CPU.ActiveCfg = Release|Any CPU
{F8DC4304-D068-4F39-93FB-B3C69FF01760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3193C23B-5575-4E6F-9A34-FB4262C635FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3193C23B-5575-4E6F-9A34-FB4262C635FA}.Package|Any CPU.ActiveCfg = Release|Any CPU
{3193C23B-5575-4E6F-9A34-FB4262C635FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{962A4977-49A6-4B8B-857C-429E0A5EDBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{962A4977-49A6-4B8B-857C-429E0A5EDBFE}.Package|Any CPU.ActiveCfg = Release|Any CPU
{962A4977-49A6-4B8B-857C-429E0A5EDBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7622BC6F-0262-49A4-B5D1-CACC6AB887EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7622BC6F-0262-49A4-B5D1-CACC6AB887EF}.Package|Any CPU.ActiveCfg = Release|Any CPU
{7622BC6F-0262-49A4-B5D1-CACC6AB887EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C8AB2357-162F-43CD-83F0-D4055C93FF93} = {5789B53E-E06C-45C7-BF77-70B8BFC02154}
{38CC662C-BBC8-4F95-BAB3-528B6D1F46F2} = {5789B53E-E06C-45C7-BF77-70B8BFC02154}
{8FDD91C1-5AB3-4CAD-86E6-C0AD142EA4EE} = {5789B53E-E06C-45C7-BF77-70B8BFC02154}
{F0F60DDE-5607-49AD-A394-89B85657B1B5} = {3CBB6664-E4A8-4230-A19C-EC301A239FCD}
{F8DC4304-D068-4F39-93FB-B3C69FF01760} = {3CBB6664-E4A8-4230-A19C-EC301A239FCD}
{3193C23B-5575-4E6F-9A34-FB4262C635FA} = {29A2AB81-706F-4F6B-9202-25C909801777}
{962A4977-49A6-4B8B-857C-429E0A5EDBFE} = {29A2AB81-706F-4F6B-9202-25C909801777}
{7622BC6F-0262-49A4-B5D1-CACC6AB887EF} = {7B7993B2-6558-460B-9095-5AB94B8C521F}
{7B7993B2-6558-460B-9095-5AB94B8C521F} = {8FDD91C1-5AB3-4CAD-86E6-C0AD142EA4EE}
{29A2AB81-706F-4F6B-9202-25C909801777} = {8FDD91C1-5AB3-4CAD-86E6-C0AD142EA4EE}
{3CBB6664-E4A8-4230-A19C-EC301A239FCD} = {8FDD91C1-5AB3-4CAD-86E6-C0AD142EA4EE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D2C7E79-4DED-45B6-8F11-55E2CA67D344}
EndGlobalSection
EndGlobal