-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlazor.Extensions.CssStyles.sln
74 lines (74 loc) · 4.73 KB
/
Blazor.Extensions.CssStyles.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B5688324-052C-416D-97A8-1B8AB367E963}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{31344A54-5C89-4039-961F-1102AD0121D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Extensions.CssStyles", "src\Blazor.Extensions.CssStyles\Blazor.Extensions.CssStyles.csproj", "{F8BFFB55-EE75-4DD0-9603-7CB5826FB239}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Server", "demo\DemoApp.Server\DemoApp.Server.csproj", "{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Client", "demo\DemoApp.Client\DemoApp.Client.csproj", "{DF3D1969-C812-4FE3-A347-3DB4B9413C79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Shared", "demo\DemoApp.Shared\DemoApp.Shared.csproj", "{CFA92B9F-51C8-446F-A170-DF2FD1356713}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionItems", "_SolutionItems", "{6A4328CC-8BEC-4FCE-B447-220FAAFD59CB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C7542976-4246-4821-AF0D-984EFDE3C2D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Extensions.CssStyles.Tests", "test\Blazor.Extensions.CssStyles.Tests\Blazor.Extensions.CssStyles.Tests.csproj", "{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoAppStandalone", "demo\DemoAppStandalone\DemoAppStandalone.csproj", "{FD4F8A7A-6966-46A4-8878-874A40457719}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8BFFB55-EE75-4DD0-9603-7CB5826FB239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8BFFB55-EE75-4DD0-9603-7CB5826FB239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8BFFB55-EE75-4DD0-9603-7CB5826FB239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8BFFB55-EE75-4DD0-9603-7CB5826FB239}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA}.Release|Any CPU.Build.0 = Release|Any CPU
{DF3D1969-C812-4FE3-A347-3DB4B9413C79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF3D1969-C812-4FE3-A347-3DB4B9413C79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF3D1969-C812-4FE3-A347-3DB4B9413C79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF3D1969-C812-4FE3-A347-3DB4B9413C79}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA92B9F-51C8-446F-A170-DF2FD1356713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA92B9F-51C8-446F-A170-DF2FD1356713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA92B9F-51C8-446F-A170-DF2FD1356713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA92B9F-51C8-446F-A170-DF2FD1356713}.Release|Any CPU.Build.0 = Release|Any CPU
{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1}.Release|Any CPU.Build.0 = Release|Any CPU
{FD4F8A7A-6966-46A4-8878-874A40457719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD4F8A7A-6966-46A4-8878-874A40457719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD4F8A7A-6966-46A4-8878-874A40457719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD4F8A7A-6966-46A4-8878-874A40457719}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8BFFB55-EE75-4DD0-9603-7CB5826FB239} = {B5688324-052C-416D-97A8-1B8AB367E963}
{E1B5B757-B24D-4F3D-911B-D0D9DFE779DA} = {31344A54-5C89-4039-961F-1102AD0121D6}
{DF3D1969-C812-4FE3-A347-3DB4B9413C79} = {31344A54-5C89-4039-961F-1102AD0121D6}
{CFA92B9F-51C8-446F-A170-DF2FD1356713} = {31344A54-5C89-4039-961F-1102AD0121D6}
{D8CB2869-B340-4B3E-81B6-D09D0CDD56E1} = {C7542976-4246-4821-AF0D-984EFDE3C2D8}
{FD4F8A7A-6966-46A4-8878-874A40457719} = {31344A54-5C89-4039-961F-1102AD0121D6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5708A743-43E9-4592-90BB-3CB04A5E06A7}
EndGlobalSection
EndGlobal