-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpecFlow.PeekSteps.sln
43 lines (43 loc) · 2.62 KB
/
SpecFlow.PeekSteps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.PeekSteps.SpecFlowPlugin", "src\SpecFlow.PeekSteps.SpecFlowPlugin\SpecFlow.PeekSteps.SpecFlowPlugin.csproj", "{FE30FEFB-445E-444E-867C-BF544BBAA498}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E1DEEE1F-C449-4CAD-A6DF-5C9F8BFEC867}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{38712AC0-798B-4054-AD51-E7E93571DA1B}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "SpecFlow.PeekSteps.Nuget", "src\SpecFlow.PeekSteps.Nuget\SpecFlow.PeekSteps.Nuget.nuproj", "{98A3D077-8F0A-4F3C-A128-5FF17C1579ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.PeekSteps.IntegrationTests", "tests\SpecFlow.PeekSteps.IntegrationTests\SpecFlow.PeekSteps.IntegrationTests.csproj", "{755A658C-8D1E-467B-99F5-76B2D2509BEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE30FEFB-445E-444E-867C-BF544BBAA498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE30FEFB-445E-444E-867C-BF544BBAA498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE30FEFB-445E-444E-867C-BF544BBAA498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE30FEFB-445E-444E-867C-BF544BBAA498}.Release|Any CPU.Build.0 = Release|Any CPU
{98A3D077-8F0A-4F3C-A128-5FF17C1579ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98A3D077-8F0A-4F3C-A128-5FF17C1579ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98A3D077-8F0A-4F3C-A128-5FF17C1579ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98A3D077-8F0A-4F3C-A128-5FF17C1579ED}.Release|Any CPU.Build.0 = Release|Any CPU
{755A658C-8D1E-467B-99F5-76B2D2509BEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{755A658C-8D1E-467B-99F5-76B2D2509BEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{755A658C-8D1E-467B-99F5-76B2D2509BEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{755A658C-8D1E-467B-99F5-76B2D2509BEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FE30FEFB-445E-444E-867C-BF544BBAA498} = {E1DEEE1F-C449-4CAD-A6DF-5C9F8BFEC867}
{98A3D077-8F0A-4F3C-A128-5FF17C1579ED} = {E1DEEE1F-C449-4CAD-A6DF-5C9F8BFEC867}
{755A658C-8D1E-467B-99F5-76B2D2509BEC} = {38712AC0-798B-4054-AD51-E7E93571DA1B}
EndGlobalSection
EndGlobal