-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathHttpClientSample.sln
46 lines (46 loc) · 2.25 KB
/
HttpClientSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientSample", "HttpClientSample\HttpClientSample.csproj", "{F5EB24C8-6093-497E-8E56-25494F88527D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrokenApi", "BrokenApi\BrokenApi.csproj", "{D484B277-E9CA-499C-A864-BA306D50603C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDD5A861-F5B2-4C96-8960-E5A8573C036A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{7241E751-E496-43E1-87BD-2C18D7390034}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5EB24C8-6093-497E-8E56-25494F88527D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5EB24C8-6093-497E-8E56-25494F88527D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5EB24C8-6093-497E-8E56-25494F88527D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5EB24C8-6093-497E-8E56-25494F88527D}.Release|Any CPU.Build.0 = Release|Any CPU
{D484B277-E9CA-499C-A864-BA306D50603C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D484B277-E9CA-499C-A864-BA306D50603C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D484B277-E9CA-499C-A864-BA306D50603C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D484B277-E9CA-499C-A864-BA306D50603C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5EB24C8-6093-497E-8E56-25494F88527D} = {7241E751-E496-43E1-87BD-2C18D7390034}
{D484B277-E9CA-499C-A864-BA306D50603C} = {7241E751-E496-43E1-87BD-2C18D7390034}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E455F9E3-C415-4F52-896A-83DEDADDEB9F}
EndGlobalSection
EndGlobal