-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSpecFlow.Contrib.Variants.sln
79 lines (79 loc) · 6.56 KB
/
SpecFlow.Contrib.Variants.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.SpecFlowPlugin", "src\SpecFlow.Contrib.Variants.SpecFlowPlugin\SpecFlow.Contrib.Variants.SpecFlowPlugin.csproj", "{2D671486-4DD8-48B5-910C-6A01D2F80C3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.UnitTests", "tests\SpecFlow.Contrib.Variants.UnitTests\SpecFlow.Contrib.Variants.UnitTests.csproj", "{82CC2990-0DD5-41FD-B4C2-44FAB96CAF9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.MsTestProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.MsTestProvider.IntegrationTests\SpecFlow.Contrib.Variants.MsTestProvider.IntegrationTests.csproj", "{B8D64DD0-5834-457F-86D2-45477E0B4CD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.XUnitProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.XUnitProvider.IntegrationTests\SpecFlow.Contrib.Variants.XUnitProvider.IntegrationTests.csproj", "{4BC98D97-D724-4E02-8CE8-22188CAC01F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.NUnitProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.NUnitProvider.IntegrationTests\SpecFlow.Contrib.Variants.NUnitProvider.IntegrationTests.csproj", "{A53BACE2-4044-4A32-BC70-B49621BD2FE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.Contrib.Variants.IntegrationTests.SharedBindings", "tests\SpecFlow.Contrib.Variants.IntegrationTests.SharedBindings\SpecFlow.Contrib.Variants.IntegrationTests.SharedBindings.csproj", "{F655E690-8C6F-47B4-A916-2BB50C183495}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Contrib.Variants", "src\SpecFlow.Contrib.Variants\SpecFlow.Contrib.Variants.csproj", "{59BD7EEC-4F82-482F-86F3-B5D8164805D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Contrib.Variants.Core.MsTestProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.Core.MsTestProvider.IntegrationTests\SpecFlow.Contrib.Variants.Core.MsTestProvider.IntegrationTests.csproj", "{5B588966-2E60-4FD2-A739-A4B81823769A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Contrib.Variants.Core.NUnitTestProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.Core.NUnitTestProvider.IntegrationTests\SpecFlow.Contrib.Variants.Core.NUnitTestProvider.IntegrationTests.csproj", "{F15D8EDA-A590-408D-AE00-33E01BA1615A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Contrib.Variants.Core.XUnitTestProvider.IntegrationTests", "tests\SpecFlow.Contrib.Variants.Core.XUnitTestProvider.IntegrationTests\SpecFlow.Contrib.Variants.Core.XUnitTestProvider.IntegrationTests.csproj", "{65F3623D-DDA5-4512-AC83-6B4D72ACC3CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D671486-4DD8-48B5-910C-6A01D2F80C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D671486-4DD8-48B5-910C-6A01D2F80C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D671486-4DD8-48B5-910C-6A01D2F80C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D671486-4DD8-48B5-910C-6A01D2F80C3C}.Release|Any CPU.Build.0 = Release|Any CPU
{82CC2990-0DD5-41FD-B4C2-44FAB96CAF9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82CC2990-0DD5-41FD-B4C2-44FAB96CAF9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82CC2990-0DD5-41FD-B4C2-44FAB96CAF9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82CC2990-0DD5-41FD-B4C2-44FAB96CAF9C}.Release|Any CPU.Build.0 = Release|Any CPU
{B8D64DD0-5834-457F-86D2-45477E0B4CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8D64DD0-5834-457F-86D2-45477E0B4CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8D64DD0-5834-457F-86D2-45477E0B4CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8D64DD0-5834-457F-86D2-45477E0B4CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{4BC98D97-D724-4E02-8CE8-22188CAC01F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC98D97-D724-4E02-8CE8-22188CAC01F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC98D97-D724-4E02-8CE8-22188CAC01F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC98D97-D724-4E02-8CE8-22188CAC01F6}.Release|Any CPU.Build.0 = Release|Any CPU
{A53BACE2-4044-4A32-BC70-B49621BD2FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53BACE2-4044-4A32-BC70-B49621BD2FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53BACE2-4044-4A32-BC70-B49621BD2FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53BACE2-4044-4A32-BC70-B49621BD2FE0}.Release|Any CPU.Build.0 = Release|Any CPU
{F655E690-8C6F-47B4-A916-2BB50C183495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F655E690-8C6F-47B4-A916-2BB50C183495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F655E690-8C6F-47B4-A916-2BB50C183495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F655E690-8C6F-47B4-A916-2BB50C183495}.Release|Any CPU.Build.0 = Release|Any CPU
{59BD7EEC-4F82-482F-86F3-B5D8164805D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59BD7EEC-4F82-482F-86F3-B5D8164805D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59BD7EEC-4F82-482F-86F3-B5D8164805D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59BD7EEC-4F82-482F-86F3-B5D8164805D6}.Release|Any CPU.Build.0 = Release|Any CPU
{5B588966-2E60-4FD2-A739-A4B81823769A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B588966-2E60-4FD2-A739-A4B81823769A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B588966-2E60-4FD2-A739-A4B81823769A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B588966-2E60-4FD2-A739-A4B81823769A}.Release|Any CPU.Build.0 = Release|Any CPU
{F15D8EDA-A590-408D-AE00-33E01BA1615A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15D8EDA-A590-408D-AE00-33E01BA1615A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15D8EDA-A590-408D-AE00-33E01BA1615A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15D8EDA-A590-408D-AE00-33E01BA1615A}.Release|Any CPU.Build.0 = Release|Any CPU
{65F3623D-DDA5-4512-AC83-6B4D72ACC3CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65F3623D-DDA5-4512-AC83-6B4D72ACC3CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65F3623D-DDA5-4512-AC83-6B4D72ACC3CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65F3623D-DDA5-4512-AC83-6B4D72ACC3CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE40DD05-B1EE-4908-9434-F13E1FD358FE}
EndGlobalSection
EndGlobal