This repository was archived by the owner on Jan 26, 2023. It is now read-only.
forked from biancini/OpenIDConnect-Csharp-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenIDConnect-Csharp-Client.sln
More file actions
43 lines (43 loc) · 2.74 KB
/
OpenIDConnect-Csharp-Client.sln
File metadata and controls
43 lines (43 loc) · 2.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenIDClient", "OpenIDClient\OpenIDClient.csproj", "{C754E4AD-BE64-4E69-B412-A3034A5FC95A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OIDC.Tests", "OIDC.Tests\OIDC.Tests.csproj", "{E71D1FC0-DCB8-418E-82D1-17C300EA2CC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{A8933B89-1052-43EF-A884-07860375F3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenIDClient.HttpModule", "OpenIDClient.HttpModule\OpenIDClient.HttpModule.csproj", "{86A588E8-2E2D-4394-9545-24D8EA939CF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C754E4AD-BE64-4E69-B412-A3034A5FC95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C754E4AD-BE64-4E69-B412-A3034A5FC95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C754E4AD-BE64-4E69-B412-A3034A5FC95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C754E4AD-BE64-4E69-B412-A3034A5FC95A}.Release|Any CPU.Build.0 = Release|Any CPU
{E71D1FC0-DCB8-418E-82D1-17C300EA2CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E71D1FC0-DCB8-418E-82D1-17C300EA2CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E71D1FC0-DCB8-418E-82D1-17C300EA2CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E71D1FC0-DCB8-418E-82D1-17C300EA2CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45
EndGlobalSection
EndGlobal