-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastchannel.HttpClient.OAuth2Handler.sln
39 lines (39 loc) · 1.74 KB
/
Fastchannel.HttpClient.OAuth2Handler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fastchannel.HttpClient.OAuth2Handler", "src\Fastchannel.HttpClient.OAuth2Handler\Fastchannel.HttpClient.OAuth2Handler.csproj", "{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C24B57E3-E01F-4109-A217-1773B633F907}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D7F4F2B-E2F0-4E8F-9232-664E2F0B2879}"
ProjectSection(SolutionItems) = preProject
.appveyor.yaml = .appveyor.yaml
.gitignore = .gitignore
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
{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0625DC02-DE9E-40FF-9D92-9C9F8B344EDC} = {C24B57E3-E01F-4109-A217-1773B633F907}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF82FCCD-AF11-4236-96A5-7A3376715CBF}
EndGlobalSection
EndGlobal