-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDncIds4.sln
51 lines (51 loc) · 2.92 KB
/
DncIds4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__", "__", "{0E807C77-A67A-4124-9739-DB5ED6D6CDBE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Resources.md = Resources.md
sharedSettings.json = sharedSettings.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DncIds4.IdentityServer", "source\DncIds4.IdentityServer\DncIds4.IdentityServer.csproj", "{4B006809-5916-4D0A-A62C-5AD9BC1D4E29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DncIds4.ProtectedApi", "source\DncIds4.ProtectedApi\DncIds4.ProtectedApi.csproj", "{C95DFF86-C626-4A34-8C84-12392EB3130D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DncIds4.ApiGatewayOcelot", "source\DncIds4.ApiGatewayOcelot\DncIds4.ApiGatewayOcelot.csproj", "{4266FB0F-4448-4942-9C44-69E8B55B6048}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DncIds4.Common", "source\DncIds4.Common\DncIds4.Common.csproj", "{0D4FCE69-6F8C-4FE3-8378-658AD96FDAB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B006809-5916-4D0A-A62C-5AD9BC1D4E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B006809-5916-4D0A-A62C-5AD9BC1D4E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B006809-5916-4D0A-A62C-5AD9BC1D4E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B006809-5916-4D0A-A62C-5AD9BC1D4E29}.Release|Any CPU.Build.0 = Release|Any CPU
{C95DFF86-C626-4A34-8C84-12392EB3130D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95DFF86-C626-4A34-8C84-12392EB3130D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95DFF86-C626-4A34-8C84-12392EB3130D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95DFF86-C626-4A34-8C84-12392EB3130D}.Release|Any CPU.Build.0 = Release|Any CPU
{4266FB0F-4448-4942-9C44-69E8B55B6048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4266FB0F-4448-4942-9C44-69E8B55B6048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4266FB0F-4448-4942-9C44-69E8B55B6048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4266FB0F-4448-4942-9C44-69E8B55B6048}.Release|Any CPU.Build.0 = Release|Any CPU
{0D4FCE69-6F8C-4FE3-8378-658AD96FDAB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4FCE69-6F8C-4FE3-8378-658AD96FDAB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4FCE69-6F8C-4FE3-8378-658AD96FDAB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4FCE69-6F8C-4FE3-8378-658AD96FDAB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24200D8C-28F8-492C-945E-E2033FF5F5EF}
EndGlobalSection
EndGlobal