forked from akunzai/GSS.Authentication.CAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSamples-Owin.sln
34 lines (34 loc) · 2.16 KB
/
Samples-Owin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 14 for Web
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GSS.Authentication.Owin.Sample", "samples\GSS.Authentication.Owin.Sample\GSS.Authentication.Owin.Sample.csproj", "{BB89E35B-F73F-426F-8E66-456D6A49FDF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GSS.Authentication.Owin.SingleSignOut.Sample", "samples\GSS.Authentication.Owin.SingleSignOut.Sample\GSS.Authentication.Owin.SingleSignOut.Sample.csproj", "{01390DEE-2AB7-478B-8F51-32DE70BF3125}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GSS.Authentication.AspNetMvc.Sample", "samples\GSS.Authentication.AspNetMvc.Sample\GSS.Authentication.AspNetMvc.Sample.csproj", "{071B0F67-D4EB-40F1-B2EF-AD7A05C507B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB89E35B-F73F-426F-8E66-456D6A49FDF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB89E35B-F73F-426F-8E66-456D6A49FDF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB89E35B-F73F-426F-8E66-456D6A49FDF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB89E35B-F73F-426F-8E66-456D6A49FDF3}.Release|Any CPU.Build.0 = Release|Any CPU
{01390DEE-2AB7-478B-8F51-32DE70BF3125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01390DEE-2AB7-478B-8F51-32DE70BF3125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01390DEE-2AB7-478B-8F51-32DE70BF3125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01390DEE-2AB7-478B-8F51-32DE70BF3125}.Release|Any CPU.Build.0 = Release|Any CPU
{071B0F67-D4EB-40F1-B2EF-AD7A05C507B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071B0F67-D4EB-40F1-B2EF-AD7A05C507B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071B0F67-D4EB-40F1-B2EF-AD7A05C507B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{071B0F67-D4EB-40F1-B2EF-AD7A05C507B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal