-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspireForIdentityServer.sln
54 lines (54 loc) · 3.69 KB
/
AspireForIdentityServer.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35118.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireForIdentityServer.AppHost", "AspireForIdentityServer.AppHost\AspireForIdentityServer.AppHost.csproj", "{1B678664-6766-44A9-90F6-4F32112201A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireForIdentityServer.ServiceDefaults", "AspireForIdentityServer.ServiceDefaults\AspireForIdentityServer.ServiceDefaults.csproj", "{3F1D6508-C5FF-4AFE-B448-CF7D3D527442}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireForIdentityServer.Tests", "AspireForIdentityServer.Tests\AspireForIdentityServer.Tests.csproj", "{ECB8EBF8-D0A4-4E7F-99AD-CBC591268CF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "AspireForIdentityServer.IdentityServer\IdentityServer.csproj", "{CCC0BC49-592A-4B59-A02C-2B486EBAC251}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "AspireForIdentityServer.ParClient\Client.csproj", "{FEFD474F-986A-49B4-A5B0-E554CBB45C10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherApi", "AspireForIdentityServer.ApiResource\WeatherApi.csproj", "{A1E79E4C-84E6-42C2-8A3E-92BDC8D7A76A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B678664-6766-44A9-90F6-4F32112201A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B678664-6766-44A9-90F6-4F32112201A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B678664-6766-44A9-90F6-4F32112201A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B678664-6766-44A9-90F6-4F32112201A3}.Release|Any CPU.Build.0 = Release|Any CPU
{3F1D6508-C5FF-4AFE-B448-CF7D3D527442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F1D6508-C5FF-4AFE-B448-CF7D3D527442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F1D6508-C5FF-4AFE-B448-CF7D3D527442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F1D6508-C5FF-4AFE-B448-CF7D3D527442}.Release|Any CPU.Build.0 = Release|Any CPU
{ECB8EBF8-D0A4-4E7F-99AD-CBC591268CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECB8EBF8-D0A4-4E7F-99AD-CBC591268CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECB8EBF8-D0A4-4E7F-99AD-CBC591268CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECB8EBF8-D0A4-4E7F-99AD-CBC591268CF8}.Release|Any CPU.Build.0 = Release|Any CPU
{CCC0BC49-592A-4B59-A02C-2B486EBAC251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCC0BC49-592A-4B59-A02C-2B486EBAC251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCC0BC49-592A-4B59-A02C-2B486EBAC251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCC0BC49-592A-4B59-A02C-2B486EBAC251}.Release|Any CPU.Build.0 = Release|Any CPU
{FEFD474F-986A-49B4-A5B0-E554CBB45C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFD474F-986A-49B4-A5B0-E554CBB45C10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFD474F-986A-49B4-A5B0-E554CBB45C10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFD474F-986A-49B4-A5B0-E554CBB45C10}.Release|Any CPU.Build.0 = Release|Any CPU
{A1E79E4C-84E6-42C2-8A3E-92BDC8D7A76A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1E79E4C-84E6-42C2-8A3E-92BDC8D7A76A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1E79E4C-84E6-42C2-8A3E-92BDC8D7A76A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1E79E4C-84E6-42C2-8A3E-92BDC8D7A76A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B51F85-DAC1-4D42-B29B-168EE761B9B0}
EndGlobalSection
EndGlobal