-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSharpRetry.sln
36 lines (36 loc) · 1.76 KB
/
SharpRetry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27009.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRetry", "SharpRetry\SharpRetry.csproj", "{0C53A3D8-2BFD-4E87-BD11-AACD21A4ED94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRetry.Tests", "SharpRetry.Tests\SharpRetry.Tests.csproj", "{9DAD793A-BBF6-4178-8E22-E5A36CA6B168}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{CBBA0D74-3A23-47BC-A8E9-004DACFA87E0}"
ProjectSection(SolutionItems) = preProject
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
{0C53A3D8-2BFD-4E87-BD11-AACD21A4ED94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C53A3D8-2BFD-4E87-BD11-AACD21A4ED94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C53A3D8-2BFD-4E87-BD11-AACD21A4ED94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C53A3D8-2BFD-4E87-BD11-AACD21A4ED94}.Release|Any CPU.Build.0 = Release|Any CPU
{9DAD793A-BBF6-4178-8E22-E5A36CA6B168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DAD793A-BBF6-4178-8E22-E5A36CA6B168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DAD793A-BBF6-4178-8E22-E5A36CA6B168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DAD793A-BBF6-4178-8E22-E5A36CA6B168}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BD43BCF-296C-4589-A1C8-30794396C827}
EndGlobalSection
EndGlobal