-
Notifications
You must be signed in to change notification settings - Fork 0
/
IdentityServerApi.sln
37 lines (37 loc) · 2.12 KB
/
IdentityServerApi.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 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Infrastructure", "IdentityServer.Infrastructure\IdentityServer.Infrastructure.csproj", "{99D2C350-FF9F-4DB6-967B-9222277E711F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Model", "IdentityServer.Model\IdentityServer.Model.csproj", "{CFF4A6EB-DB44-4E39-8865-49915D35C45F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerAPI", "IdentityServerAPI\IdentityServerAPI.csproj", "{E704DA87-3D5F-41A0-9AEC-AA2483D14A57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99D2C350-FF9F-4DB6-967B-9222277E711F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D2C350-FF9F-4DB6-967B-9222277E711F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D2C350-FF9F-4DB6-967B-9222277E711F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99D2C350-FF9F-4DB6-967B-9222277E711F}.Release|Any CPU.Build.0 = Release|Any CPU
{CFF4A6EB-DB44-4E39-8865-49915D35C45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFF4A6EB-DB44-4E39-8865-49915D35C45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFF4A6EB-DB44-4E39-8865-49915D35C45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFF4A6EB-DB44-4E39-8865-49915D35C45F}.Release|Any CPU.Build.0 = Release|Any CPU
{E704DA87-3D5F-41A0-9AEC-AA2483D14A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E704DA87-3D5F-41A0-9AEC-AA2483D14A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E704DA87-3D5F-41A0-9AEC-AA2483D14A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E704DA87-3D5F-41A0-9AEC-AA2483D14A57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4B58862-ED89-43D9-AB77-7FCD300543EB}
EndGlobalSection
EndGlobal