-
Notifications
You must be signed in to change notification settings - Fork 0
/
Galebra.Security.sln
45 lines (45 loc) · 2.45 KB
/
Galebra.Security.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E5D52CB2-CDF3-4093-989A-7DD5275AB41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Galebra.Security.Headers.Csp", "src\Galebra.Security.Headers.Csp\Galebra.Security.Headers.Csp.csproj", "{F1C542D6-F830-4CEE-89B6-27C9FE683578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A24D5C5-AD3F-47BC-98A0-641BAD482D07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Headers.Csp.Sample", "samples\Headers.Csp.Sample\Headers.Csp.Sample.csproj", "{983D25A3-7271-4A87-87F9-2B0188F80E77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_static", "_static", "{138EDB4F-F7E5-4EE6-97AB-2E4CE3AF4DF8}"
ProjectSection(SolutionItems) = preProject
samples\_static\displaypolicygroups.png = samples\_static\displaypolicygroups.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1C542D6-F830-4CEE-89B6-27C9FE683578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1C542D6-F830-4CEE-89B6-27C9FE683578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1C542D6-F830-4CEE-89B6-27C9FE683578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1C542D6-F830-4CEE-89B6-27C9FE683578}.Release|Any CPU.Build.0 = Release|Any CPU
{983D25A3-7271-4A87-87F9-2B0188F80E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983D25A3-7271-4A87-87F9-2B0188F80E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983D25A3-7271-4A87-87F9-2B0188F80E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983D25A3-7271-4A87-87F9-2B0188F80E77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1C542D6-F830-4CEE-89B6-27C9FE683578} = {1A24D5C5-AD3F-47BC-98A0-641BAD482D07}
{983D25A3-7271-4A87-87F9-2B0188F80E77} = {E5D52CB2-CDF3-4093-989A-7DD5275AB41E}
{138EDB4F-F7E5-4EE6-97AB-2E4CE3AF4DF8} = {E5D52CB2-CDF3-4093-989A-7DD5275AB41E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4629BC68-E440-4110-920A-9B7AFF8DF9CA}
EndGlobalSection
EndGlobal