forked from fhrn71/IdentityServer4Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOAuth2.sln
More file actions
43 lines (43 loc) · 2.55 KB
/
Copy pathOAuth2.sln
File metadata and controls
43 lines (43 loc) · 2.55 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 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Harisoft.IDP", "Harisoft.IDP\Harisoft.IDP.csproj", "{AAEB99F8-471A-4D98-BBEE-7A0BC9D68163}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Client", "ImageGallery.Client\ImageGallery.Client.csproj", "{ADD205CC-55B3-4832-9096-13BCE2F20BF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Model", "ImageGallery.Model\ImageGallery.Model.csproj", "{523F69A7-A8EB-4CC6-850F-267975411FD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.API", "ImageGallery.API\ImageGallery.API.csproj", "{7E06942B-85E2-4F66-9662-EA7FEE07FDB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAEB99F8-471A-4D98-BBEE-7A0BC9D68163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEB99F8-471A-4D98-BBEE-7A0BC9D68163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEB99F8-471A-4D98-BBEE-7A0BC9D68163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEB99F8-471A-4D98-BBEE-7A0BC9D68163}.Release|Any CPU.Build.0 = Release|Any CPU
{ADD205CC-55B3-4832-9096-13BCE2F20BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADD205CC-55B3-4832-9096-13BCE2F20BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADD205CC-55B3-4832-9096-13BCE2F20BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADD205CC-55B3-4832-9096-13BCE2F20BF2}.Release|Any CPU.Build.0 = Release|Any CPU
{523F69A7-A8EB-4CC6-850F-267975411FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{523F69A7-A8EB-4CC6-850F-267975411FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{523F69A7-A8EB-4CC6-850F-267975411FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{523F69A7-A8EB-4CC6-850F-267975411FD3}.Release|Any CPU.Build.0 = Release|Any CPU
{7E06942B-85E2-4F66-9662-EA7FEE07FDB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E06942B-85E2-4F66-9662-EA7FEE07FDB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E06942B-85E2-4F66-9662-EA7FEE07FDB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E06942B-85E2-4F66-9662-EA7FEE07FDB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2183652D-16DB-4EDB-9694-811AF1716B0B}
EndGlobalSection
EndGlobal