This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
forked from IdentityServer/IdentityServer4.EntityFramework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIdentityServer4.AzureTableStorage.sln
52 lines (51 loc) · 3.44 KB
/
IdentityServer4.AzureTableStorage.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
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9FB2E7A3-FFC7-4687-850B-66763A889A78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{211A5E6F-1713-40FF-A29B-A991C9CBA3EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "src\Host\Host.csproj", "{58853B9A-715B-417A-B8CE-76A54B4337B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Powel.AzureTableStorage.IdentityServer4", "src\Powel.AzureTableStorage.IdentityServer4\Powel.AzureTableStorage.IdentityServer4.csproj", "{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Powel.AzureTableStorage.IdentityServer4.IntegrationTests", "test\Powel.AzureTableStorage.IdentityServer4.IntegrationTests\Powel.AzureTableStorage.IdentityServer4.IntegrationTests.csproj", "{C3A3285A-60C4-423E-9CBA-74DE9972445E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Powel.AzureTableStorage.IdentityServer4.UnitTests", "test\Powel.AzureTableStorage.IdentityServer4.UnitTests\Powel.AzureTableStorage.IdentityServer4.UnitTests.csproj", "{8A88F6BF-CE4B-4350-A60D-156DBB433D8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.Build.0 = Release|Any CPU
{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5}.Release|Any CPU.Build.0 = Release|Any CPU
{C3A3285A-60C4-423E-9CBA-74DE9972445E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3A3285A-60C4-423E-9CBA-74DE9972445E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3A3285A-60C4-423E-9CBA-74DE9972445E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3A3285A-60C4-423E-9CBA-74DE9972445E}.Release|Any CPU.Build.0 = Release|Any CPU
{8A88F6BF-CE4B-4350-A60D-156DBB433D8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A88F6BF-CE4B-4350-A60D-156DBB433D8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A88F6BF-CE4B-4350-A60D-156DBB433D8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A88F6BF-CE4B-4350-A60D-156DBB433D8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58853B9A-715B-417A-B8CE-76A54B4337B5} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
{837A64E7-F6F0-4095-86F7-4ECEBD7E4EB5} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
{C3A3285A-60C4-423E-9CBA-74DE9972445E} = {9FB2E7A3-FFC7-4687-850B-66763A889A78}
{8A88F6BF-CE4B-4350-A60D-156DBB433D8C} = {9FB2E7A3-FFC7-4687-850B-66763A889A78}
EndGlobalSection
EndGlobal