-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGherkinSpec.sln
94 lines (94 loc) · 6.14 KB
/
GherkinSpec.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.TestAdapter", "GherkinSpec.TestAdapter\GherkinSpec.TestAdapter.csproj", "{84DA2C3E-C51B-43BF-82D7-C54025718958}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.Model", "GherkinSpec.Model\GherkinSpec.Model.csproj", "{E16736FD-6057-45A5-A097-0817384F9F2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.Model.UnitTests", "GherkinSpec.Model.UnitTests\GherkinSpec.Model.UnitTests.csproj", "{B94927BC-7C17-48B7-B41A-F5B2E014B564}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.TestModel", "GherkinSpec.TestModel\GherkinSpec.TestModel.csproj", "{E91B84EC-22A2-4950-870A-47FD85976E42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.TestAdapter.UnitTests", "GherkinSpec.TestAdapter.UnitTests\GherkinSpec.TestAdapter.UnitTests.csproj", "{9B13EDC5-80AD-4C6B-8117-BF6E04177CE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB88CEF1-AA2C-44B1-9E92-98C4BF1C3FF0}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Changelog.md = Changelog.md
Licence.Cucumber.md = Licence.Cucumber.md
Licence.md = Licence.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{288CE073-188A-4BD8-BDE4-2AF272B760C0}"
ProjectSection(SolutionItems) = preProject
docs\Configuration.md = docs\Configuration.md
docs\Credits.md = docs\Credits.md
docs\DependencyInjection-DatabaseContexts.md = docs\DependencyInjection-DatabaseContexts.md
docs\DependencyInjection.md = docs\DependencyInjection.md
docs\EventuallyConsistentServices.md = docs\EventuallyConsistentServices.md
docs\Feature-Discovery.md = docs\Feature-Discovery.md
docs\Hooks.md = docs\Hooks.md
docs\Localisation.md = docs\Localisation.md
docs\Logging.md = docs\Logging.md
docs\MSTestProject.png = docs\MSTestProject.png
docs\Nuget-introduction.md = docs\Nuget-introduction.md
docs\Preview.png = docs\Preview.png
docs\Steps.md = docs\Steps.md
docs\CustomBindingAttributeTypes.md = docs\CustomBindingAttributeTypes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GherkinSpec.TestAdapter.UnitTests.ReferencedAssembly", "GherkinSpec.TestAdapter.UnitTests.ReferencedAssembly\GherkinSpec.TestAdapter.UnitTests.ReferencedAssembly.csproj", "{883B7EFB-6B78-4AB6-BF4F-D0273BA6F8EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GherkinSpec.TestAdapter.CustomBindingAttributesUnitTests", "GherkinSpec.TestAdapter.CustomBindingAttributesUnitTests\GherkinSpec.TestAdapter.CustomBindingAttributesUnitTests.csproj", "{1C184F26-D39D-4B23-AEFA-3A5ECCF28111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GherkinSpec.TestModel.UnitTests", "GherkinSpec.TestModel.UnitTests\GherkinSpec.TestModel.UnitTests.csproj", "{F04DAE0B-BAC3-4EAD-9950-363AD1E6D281}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84DA2C3E-C51B-43BF-82D7-C54025718958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84DA2C3E-C51B-43BF-82D7-C54025718958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84DA2C3E-C51B-43BF-82D7-C54025718958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84DA2C3E-C51B-43BF-82D7-C54025718958}.Release|Any CPU.Build.0 = Release|Any CPU
{E16736FD-6057-45A5-A097-0817384F9F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E16736FD-6057-45A5-A097-0817384F9F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E16736FD-6057-45A5-A097-0817384F9F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E16736FD-6057-45A5-A097-0817384F9F2D}.Release|Any CPU.Build.0 = Release|Any CPU
{B94927BC-7C17-48B7-B41A-F5B2E014B564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B94927BC-7C17-48B7-B41A-F5B2E014B564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B94927BC-7C17-48B7-B41A-F5B2E014B564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B94927BC-7C17-48B7-B41A-F5B2E014B564}.Release|Any CPU.Build.0 = Release|Any CPU
{E91B84EC-22A2-4950-870A-47FD85976E42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E91B84EC-22A2-4950-870A-47FD85976E42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E91B84EC-22A2-4950-870A-47FD85976E42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E91B84EC-22A2-4950-870A-47FD85976E42}.Release|Any CPU.Build.0 = Release|Any CPU
{9B13EDC5-80AD-4C6B-8117-BF6E04177CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B13EDC5-80AD-4C6B-8117-BF6E04177CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B13EDC5-80AD-4C6B-8117-BF6E04177CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B13EDC5-80AD-4C6B-8117-BF6E04177CE1}.Release|Any CPU.Build.0 = Release|Any CPU
{883B7EFB-6B78-4AB6-BF4F-D0273BA6F8EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883B7EFB-6B78-4AB6-BF4F-D0273BA6F8EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883B7EFB-6B78-4AB6-BF4F-D0273BA6F8EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883B7EFB-6B78-4AB6-BF4F-D0273BA6F8EB}.Release|Any CPU.Build.0 = Release|Any CPU
{1C184F26-D39D-4B23-AEFA-3A5ECCF28111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C184F26-D39D-4B23-AEFA-3A5ECCF28111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C184F26-D39D-4B23-AEFA-3A5ECCF28111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C184F26-D39D-4B23-AEFA-3A5ECCF28111}.Release|Any CPU.Build.0 = Release|Any CPU
{F04DAE0B-BAC3-4EAD-9950-363AD1E6D281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F04DAE0B-BAC3-4EAD-9950-363AD1E6D281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F04DAE0B-BAC3-4EAD-9950-363AD1E6D281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F04DAE0B-BAC3-4EAD-9950-363AD1E6D281}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2F29ACA-9D7D-40CF-8192-83F27CCB2A76}
EndGlobalSection
EndGlobal