-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdpop.sln
49 lines (49 loc) · 2.85 KB
/
dpop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "identityserver\IdentityServer.csproj", "{0C9A02BB-8CBF-4124-86A3-B958185FFAAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solutionsFiles", "_solutionsFiles", "{987D7C1A-2964-4FB5-8863-50B02F5ABA72}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "api\Api.csproj", "{6773DD23-2810-498E-A610-0330FBE6D3D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCodeFlowPkceClient", "ui\WebCodeFlowPkceClient.csproj", "{06F96747-2CBD-448F-8BDF-78CEF1985373}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateCertiticate", "GenerateCertiticate\GenerateCertiticate.csproj", "{2D02D773-B71D-4BAB-9AC0-F70DBFB4C8C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C9A02BB-8CBF-4124-86A3-B958185FFAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C9A02BB-8CBF-4124-86A3-B958185FFAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C9A02BB-8CBF-4124-86A3-B958185FFAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C9A02BB-8CBF-4124-86A3-B958185FFAAC}.Release|Any CPU.Build.0 = Release|Any CPU
{6773DD23-2810-498E-A610-0330FBE6D3D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6773DD23-2810-498E-A610-0330FBE6D3D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6773DD23-2810-498E-A610-0330FBE6D3D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6773DD23-2810-498E-A610-0330FBE6D3D1}.Release|Any CPU.Build.0 = Release|Any CPU
{06F96747-2CBD-448F-8BDF-78CEF1985373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F96747-2CBD-448F-8BDF-78CEF1985373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F96747-2CBD-448F-8BDF-78CEF1985373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F96747-2CBD-448F-8BDF-78CEF1985373}.Release|Any CPU.Build.0 = Release|Any CPU
{2D02D773-B71D-4BAB-9AC0-F70DBFB4C8C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D02D773-B71D-4BAB-9AC0-F70DBFB4C8C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D02D773-B71D-4BAB-9AC0-F70DBFB4C8C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D02D773-B71D-4BAB-9AC0-F70DBFB4C8C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {959E95E7-7961-4822-99A4-775F52595015}
EndGlobalSection
EndGlobal