Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 8e75355

Browse files
committed
Renamespacing
1 parent fb6805e commit 8e75355

File tree

9 files changed

+364
-363
lines changed

9 files changed

+364
-363
lines changed

src/SpecFlow.Dnx/Fixer.cs

Lines changed: 0 additions & 269 deletions
This file was deleted.

src/SpecFlow.Dnx/Program.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/SpecFlow.Dnx/project.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-specflow", "SpecFlow.Dnx\dotnet-specflow.xproj", "{0C18D831-66FA-49C4-98EE-ED0D5102487A}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SpecFlow.NetCore", "SpecFlow.NetCore\SpecFlow.NetCore.xproj", "{0C18D831-66FA-49C4-98EE-ED0D5102487A}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0C18D831-66FA-49C4-98EE-ED0D5102487A}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)