-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathXUnitRetry.sln
56 lines (56 loc) · 3.37 KB
/
XUnitRetry.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XunitRetry", "XunitRetry\XunitRetry.csproj", "{B9E993AD-3586-49F5-906B-8015251CFE27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XunitRetry.Generator.SpecflowPlugin", "XunitRetry.Generator.SpecflowPlugin\XunitRetry.Generator.SpecflowPlugin.csproj", "{AB750360-5E09-48B5-850B-AEB6A03D8034}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{F05A81FA-5E11-4334-B502-2E0370B0645E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget files", "nuget files", "{23D82392-3F4C-4D8C-83A4-07F76C8D422D}"
ProjectSection(SolutionItems) = preProject
nuget\build.cmd = nuget\build.cmd
nuget\publish.cmd = nuget\publish.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XunitRetry", "XunitRetry", "{E3B40A99-2097-404B-9C5B-A2133EFCA7E0}"
ProjectSection(SolutionItems) = preProject
nuget\XunitRetry\XunitRetry.nuspec = nuget\XunitRetry\XunitRetry.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XunitRetry.Generator.SpecflowPlugin", "XunitRetry.Generator.SpecflowPlugin", "{7F0689EF-2665-416A-BE5E-A7A2E7253F26}"
ProjectSection(SolutionItems) = preProject
nuget\XunitRetry.Generator.SpecflowPlugin\App.config.install.xdt = nuget\XunitRetry.Generator.SpecflowPlugin\App.config.install.xdt
nuget\XunitRetry.Generator.SpecflowPlugin\App.config.uninstall.xdt = nuget\XunitRetry.Generator.SpecflowPlugin\App.config.uninstall.xdt
nuget\XunitRetry.Generator.SpecflowPlugin\XunitRetry.Generator.SpecflowPlugin.nuspec = nuget\XunitRetry.Generator.SpecflowPlugin\XunitRetry.Generator.SpecflowPlugin.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9E993AD-3586-49F5-906B-8015251CFE27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E993AD-3586-49F5-906B-8015251CFE27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E993AD-3586-49F5-906B-8015251CFE27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E993AD-3586-49F5-906B-8015251CFE27}.Release|Any CPU.Build.0 = Release|Any CPU
{AB750360-5E09-48B5-850B-AEB6A03D8034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB750360-5E09-48B5-850B-AEB6A03D8034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB750360-5E09-48B5-850B-AEB6A03D8034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB750360-5E09-48B5-850B-AEB6A03D8034}.Release|Any CPU.Build.0 = Release|Any CPU
{F05A81FA-5E11-4334-B502-2E0370B0645E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05A81FA-5E11-4334-B502-2E0370B0645E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05A81FA-5E11-4334-B502-2E0370B0645E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05A81FA-5E11-4334-B502-2E0370B0645E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E3B40A99-2097-404B-9C5B-A2133EFCA7E0} = {23D82392-3F4C-4D8C-83A4-07F76C8D422D}
{7F0689EF-2665-416A-BE5E-A7A2E7253F26} = {23D82392-3F4C-4D8C-83A4-07F76C8D422D}
EndGlobalSection
EndGlobal