-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy pathDynamicProviders.sln
More file actions
43 lines (43 loc) · 2.57 KB
/
DynamicProviders.sln
File metadata and controls
43 lines (43 loc) · 2.57 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 Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerHost", "IdentityServerHost\IdentityServerHost.csproj", "{9B241402-8ED3-4D2E-A3BE-076ACEC4F4AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{85CD36E8-3402-443B-859A-72E4B9390E8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.AppHost", "IdentityServer.AppHost\IdentityServer.AppHost.csproj", "{721009DF-B8CB-42BB-8E97-6AF070D9F4DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspire.ServiceDefaults", "..\..\Aspire.ServiceDefaults\Aspire.ServiceDefaults.csproj", "{48840739-F37C-4710-B254-9E3BF8B564A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B241402-8ED3-4D2E-A3BE-076ACEC4F4AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B241402-8ED3-4D2E-A3BE-076ACEC4F4AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B241402-8ED3-4D2E-A3BE-076ACEC4F4AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B241402-8ED3-4D2E-A3BE-076ACEC4F4AA}.Release|Any CPU.Build.0 = Release|Any CPU
{85CD36E8-3402-443B-859A-72E4B9390E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85CD36E8-3402-443B-859A-72E4B9390E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85CD36E8-3402-443B-859A-72E4B9390E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85CD36E8-3402-443B-859A-72E4B9390E8B}.Release|Any CPU.Build.0 = Release|Any CPU
{721009DF-B8CB-42BB-8E97-6AF070D9F4DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{721009DF-B8CB-42BB-8E97-6AF070D9F4DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{721009DF-B8CB-42BB-8E97-6AF070D9F4DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{721009DF-B8CB-42BB-8E97-6AF070D9F4DB}.Release|Any CPU.Build.0 = Release|Any CPU
{48840739-F37C-4710-B254-9E3BF8B564A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48840739-F37C-4710-B254-9E3BF8B564A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48840739-F37C-4710-B254-9E3BF8B564A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48840739-F37C-4710-B254-9E3BF8B564A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF7A01C1-24E8-4218-B3B4-27DA57A735C4}
EndGlobalSection
EndGlobal