forked from JoshKeegan/xRetry
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnRetry.Core.sln
More file actions
59 lines (59 loc) · 2.75 KB
/
nRetry.Core.sln
File metadata and controls
59 lines (59 loc) · 2.75 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E9E02E6-169B-455D-9FA5-2553750E336D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3A384C09-1858-4BA9-9314-BC18A6234AE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nRetry.SpecFlowPlugin", "src\nRetry.SpecFlowPlugin\nRetry.SpecFlowPlugin.csproj", "{B28CEA4A-DB09-40DD-8B74-F99A47493B51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFC227AA-1E91-41EB-BB12-027B3825528E}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
LICENSE.md = LICENSE.md
MAINTAINERS.md = MAINTAINERS.md
NOTICES_3RD_PARTY.md = NOTICES_3RD_PARTY.md
nRetry.Core.ruleset = nRetry.Core.ruleset
nuget.config = nuget.config
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nRetry.Tests", "tests\nRetry.Tests.csproj", "{BD8D407F-872C-4911-B444-E8D0FB284CAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B28CEA4A-DB09-40DD-8B74-F99A47493B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B28CEA4A-DB09-40DD-8B74-F99A47493B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B28CEA4A-DB09-40DD-8B74-F99A47493B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B28CEA4A-DB09-40DD-8B74-F99A47493B51}.Release|Any CPU.Build.0 = Release|Any CPU
{BD8D407F-872C-4911-B444-E8D0FB284CAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD8D407F-872C-4911-B444-E8D0FB284CAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD8D407F-872C-4911-B444-E8D0FB284CAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD8D407F-872C-4911-B444-E8D0FB284CAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B28CEA4A-DB09-40DD-8B74-F99A47493B51} = {9E9E02E6-169B-455D-9FA5-2553750E336D}
{BD8D407F-872C-4911-B444-E8D0FB284CAE} = {3A384C09-1858-4BA9-9314-BC18A6234AE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87687087-DCC7-4F67-B0B2-D8A4F8D93693}
EndGlobalSection
EndGlobal