-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCore.SecurityKey.sln
79 lines (79 loc) · 4.88 KB
/
AspNetCore.SecurityKey.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
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}") = "AspNetCore.SecurityKey", "src\AspNetCore.SecurityKey\AspNetCore.SecurityKey.csproj", "{B6EAF1BD-410D-44F2-B909-448E37BC0748}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8F6AF28D-3302-4CD2-93F8-FEDFF40DA284}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.SecurityKey.Tests", "test\AspNetCore.SecurityKey.Tests\AspNetCore.SecurityKey.Tests.csproj", "{524DA054-BB33-46BC-B906-1781DA92816D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{8FF17A69-FF3C-4F04-9F5A-1C58B0498D0D}"
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{8A309522-314D-4C40-9D0E-C42E88CB64E5}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Controllers", "samples\Sample.Controllers\Sample.Controllers.csproj", "{24245841-8372-442D-8212-A357138445D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.MinimalApi", "samples\Sample.MinimalApi\Sample.MinimalApi.csproj", "{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Middleware", "samples\Sample.Middleware\Sample.Middleware.csproj", "{53460F71-F58D-4BEF-9441-2CCA82FA9415}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Shared", "samples\Sample.Shared\Sample.Shared.csproj", "{CF5ED041-2229-4481-8DCC-8BB4438B222C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6EAF1BD-410D-44F2-B909-448E37BC0748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6EAF1BD-410D-44F2-B909-448E37BC0748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6EAF1BD-410D-44F2-B909-448E37BC0748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6EAF1BD-410D-44F2-B909-448E37BC0748}.Release|Any CPU.Build.0 = Release|Any CPU
{524DA054-BB33-46BC-B906-1781DA92816D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{524DA054-BB33-46BC-B906-1781DA92816D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{524DA054-BB33-46BC-B906-1781DA92816D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{524DA054-BB33-46BC-B906-1781DA92816D}.Release|Any CPU.Build.0 = Release|Any CPU
{24245841-8372-442D-8212-A357138445D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24245841-8372-442D-8212-A357138445D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24245841-8372-442D-8212-A357138445D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24245841-8372-442D-8212-A357138445D9}.Release|Any CPU.Build.0 = Release|Any CPU
{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2}.Release|Any CPU.Build.0 = Release|Any CPU
{53460F71-F58D-4BEF-9441-2CCA82FA9415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53460F71-F58D-4BEF-9441-2CCA82FA9415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53460F71-F58D-4BEF-9441-2CCA82FA9415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53460F71-F58D-4BEF-9441-2CCA82FA9415}.Release|Any CPU.Build.0 = Release|Any CPU
{CF5ED041-2229-4481-8DCC-8BB4438B222C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF5ED041-2229-4481-8DCC-8BB4438B222C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF5ED041-2229-4481-8DCC-8BB4438B222C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF5ED041-2229-4481-8DCC-8BB4438B222C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{524DA054-BB33-46BC-B906-1781DA92816D} = {8F6AF28D-3302-4CD2-93F8-FEDFF40DA284}
{24245841-8372-442D-8212-A357138445D9} = {8A309522-314D-4C40-9D0E-C42E88CB64E5}
{21060613-AFA4-4C8E-B0C9-2CE4368DA6F2} = {8A309522-314D-4C40-9D0E-C42E88CB64E5}
{53460F71-F58D-4BEF-9441-2CCA82FA9415} = {8A309522-314D-4C40-9D0E-C42E88CB64E5}
{CF5ED041-2229-4481-8DCC-8BB4438B222C} = {8A309522-314D-4C40-9D0E-C42E88CB64E5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E757B21F-53C0-43CE-94E6-65ADEC81158F}
EndGlobalSection
EndGlobal