-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wilson.sln
43 lines (43 loc) · 2.87 KB
/
Wilson.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.IdentityModel.Tokens.Jwt", "src\System.IdentityModel.Tokens.Jwt\System.IdentityModel.Tokens.Jwt.csproj", "{BA7803C7-0585-4EEE-8672-F6E18E12E3E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.IdentityModel.Protocol.Extensions", "src\Microsoft.IdentityModel.Protocol.Extensions\Microsoft.IdentityModel.Protocol.Extensions.csproj", "{1070AA57-ABCD-44DB-B212-B90880DBD261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.IdentityModel.Tokens.Jwt.Tests", "tests\System.IdentityModel.Tokens.Jwt.Tests\System.IdentityModel.Tokens.Jwt.Tests.csproj", "{FC7B5C26-A1B7-463C-A53F-F4577C92701D}"
ProjectSection(ProjectDependencies) = postProject
{520A570E-D3E4-4429-97E2-CB824380C12B} = {520A570E-D3E4-4429-97E2-CB824380C12B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.IdentityModel.Protocol.Extensions.Tests", "tests\Microsoft.IdentityModel.Protocol.Extensions.Tests\Microsoft.IdentityModel.Protocol.Extensions.Tests.csproj", "{520A570E-D3E4-4429-97E2-CB824380C12B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA7803C7-0585-4EEE-8672-F6E18E12E3E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA7803C7-0585-4EEE-8672-F6E18E12E3E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA7803C7-0585-4EEE-8672-F6E18E12E3E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA7803C7-0585-4EEE-8672-F6E18E12E3E8}.Release|Any CPU.Build.0 = Release|Any CPU
{1070AA57-ABCD-44DB-B212-B90880DBD261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1070AA57-ABCD-44DB-B212-B90880DBD261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1070AA57-ABCD-44DB-B212-B90880DBD261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1070AA57-ABCD-44DB-B212-B90880DBD261}.Release|Any CPU.Build.0 = Release|Any CPU
{FC7B5C26-A1B7-463C-A53F-F4577C92701D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC7B5C26-A1B7-463C-A53F-F4577C92701D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC7B5C26-A1B7-463C-A53F-F4577C92701D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC7B5C26-A1B7-463C-A53F-F4577C92701D}.Release|Any CPU.Build.0 = Release|Any CPU
{520A570E-D3E4-4429-97E2-CB824380C12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520A570E-D3E4-4429-97E2-CB824380C12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520A570E-D3E4-4429-97E2-CB824380C12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520A570E-D3E4-4429-97E2-CB824380C12B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal