-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blazone.sln
82 lines (82 loc) · 5.46 KB
/
Blazone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazone.Authentication.Client", "src\Blazone.Authentication.Client\Blazone.Authentication.Client.csproj", "{ABB283E3-91CA-4C22-BE44-C049716A773A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazone.Authentication.Server", "src\Blazone.Authentication.Server\Blazone.Authentication.Server.csproj", "{B0BC9D45-675A-468A-B102-F8C41ADA040E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9E9219BC-D8E1-403F-9407-E16739DDF404}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazone.Authentication.Tests", "test\Blazone.Authentication.Tests\Blazone.Authentication.Tests.csproj", "{5EDF3E8A-E275-4AF7-8760-7F19859773B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F5705DB7-D853-4E18-B5BA-29916029FF25}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebAssembly.Client", "samples\WebAssembly\Sample.WebAssembly.Client\Sample.WebAssembly.Client.csproj", "{948ABC1F-590F-4726-9CE1-AF4BFF13B024}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebAssembly.Server", "samples\WebAssembly\Sample.WebAssembly.Server\Sample.WebAssembly.Server.csproj", "{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebAssembly.Shared", "samples\WebAssembly\Sample.WebAssembly.Shared\Sample.WebAssembly.Shared.csproj", "{2D47D31E-DB0D-4AF9-8AB1-368E420D612B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{E0186A5E-30A0-4B28-9D94-BEDB6377E893}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.ServerRender.Web", "samples\ServerRender\Sample.ServerRender.Web\Sample.ServerRender.Web.csproj", "{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABB283E3-91CA-4C22-BE44-C049716A773A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABB283E3-91CA-4C22-BE44-C049716A773A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABB283E3-91CA-4C22-BE44-C049716A773A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABB283E3-91CA-4C22-BE44-C049716A773A}.Release|Any CPU.Build.0 = Release|Any CPU
{B0BC9D45-675A-468A-B102-F8C41ADA040E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0BC9D45-675A-468A-B102-F8C41ADA040E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0BC9D45-675A-468A-B102-F8C41ADA040E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0BC9D45-675A-468A-B102-F8C41ADA040E}.Release|Any CPU.Build.0 = Release|Any CPU
{5EDF3E8A-E275-4AF7-8760-7F19859773B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EDF3E8A-E275-4AF7-8760-7F19859773B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EDF3E8A-E275-4AF7-8760-7F19859773B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EDF3E8A-E275-4AF7-8760-7F19859773B3}.Release|Any CPU.Build.0 = Release|Any CPU
{948ABC1F-590F-4726-9CE1-AF4BFF13B024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{948ABC1F-590F-4726-9CE1-AF4BFF13B024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{948ABC1F-590F-4726-9CE1-AF4BFF13B024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{948ABC1F-590F-4726-9CE1-AF4BFF13B024}.Release|Any CPU.Build.0 = Release|Any CPU
{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF}.Release|Any CPU.Build.0 = Release|Any CPU
{2D47D31E-DB0D-4AF9-8AB1-368E420D612B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D47D31E-DB0D-4AF9-8AB1-368E420D612B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D47D31E-DB0D-4AF9-8AB1-368E420D612B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D47D31E-DB0D-4AF9-8AB1-368E420D612B}.Release|Any CPU.Build.0 = Release|Any CPU
{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5EDF3E8A-E275-4AF7-8760-7F19859773B3} = {9E9219BC-D8E1-403F-9407-E16739DDF404}
{948ABC1F-590F-4726-9CE1-AF4BFF13B024} = {F5705DB7-D853-4E18-B5BA-29916029FF25}
{EC7E6A3F-05CA-4564-AF44-E3A2F5492BFF} = {F5705DB7-D853-4E18-B5BA-29916029FF25}
{2D47D31E-DB0D-4AF9-8AB1-368E420D612B} = {F5705DB7-D853-4E18-B5BA-29916029FF25}
{60E9A391-5DBF-441B-8D2F-C8B34B4F5F99} = {F5705DB7-D853-4E18-B5BA-29916029FF25}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28EA995C-96F4-4FAF-87D5-2D1F3CE67833}
EndGlobalSection
EndGlobal