forked from Farfetch/token-exchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Farfetch.IdentityServer.Contrib.TokenExchange.sln
47 lines (47 loc) · 2.5 KB
/
Farfetch.IdentityServer.Contrib.TokenExchange.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Farfetch.IdentityServer.Contrib.TokenExchange", "src\Farfetch.IdentityServer.Contrib.TokenExchange\Farfetch.IdentityServer.Contrib.TokenExchange.csproj", "{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Farfetch.IdentityServer.Contrib.TokenExchange.Tests", "tests\Farfetch.IdentityServer.Contrib.TokenExchange.Tests\Farfetch.IdentityServer.Contrib.TokenExchange.Tests.csproj", "{FED3EE81-CF40-423E-B9E2-1F458300C05F}"
ProjectSection(ProjectDependencies) = postProject
{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB} = {3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61F98371-AB31-4F21-B2D3-67E52712CDD0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
ffbuild.yaml = ffbuild.yaml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E20B8F9C-5F68-4CEB-A1D3-2E1A67CB8DC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7F98F2-9B59-4F7C-B0DC-3F792DF29FEB}.Release|Any CPU.Build.0 = Release|Any CPU
{FED3EE81-CF40-423E-B9E2-1F458300C05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FED3EE81-CF40-423E-B9E2-1F458300C05F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FED3EE81-CF40-423E-B9E2-1F458300C05F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FED3EE81-CF40-423E-B9E2-1F458300C05F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FED3EE81-CF40-423E-B9E2-1F458300C05F} = {E20B8F9C-5F68-4CEB-A1D3-2E1A67CB8DC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {933A9D16-0673-4E64-9A35-103700E2FA27}
EndGlobalSection
EndGlobal