forked from huysentruitw/oauth2-client-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOAuth2ClientHandler.sln
More file actions
50 lines (50 loc) · 2.53 KB
/
Copy pathOAuth2ClientHandler.sln
File metadata and controls
50 lines (50 loc) · 2.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OAuth2ClientHandler", "src\OAuth2ClientHandler\OAuth2ClientHandler.csproj", "{D9DA6892-068D-4263-B8EA-EBFEB5362259}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{81B207A5-C39F-4E9D-8F5E-98F605C24CA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FBCDFB4C-915C-48D4-83BA-52CD3711E3B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OAuth2ClientHandler.Tests", "tests\OAuth2ClientHandler.Tests\OAuth2ClientHandler.Tests.csproj", "{6735C1C6-01D8-48D6-AA1A-4BB1499C5153}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{90C8F43F-DBE9-4B9B-9EA8-25A67BC3E971}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF0B3612-FBEF-4365-BB95-99E5C8F895F0}"
ProjectSection(SolutionItems) = preProject
icon.png = icon.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9DA6892-068D-4263-B8EA-EBFEB5362259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9DA6892-068D-4263-B8EA-EBFEB5362259}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9DA6892-068D-4263-B8EA-EBFEB5362259}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9DA6892-068D-4263-B8EA-EBFEB5362259}.Release|Any CPU.Build.0 = Release|Any CPU
{6735C1C6-01D8-48D6-AA1A-4BB1499C5153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6735C1C6-01D8-48D6-AA1A-4BB1499C5153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6735C1C6-01D8-48D6-AA1A-4BB1499C5153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6735C1C6-01D8-48D6-AA1A-4BB1499C5153}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9DA6892-068D-4263-B8EA-EBFEB5362259} = {81B207A5-C39F-4E9D-8F5E-98F605C24CA8}
{6735C1C6-01D8-48D6-AA1A-4BB1499C5153} = {FBCDFB4C-915C-48D4-83BA-52CD3711E3B1}
EndGlobalSection
EndGlobal