-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpecFlow.Sdk.sln
69 lines (69 loc) · 3.86 KB
/
SpecFlow.Sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{382AA846-FC4E-4D66-9E9E-936CEEA55D62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Build.Tasks", "src\SpecFlow.Build.Tasks\SpecFlow.Build.Tasks.csproj", "{47797812-FF4D-4DA3-A172-9B50C76B4AD4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{562A1FE7-97C4-4976-8CC0-25ED296A2D7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
todo.md = todo.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.Build.SpecRun", "src\SpecFlow.Build.SpecRun\SpecFlow.Build.SpecRun.csproj", "{1647CDD5-666C-41B3-BF97-2E6168678BFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{1CC4A6F1-B1FC-48B3-8396-07E0710EEEB2}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
samples\Directory.Build.targets = samples\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleFeatures", "samples\SampleFeatures\SampleFeatures.csproj", "{5BD5EA4C-5B66-4474-9696-C3494217BAD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleFeaturesXunit", "samples\SampleFeatures.Xunit\SampleFeaturesXunit.csproj", "{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47797812-FF4D-4DA3-A172-9B50C76B4AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47797812-FF4D-4DA3-A172-9B50C76B4AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47797812-FF4D-4DA3-A172-9B50C76B4AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47797812-FF4D-4DA3-A172-9B50C76B4AD4}.Release|Any CPU.Build.0 = Release|Any CPU
{1647CDD5-666C-41B3-BF97-2E6168678BFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1647CDD5-666C-41B3-BF97-2E6168678BFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1647CDD5-666C-41B3-BF97-2E6168678BFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1647CDD5-666C-41B3-BF97-2E6168678BFE}.Release|Any CPU.Build.0 = Release|Any CPU
{5BD5EA4C-5B66-4474-9696-C3494217BAD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD5EA4C-5B66-4474-9696-C3494217BAD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD5EA4C-5B66-4474-9696-C3494217BAD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD5EA4C-5B66-4474-9696-C3494217BAD1}.Release|Any CPU.Build.0 = Release|Any CPU
{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47797812-FF4D-4DA3-A172-9B50C76B4AD4} = {382AA846-FC4E-4D66-9E9E-936CEEA55D62}
{1647CDD5-666C-41B3-BF97-2E6168678BFE} = {382AA846-FC4E-4D66-9E9E-936CEEA55D62}
{5BD5EA4C-5B66-4474-9696-C3494217BAD1} = {1CC4A6F1-B1FC-48B3-8396-07E0710EEEB2}
{0C5C1CF7-7BF8-4707-8A23-1B354773D2BA} = {1CC4A6F1-B1FC-48B3-8396-07E0710EEEB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93329629-79CF-418D-92BF-0204C9465077}
EndGlobalSection
EndGlobal