-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHttpMessageHandlerFactory.sln
More file actions
37 lines (37 loc) · 2.12 KB
/
HttpMessageHandlerFactory.sln
File metadata and controls
37 lines (37 loc) · 2.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpMessageHandlerFactory", "HttpMessageHandlerFactory\HttpMessageHandlerFactory.csproj", "{224A16FC-7B8B-45C3-9A3B-0563BCD939B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{63603F3F-75E5-4EC6-8F27-87E9BBCFB565}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpMessageHandlerFactory.Polly", "HttpMessageHandlerFactory.Polly\HttpMessageHandlerFactory.Polly.csproj", "{C89E0481-C61E-4502-911B-0EB1A4439FC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{224A16FC-7B8B-45C3-9A3B-0563BCD939B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{224A16FC-7B8B-45C3-9A3B-0563BCD939B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{224A16FC-7B8B-45C3-9A3B-0563BCD939B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{224A16FC-7B8B-45C3-9A3B-0563BCD939B6}.Release|Any CPU.Build.0 = Release|Any CPU
{63603F3F-75E5-4EC6-8F27-87E9BBCFB565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63603F3F-75E5-4EC6-8F27-87E9BBCFB565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63603F3F-75E5-4EC6-8F27-87E9BBCFB565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63603F3F-75E5-4EC6-8F27-87E9BBCFB565}.Release|Any CPU.Build.0 = Release|Any CPU
{C89E0481-C61E-4502-911B-0EB1A4439FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89E0481-C61E-4502-911B-0EB1A4439FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89E0481-C61E-4502-911B-0EB1A4439FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89E0481-C61E-4502-911B-0EB1A4439FC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C87A8A28-D37B-4963-A546-D4428013A19F}
EndGlobalSection
EndGlobal