-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPollyConnectionsRemainOpen.sln
35 lines (35 loc) · 1.75 KB
/
PollyConnectionsRemainOpen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PollyConnectionsRemainOpen", "PollyConnectionsRemainOpen\PollyConnectionsRemainOpen.csproj", "{16B15222-C620-40AB-A747-81BBADC28B32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EC2B576A-A937-4C7D-869C-C1BF8A4E17F5}"
ProjectSection(SolutionItems) = preProject
HelperScript_00_All_Steps.ps1 = HelperScript_00_All_Steps.ps1
HelperScript_01_Build_And_Run.ps1 = HelperScript_01_Build_And_Run.ps1
HelperScript_02_Call_Without_Polly.ps1 = HelperScript_02_Call_Without_Polly.ps1
HelperScript_03_Call_With_Polly.ps1 = HelperScript_03_Call_With_Polly.ps1
HelperScript_04_Show_Connections.ps1 = HelperScript_04_Show_Connections.ps1
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
{16B15222-C620-40AB-A747-81BBADC28B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16B15222-C620-40AB-A747-81BBADC28B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16B15222-C620-40AB-A747-81BBADC28B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16B15222-C620-40AB-A747-81BBADC28B32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5881A5B-06EF-4866-8D33-3236186F9A25}
EndGlobalSection
EndGlobal