-
Notifications
You must be signed in to change notification settings - Fork 5
/
resilience-strategy-with-polly.sln
37 lines (37 loc) · 2.16 KB
/
resilience-strategy-with-polly.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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resilience.Polly.Abstractions", "src\Resilience.Polly.Abstractions\Resilience.Polly.Abstractions.csproj", "{BBB1EEC0-CD25-49D9-B7DB-171D8BA864A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resilience.Polly.Sql", "src\Resilience.Polly.Sql\Resilience.Polly.Sql.csproj", "{8BFD2FDF-8E94-4AF8-8180-9AD1CD4D769F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resilience.Polly.Sql.Tests", "src\Resilience.Polly.Sql.Tests\Resilience.Polly.Sql.Tests.csproj", "{B3F71747-6A34-4B2F-90A7-FF6BCE8B430C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBB1EEC0-CD25-49D9-B7DB-171D8BA864A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBB1EEC0-CD25-49D9-B7DB-171D8BA864A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBB1EEC0-CD25-49D9-B7DB-171D8BA864A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBB1EEC0-CD25-49D9-B7DB-171D8BA864A5}.Release|Any CPU.Build.0 = Release|Any CPU
{8BFD2FDF-8E94-4AF8-8180-9AD1CD4D769F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BFD2FDF-8E94-4AF8-8180-9AD1CD4D769F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BFD2FDF-8E94-4AF8-8180-9AD1CD4D769F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BFD2FDF-8E94-4AF8-8180-9AD1CD4D769F}.Release|Any CPU.Build.0 = Release|Any CPU
{B3F71747-6A34-4B2F-90A7-FF6BCE8B430C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3F71747-6A34-4B2F-90A7-FF6BCE8B430C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3F71747-6A34-4B2F-90A7-FF6BCE8B430C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3F71747-6A34-4B2F-90A7-FF6BCE8B430C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7817E92B-6EC0-49C9-AF05-324340B9447A}
EndGlobalSection
EndGlobal