-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDuende.IdentityServer.Demo1.sln
37 lines (37 loc) · 2.08 KB
/
Duende.IdentityServer.Demo1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34302.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Duende.IdentityServer.InMemory", "Duende.IdentityServer.InMemory\Duende.IdentityServer.InMemory.csproj", "{B1D01DF4-4405-40C9-AEB4-CCF8DE5FA8B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather.API", "Weather.API\Weather.API.csproj", "{07387315-0D14-4171-B55D-660AF4C13615}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather.MVC", "Weather.MVC\Weather.MVC.csproj", "{56A559DB-70AD-44D4-958B-DFEABD950303}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1D01DF4-4405-40C9-AEB4-CCF8DE5FA8B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D01DF4-4405-40C9-AEB4-CCF8DE5FA8B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D01DF4-4405-40C9-AEB4-CCF8DE5FA8B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D01DF4-4405-40C9-AEB4-CCF8DE5FA8B2}.Release|Any CPU.Build.0 = Release|Any CPU
{07387315-0D14-4171-B55D-660AF4C13615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07387315-0D14-4171-B55D-660AF4C13615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07387315-0D14-4171-B55D-660AF4C13615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07387315-0D14-4171-B55D-660AF4C13615}.Release|Any CPU.Build.0 = Release|Any CPU
{56A559DB-70AD-44D4-958B-DFEABD950303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56A559DB-70AD-44D4-958B-DFEABD950303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56A559DB-70AD-44D4-958B-DFEABD950303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56A559DB-70AD-44D4-958B-DFEABD950303}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {613B9DCE-2841-4B42-A43C-AE30AE349B9D}
EndGlobalSection
EndGlobal