This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
JE.IdentityServer.Security.sln
55 lines (55 loc) · 3.31 KB
/
JE.IdentityServer.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
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{2EC480A8-BA7F-46D7-9BAB-0B1684A868F1}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
src\CommonAssemblyInfo.cs = src\CommonAssemblyInfo.cs
Generate-Configs.ps1 = Generate-Configs.ps1
nuget.config = nuget.config
Package.ps1 = Package.ps1
README.md = README.md
version.txt = version.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JE.IdentityServer.Security.Recaptcha", "src\JE.IdentityServer.Security.Recaptcha\JE.IdentityServer.Security.Recaptcha.csproj", "{E5CBC67A-185B-403E-957E-09C790C3010A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JE.IdentityServer.Security.Tests", "tests\JE.IdentityServer.Security.Tests\JE.IdentityServer.Security.Tests.csproj", "{476BAD6E-38F8-4EC3-8507-2E5010556120}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JE.IdentityServer.Security.Throttling", "src\JE.IdentityServer.Security.Throttling\JE.IdentityServer.Security.Throttling.csproj", "{90EE0DB2-DE19-47E5-82E5-1FBA94F62AB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3A2E2CAE-BA34-419A-8319-79EDBE66E927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JE.IdentityServer.Security", "src\JE.IdentityServer.Security\JE.IdentityServer.Security.csproj", "{D1201F47-5A86-4E85-A67B-D387384726D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5CBC67A-185B-403E-957E-09C790C3010A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5CBC67A-185B-403E-957E-09C790C3010A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5CBC67A-185B-403E-957E-09C790C3010A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5CBC67A-185B-403E-957E-09C790C3010A}.Release|Any CPU.Build.0 = Release|Any CPU
{476BAD6E-38F8-4EC3-8507-2E5010556120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{476BAD6E-38F8-4EC3-8507-2E5010556120}.Debug|Any CPU.Build.0 = Debug|Any CPU
{476BAD6E-38F8-4EC3-8507-2E5010556120}.Release|Any CPU.ActiveCfg = Release|Any CPU
{476BAD6E-38F8-4EC3-8507-2E5010556120}.Release|Any CPU.Build.0 = Release|Any CPU
{90EE0DB2-DE19-47E5-82E5-1FBA94F62AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EE0DB2-DE19-47E5-82E5-1FBA94F62AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EE0DB2-DE19-47E5-82E5-1FBA94F62AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EE0DB2-DE19-47E5-82E5-1FBA94F62AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{D1201F47-5A86-4E85-A67B-D387384726D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1201F47-5A86-4E85-A67B-D387384726D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1201F47-5A86-4E85-A67B-D387384726D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1201F47-5A86-4E85-A67B-D387384726D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{476BAD6E-38F8-4EC3-8507-2E5010556120} = {3A2E2CAE-BA34-419A-8319-79EDBE66E927}
EndGlobalSection
EndGlobal