-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTerevintoSoftware.ApiKeys.sln
55 lines (55 loc) · 3.45 KB
/
TerevintoSoftware.ApiKeys.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerevintoSoftware.AspNetCore.Authentication.ApiKeys", "TerevintoSoftware.ApiKeys\TerevintoSoftware.AspNetCore.Authentication.ApiKeys.csproj", "{90CE0DB0-7FC9-45F4-AA8A-BE6ACFE8C01A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Abstractions", "TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Abstractions\TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Abstractions.csproj", "{E8C81BE7-B32D-446A-BCA3-CBC20A75A4F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14039240-4BB9-467B-96C6-E1DB80E7D285}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Tests", "TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Tests\TerevintoSoftware.AspNetCore.Authentication.ApiKeys.Tests.csproj", "{10A376D4-36F6-4EF8-9BA2-A633E7CB9D10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{BF6B3238-CDAD-4A73-8463-0215374CC86E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "Samples\WebApp\WebApp\WebApp.csproj", "{259D3C7D-D27D-4253-A8C6-5ABF23B8748A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90CE0DB0-7FC9-45F4-AA8A-BE6ACFE8C01A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90CE0DB0-7FC9-45F4-AA8A-BE6ACFE8C01A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90CE0DB0-7FC9-45F4-AA8A-BE6ACFE8C01A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90CE0DB0-7FC9-45F4-AA8A-BE6ACFE8C01A}.Release|Any CPU.Build.0 = Release|Any CPU
{E8C81BE7-B32D-446A-BCA3-CBC20A75A4F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C81BE7-B32D-446A-BCA3-CBC20A75A4F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C81BE7-B32D-446A-BCA3-CBC20A75A4F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C81BE7-B32D-446A-BCA3-CBC20A75A4F8}.Release|Any CPU.Build.0 = Release|Any CPU
{10A376D4-36F6-4EF8-9BA2-A633E7CB9D10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A376D4-36F6-4EF8-9BA2-A633E7CB9D10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A376D4-36F6-4EF8-9BA2-A633E7CB9D10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A376D4-36F6-4EF8-9BA2-A633E7CB9D10}.Release|Any CPU.Build.0 = Release|Any CPU
{259D3C7D-D27D-4253-A8C6-5ABF23B8748A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259D3C7D-D27D-4253-A8C6-5ABF23B8748A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259D3C7D-D27D-4253-A8C6-5ABF23B8748A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259D3C7D-D27D-4253-A8C6-5ABF23B8748A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{259D3C7D-D27D-4253-A8C6-5ABF23B8748A} = {BF6B3238-CDAD-4A73-8463-0215374CC86E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7678337-712D-48E1-91AE-116346892B7C}
EndGlobalSection
EndGlobal