-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetEscapades.AspNetCore.SecurityHeaders.sln
73 lines (73 loc) · 5.15 KB
/
NetEscapades.AspNetCore.SecurityHeaders.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F51609AF-585F-4BBD-89BD-4FE245292018}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EBFA813-EE77-4377-8A45-E5A8527CC12C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A2E64919-761D-4412-AFF7-D167023FD55E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEscapades.AspNetCore.SecurityHeaders", "src\NetEscapades.AspNetCore.SecurityHeaders\NetEscapades.AspNetCore.SecurityHeaders.csproj", "{99AE9045-0537-4724-B49B-3A463E24F743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEscapades.AspNetCore.SecurityHeaders.Test", "test\NetEscapades.AspNetCore.SecurityHeaders.Test\NetEscapades.AspNetCore.SecurityHeaders.Test.csproj", "{FD377A9F-984D-4E6E-9B4F-1C0448847579}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecurityHeadersMiddlewareWebSite", "test\SecurityHeadersMiddlewareWebSite\SecurityHeadersMiddlewareWebSite.csproj", "{4EA49DA7-DB46-46A2-9F00-EC575758EECD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEscapades.AspNetCore.SecurityHeaders.TagHelpers", "src\NetEscapades.AspNetCore.SecurityHeaders.TagHelpers\NetEscapades.AspNetCore.SecurityHeaders.TagHelpers.csproj", "{C59C64E7-B97E-46B8-9E49-18139AF627E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEscapades.AspNetCore.SecurityHeaders.TagHelpers.Test", "test\NetEscapades.AspNetCore.SecurityHeaders.TagHelpers.Test\NetEscapades.AspNetCore.SecurityHeaders.TagHelpers.Test.csproj", "{8793E411-025E-43A7-95E5-97EC61144022}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorWebSite", "test\RazorWebSite\RazorWebSite.csproj", "{0739A48E-D2E5-4529-A539-5A2C44901DFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{DF1B4A50-AA89-482B-BE90-BCCB7FADEC6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF1B4A50-AA89-482B-BE90-BCCB7FADEC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1B4A50-AA89-482B-BE90-BCCB7FADEC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99AE9045-0537-4724-B49B-3A463E24F743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99AE9045-0537-4724-B49B-3A463E24F743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99AE9045-0537-4724-B49B-3A463E24F743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99AE9045-0537-4724-B49B-3A463E24F743}.Release|Any CPU.Build.0 = Release|Any CPU
{FD377A9F-984D-4E6E-9B4F-1C0448847579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD377A9F-984D-4E6E-9B4F-1C0448847579}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD377A9F-984D-4E6E-9B4F-1C0448847579}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD377A9F-984D-4E6E-9B4F-1C0448847579}.Release|Any CPU.Build.0 = Release|Any CPU
{4EA49DA7-DB46-46A2-9F00-EC575758EECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EA49DA7-DB46-46A2-9F00-EC575758EECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EA49DA7-DB46-46A2-9F00-EC575758EECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EA49DA7-DB46-46A2-9F00-EC575758EECD}.Release|Any CPU.Build.0 = Release|Any CPU
{C59C64E7-B97E-46B8-9E49-18139AF627E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C59C64E7-B97E-46B8-9E49-18139AF627E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C59C64E7-B97E-46B8-9E49-18139AF627E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C59C64E7-B97E-46B8-9E49-18139AF627E6}.Release|Any CPU.Build.0 = Release|Any CPU
{8793E411-025E-43A7-95E5-97EC61144022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8793E411-025E-43A7-95E5-97EC61144022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8793E411-025E-43A7-95E5-97EC61144022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8793E411-025E-43A7-95E5-97EC61144022}.Release|Any CPU.Build.0 = Release|Any CPU
{0739A48E-D2E5-4529-A539-5A2C44901DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0739A48E-D2E5-4529-A539-5A2C44901DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0739A48E-D2E5-4529-A539-5A2C44901DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0739A48E-D2E5-4529-A539-5A2C44901DFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99AE9045-0537-4724-B49B-3A463E24F743} = {F51609AF-585F-4BBD-89BD-4FE245292018}
{FD377A9F-984D-4E6E-9B4F-1C0448847579} = {A2E64919-761D-4412-AFF7-D167023FD55E}
{4EA49DA7-DB46-46A2-9F00-EC575758EECD} = {A2E64919-761D-4412-AFF7-D167023FD55E}
{C59C64E7-B97E-46B8-9E49-18139AF627E6} = {F51609AF-585F-4BBD-89BD-4FE245292018}
{8793E411-025E-43A7-95E5-97EC61144022} = {A2E64919-761D-4412-AFF7-D167023FD55E}
{0739A48E-D2E5-4529-A539-5A2C44901DFC} = {A2E64919-761D-4412-AFF7-D167023FD55E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA9BB36D-F8F5-4E54-BE37-94B8AD619F00}
EndGlobalSection
EndGlobal