forked from zhouyongtao/SecuringForWebAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecuringForWebAPI.sln
More file actions
45 lines (45 loc) · 2.73 KB
/
SecuringForWebAPI.sln
File metadata and controls
45 lines (45 loc) · 2.73 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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JwtForWebAPI", "JwtForWebAPI\JwtForWebAPI.csproj", "{C0FF6297-23DF-43CD-8D44-E5DF7679C3C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer3ForWebAPI", "IdentityServer3ForWebAPI\IdentityServer3ForWebAPI.csproj", "{FB6FCA92-4D89-48DB-B3CA-D86A9C143788}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KatanaForWebAPI", "KatanaForWebAPI\KatanaForWebAPI.csproj", "{8F363C1A-6225-4812-9544-E7EDE3716885}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer3ForWebAPI.Tests", "IdentityServer3ForWebAPI.Tests\IdentityServer3ForWebAPI.Tests.csproj", "{821E3BF8-D728-4D27-9195-9A10B4034629}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AD6530B0-5575-4C44-9038-2F70B1DAF39B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0FF6297-23DF-43CD-8D44-E5DF7679C3C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0FF6297-23DF-43CD-8D44-E5DF7679C3C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0FF6297-23DF-43CD-8D44-E5DF7679C3C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0FF6297-23DF-43CD-8D44-E5DF7679C3C6}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6FCA92-4D89-48DB-B3CA-D86A9C143788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6FCA92-4D89-48DB-B3CA-D86A9C143788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB6FCA92-4D89-48DB-B3CA-D86A9C143788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB6FCA92-4D89-48DB-B3CA-D86A9C143788}.Release|Any CPU.Build.0 = Release|Any CPU
{8F363C1A-6225-4812-9544-E7EDE3716885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F363C1A-6225-4812-9544-E7EDE3716885}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F363C1A-6225-4812-9544-E7EDE3716885}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F363C1A-6225-4812-9544-E7EDE3716885}.Release|Any CPU.Build.0 = Release|Any CPU
{821E3BF8-D728-4D27-9195-9A10B4034629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{821E3BF8-D728-4D27-9195-9A10B4034629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{821E3BF8-D728-4D27-9195-9A10B4034629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{821E3BF8-D728-4D27-9195-9A10B4034629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{821E3BF8-D728-4D27-9195-9A10B4034629} = {AD6530B0-5575-4C44-9038-2F70B1DAF39B}
EndGlobalSection
EndGlobal