-
Notifications
You must be signed in to change notification settings - Fork 3
/
DockerDotNetOAuth.sln
43 lines (43 loc) · 2.34 KB
/
DockerDotNetOAuth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockerDotNetOAuth", "DockerDotNetOAuth\DockerDotNetOAuth.csproj", "{182389F9-7695-4DE4-82B1-3F2D69C69C94}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{9BD31EA4-F116-4C7C-9F31-D85310C29080}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{5DFBAA3D-93C7-4155-A8AA-ED869CE728B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{090D8568-8B65-4BCC-89CA-78DA293C122A}"
ProjectSection(SolutionItems) = preProject
Client\Dockerfile = Client\Dockerfile
Client\index.html = Client\index.html
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{182389F9-7695-4DE4-82B1-3F2D69C69C94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{182389F9-7695-4DE4-82B1-3F2D69C69C94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{182389F9-7695-4DE4-82B1-3F2D69C69C94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{182389F9-7695-4DE4-82B1-3F2D69C69C94}.Release|Any CPU.Build.0 = Release|Any CPU
{9BD31EA4-F116-4C7C-9F31-D85310C29080}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD31EA4-F116-4C7C-9F31-D85310C29080}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD31EA4-F116-4C7C-9F31-D85310C29080}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD31EA4-F116-4C7C-9F31-D85310C29080}.Release|Any CPU.Build.0 = Release|Any CPU
{5DFBAA3D-93C7-4155-A8AA-ED869CE728B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFBAA3D-93C7-4155-A8AA-ED869CE728B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFBAA3D-93C7-4155-A8AA-ED869CE728B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFBAA3D-93C7-4155-A8AA-ED869CE728B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6059C00E-D342-4FC3-8AFA-C78AA47AD879}
EndGlobalSection
EndGlobal