Skip to content

Commit 61a5eae

Browse files
committed
fix xunit sample
1 parent 96b8dcd commit 61a5eae

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

Samples/BowlingKata - XUnit/Bowling.Specflow/App.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@
1717
<trace traceSuccessfulSteps="true"
1818
traceTimings="false"
1919
minTracedDuration="0:0:0.1" />
20-
21-
<generator allowDebugGeneratedFiles="false" />
2220
</specFlow>
2321
</configuration>

Samples/BowlingKata - XUnit/Bowling.Specflow/Bowling.Specflow.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
</ItemGroup>
5656
<ItemGroup>
5757
<Compile Include="BowlingSteps.cs" />
58-
<None Include="Class1.cs" />
5958
<Compile Include="Properties\AssemblyInfo.cs" />
6059
<Compile Include="ScoreCalculationAlternativesFeature.feature.cs">
6160
<AutoGen>True</AutoGen>
@@ -67,12 +66,6 @@
6766
<DesignTime>True</DesignTime>
6867
<DependentUpon>ScoreCalculationFeature.feature</DependentUpon>
6968
</Compile>
70-
<Compile Include="SpecFlowFeature1.feature.cs">
71-
<AutoGen>True</AutoGen>
72-
<DesignTime>True</DesignTime>
73-
<DependentUpon>SpecFlowFeature1.feature</DependentUpon>
74-
</Compile>
75-
<Compile Include="StepDefinition1.cs" />
7669
</ItemGroup>
7770
<ItemGroup>
7871
<None Include="App.config" />
@@ -84,10 +77,6 @@
8477
<Generator>SpecFlowSingleFileGenerator</Generator>
8578
<LastGenOutput>ScoreCalculationFeature.feature.cs</LastGenOutput>
8679
</None>
87-
<None Include="SpecFlowFeature1.feature">
88-
<Generator>SpecFlowSingleFileGenerator</Generator>
89-
<LastGenOutput>SpecFlowFeature1.feature.cs</LastGenOutput>
90-
</None>
9180
</ItemGroup>
9281
<ItemGroup>
9382
<ProjectReference Include="..\Bowling\Bowling.csproj">

Samples/BowlingKata - XUnit/Bowling.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bowling", "Bowling\Bowling.
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bowling.Specflow", "Bowling.Specflow\Bowling.Specflow.csproj", "{D1FC8B4C-8553-4B50-BFC3-1BA12CDABBAC}"
77
EndProject
8-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.vbproj", "{E2352F77-9222-444B-8B15-470E73D3D990}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -21,10 +19,6 @@ Global
2119
{D1FC8B4C-8553-4B50-BFC3-1BA12CDABBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
2220
{D1FC8B4C-8553-4B50-BFC3-1BA12CDABBAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
2321
{D1FC8B4C-8553-4B50-BFC3-1BA12CDABBAC}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{E2352F77-9222-444B-8B15-470E73D3D990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{E2352F77-9222-444B-8B15-470E73D3D990}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{E2352F77-9222-444B-8B15-470E73D3D990}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{E2352F77-9222-444B-8B15-470E73D3D990}.Release|Any CPU.Build.0 = Release|Any CPU
2822
EndGlobalSection
2923
GlobalSection(SolutionProperties) = preSolution
3024
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)