forked from IUCrimson/AspNet.Security.CAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCore.Security.CAS.sln
52 lines (52 loc) · 2.87 KB
/
AspNetCore.Security.CAS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF6C1402-5082-48F3-B29B-0B3D3C6656DC}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A495669B-70A4-409C-86F2-562E2B2F293F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AA04CCAE-3074-4C92-BECA-469B173907D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Security.CAS", "src\AspNetCore.Security.CAS\AspNetCore.Security.CAS.csproj", "{5CCC30FF-FFCE-432B-A4BD-046994C5F69D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CookieSample", "samples\CookieSample\CookieSample.csproj", "{7731952F-4C18-43A8-B0F5-9BC59B9FA33C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentitySample", "samples\IdentitySample\IdentitySample.csproj", "{0A9C10E4-1AB8-41E6-8552-928784F3E2DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CCC30FF-FFCE-432B-A4BD-046994C5F69D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CCC30FF-FFCE-432B-A4BD-046994C5F69D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CCC30FF-FFCE-432B-A4BD-046994C5F69D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CCC30FF-FFCE-432B-A4BD-046994C5F69D}.Release|Any CPU.Build.0 = Release|Any CPU
{7731952F-4C18-43A8-B0F5-9BC59B9FA33C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7731952F-4C18-43A8-B0F5-9BC59B9FA33C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7731952F-4C18-43A8-B0F5-9BC59B9FA33C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7731952F-4C18-43A8-B0F5-9BC59B9FA33C}.Release|Any CPU.Build.0 = Release|Any CPU
{0A9C10E4-1AB8-41E6-8552-928784F3E2DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A9C10E4-1AB8-41E6-8552-928784F3E2DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A9C10E4-1AB8-41E6-8552-928784F3E2DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A9C10E4-1AB8-41E6-8552-928784F3E2DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5CCC30FF-FFCE-432B-A4BD-046994C5F69D} = {A495669B-70A4-409C-86F2-562E2B2F293F}
{7731952F-4C18-43A8-B0F5-9BC59B9FA33C} = {AA04CCAE-3074-4C92-BECA-469B173907D5}
{0A9C10E4-1AB8-41E6-8552-928784F3E2DE} = {AA04CCAE-3074-4C92-BECA-469B173907D5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61618C16-107E-41A6-91FD-5A301409406C}
EndGlobalSection
EndGlobal