-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathOAuth2.sln
38 lines (38 loc) · 1.87 KB
/
OAuth2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89535BDA-FEA8-4701-AED7-C29DF7CAE66B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
build\common.props = build\common.props
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OAuth2.Tests", "OAuth2.Tests\OAuth2.Tests.csproj", "{0DA9F405-2F79-4F37-AB44-4FE54CB661F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OAuth2", "OAuth2\OAuth2.csproj", "{5C87377F-1BC2-47B2-97A5-083BCDE3623A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DA9F405-2F79-4F37-AB44-4FE54CB661F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DA9F405-2F79-4F37-AB44-4FE54CB661F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DA9F405-2F79-4F37-AB44-4FE54CB661F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DA9F405-2F79-4F37-AB44-4FE54CB661F8}.Release|Any CPU.Build.0 = Release|Any CPU
{5C87377F-1BC2-47B2-97A5-083BCDE3623A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C87377F-1BC2-47B2-97A5-083BCDE3623A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C87377F-1BC2-47B2-97A5-083BCDE3623A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C87377F-1BC2-47B2-97A5-083BCDE3623A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27E66CF5-6648-4D2B-86C9-E183A12760F2}
EndGlobalSection
EndGlobal