-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
LoreSoft.Blazor.Controls.sln
63 lines (63 loc) · 3.87 KB
/
LoreSoft.Blazor.Controls.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoreSoft.Blazor.Controls", "src\LoreSoft.Blazor.Controls\LoreSoft.Blazor.Controls.csproj", "{F9459EF7-3E4F-4C94-B2A0-680D8C437FB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{6E4E9AFA-897C-4625-9ED0-13563405290B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Core", "samples\Sample.Core\Sample.Core.csproj", "{AE677618-82A7-403B-BFF2-555AA17A2533}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.ServerSide", "samples\Sample.ServerSide\Sample.ServerSide.csproj", "{2B6E3DCB-39F7-4722-8749-DCC00F31A011}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3E5818B3-6609-4EC5-AFA1-849C4E5080D1}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.ClientSide", "samples\Sample.ClientSide\Sample.ClientSide.csproj", "{0015C9C3-114B-4C3B-AF31-08D0143714F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoreSoft.Blazor.Controls.Tests", "test\LoreSoft.Blazor.Controls.Tests\LoreSoft.Blazor.Controls.Tests.csproj", "{1E7E912F-9D53-4F8C-BCB6-F3AF1BA449CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9459EF7-3E4F-4C94-B2A0-680D8C437FB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9459EF7-3E4F-4C94-B2A0-680D8C437FB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9459EF7-3E4F-4C94-B2A0-680D8C437FB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9459EF7-3E4F-4C94-B2A0-680D8C437FB4}.Release|Any CPU.Build.0 = Release|Any CPU
{AE677618-82A7-403B-BFF2-555AA17A2533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE677618-82A7-403B-BFF2-555AA17A2533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE677618-82A7-403B-BFF2-555AA17A2533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE677618-82A7-403B-BFF2-555AA17A2533}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6E3DCB-39F7-4722-8749-DCC00F31A011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6E3DCB-39F7-4722-8749-DCC00F31A011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6E3DCB-39F7-4722-8749-DCC00F31A011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6E3DCB-39F7-4722-8749-DCC00F31A011}.Release|Any CPU.Build.0 = Release|Any CPU
{0015C9C3-114B-4C3B-AF31-08D0143714F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0015C9C3-114B-4C3B-AF31-08D0143714F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0015C9C3-114B-4C3B-AF31-08D0143714F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0015C9C3-114B-4C3B-AF31-08D0143714F3}.Release|Any CPU.Build.0 = Release|Any CPU
{1E7E912F-9D53-4F8C-BCB6-F3AF1BA449CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E7E912F-9D53-4F8C-BCB6-F3AF1BA449CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E7E912F-9D53-4F8C-BCB6-F3AF1BA449CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E7E912F-9D53-4F8C-BCB6-F3AF1BA449CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE677618-82A7-403B-BFF2-555AA17A2533} = {6E4E9AFA-897C-4625-9ED0-13563405290B}
{2B6E3DCB-39F7-4722-8749-DCC00F31A011} = {6E4E9AFA-897C-4625-9ED0-13563405290B}
{0015C9C3-114B-4C3B-AF31-08D0143714F3} = {6E4E9AFA-897C-4625-9ED0-13563405290B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A42F20BA-4C50-4047-8EDF-289CB43D2D68}
EndGlobalSection
EndGlobal