-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHttpClientSettings.sln
37 lines (37 loc) · 2.15 KB
/
HttpClientSettings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientSettings", "src\HttpClientSettings\HttpClientSettings.csproj", "{32CE7271-08FB-4D9A-81A2-226D2AA0FDEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientSettings.Tests", "test\HttpClientSettings.Tests\HttpClientSettings.Tests.csproj", "{F9CEA5F4-73C7-47A1-B119-248B870686D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientSettings.Example", "example\HttpClientSettings.Example\HttpClientSettings.Example.csproj", "{1EEA1AB6-2399-45D4-91EF-60D3103766A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32CE7271-08FB-4D9A-81A2-226D2AA0FDEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CE7271-08FB-4D9A-81A2-226D2AA0FDEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CE7271-08FB-4D9A-81A2-226D2AA0FDEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CE7271-08FB-4D9A-81A2-226D2AA0FDEB}.Release|Any CPU.Build.0 = Release|Any CPU
{F9CEA5F4-73C7-47A1-B119-248B870686D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9CEA5F4-73C7-47A1-B119-248B870686D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9CEA5F4-73C7-47A1-B119-248B870686D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9CEA5F4-73C7-47A1-B119-248B870686D6}.Release|Any CPU.Build.0 = Release|Any CPU
{1EEA1AB6-2399-45D4-91EF-60D3103766A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EEA1AB6-2399-45D4-91EF-60D3103766A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EEA1AB6-2399-45D4-91EF-60D3103766A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EEA1AB6-2399-45D4-91EF-60D3103766A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3D87819-5AA2-482B-94BC-75A88DAE134E}
EndGlobalSection
EndGlobal