-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHttpSecurity.AspNet.sln
More file actions
48 lines (48 loc) · 2.65 KB
/
HttpSecurity.AspNet.sln
File metadata and controls
48 lines (48 loc) · 2.65 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32912.340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerator", "SourceGenerator\SourceGenerator.csproj", "{47D7D5B5-BBBD-4CD5-9FC3-4405EA55FD08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpSecurity.Example", "HttpSecurity.Example\HttpSecurity.Example.csproj", "{7FA94ABA-D9D6-4501-A002-72CA6D1C3BC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A60737BC-8E5F-4B2E-BCFC-793BD95DFC14}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\GithubActionsRelease.yml = .github\workflows\GithubActionsRelease.yml
.github\workflows\GithubActionsWIP.yml = .github\workflows\GithubActionsWIP.yml
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpSecurity.AspNet", "HttpSecurity.AspNet\HttpSecurity.AspNet.csproj", "{DD306EF6-02EC-4DE2-A0AA-C5325E596F00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47D7D5B5-BBBD-4CD5-9FC3-4405EA55FD08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D7D5B5-BBBD-4CD5-9FC3-4405EA55FD08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D7D5B5-BBBD-4CD5-9FC3-4405EA55FD08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D7D5B5-BBBD-4CD5-9FC3-4405EA55FD08}.Release|Any CPU.Build.0 = Release|Any CPU
{7FA94ABA-D9D6-4501-A002-72CA6D1C3BC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA94ABA-D9D6-4501-A002-72CA6D1C3BC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA94ABA-D9D6-4501-A002-72CA6D1C3BC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA94ABA-D9D6-4501-A002-72CA6D1C3BC3}.Release|Any CPU.Build.0 = Release|Any CPU
{DD306EF6-02EC-4DE2-A0AA-C5325E596F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD306EF6-02EC-4DE2-A0AA-C5325E596F00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD306EF6-02EC-4DE2-A0AA-C5325E596F00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD306EF6-02EC-4DE2-A0AA-C5325E596F00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF4D493C-EC0A-489A-B4C3-DDCF33178524}
EndGlobalSection
EndGlobal