-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCore.Kerberos.sln
31 lines (31 loc) · 1.65 KB
/
AspNetCore.Kerberos.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.Kerberos", "AspNetCore.Kerberos\AspNetCore.Kerberos.csproj", "{4AF6CEF9-0F88-4BD8-9A0A-B4486D0A7622}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solid.AspNetCore.Extensions.Kerberos", "Solid.AspNetCore.Extensions.Kerberos\Solid.AspNetCore.Extensions.Kerberos.csproj", "{0FA1457C-6CC8-4DBC-865F-962582D4701A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AF6CEF9-0F88-4BD8-9A0A-B4486D0A7622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AF6CEF9-0F88-4BD8-9A0A-B4486D0A7622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AF6CEF9-0F88-4BD8-9A0A-B4486D0A7622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AF6CEF9-0F88-4BD8-9A0A-B4486D0A7622}.Release|Any CPU.Build.0 = Release|Any CPU
{0FA1457C-6CC8-4DBC-865F-962582D4701A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FA1457C-6CC8-4DBC-865F-962582D4701A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FA1457C-6CC8-4DBC-865F-962582D4701A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FA1457C-6CC8-4DBC-865F-962582D4701A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DDAF2A5-0C27-4EFE-BF22-9A631A5BCF32}
EndGlobalSection
EndGlobal