|
33 | 33 | <WarningLevel>4</WarningLevel> |
34 | 34 | </PropertyGroup> |
35 | 35 | <ItemGroup> |
| 36 | + <Reference Include="Gherkin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=86496cfa5b4a5851, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\SpecFlow.xUnitAdapter.1.0.0-pre20170413\lib\net45\Gherkin.dll</HintPath> |
| 38 | + <Private>True</Private> |
| 39 | + </Reference> |
| 40 | + <Reference Include="SpecFlow.xUnitAdapter.SpecFlowPlugin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\SpecFlow.xUnitAdapter.1.0.0-pre20170413\lib\net45\SpecFlow.xUnitAdapter.SpecFlowPlugin.dll</HintPath> |
| 42 | + <Private>True</Private> |
| 43 | + </Reference> |
36 | 44 | <Reference Include="System" /> |
37 | 45 | <Reference Include="System.Core" /> |
38 | 46 | <Reference Include="System.Xml.Linq" /> |
|
45 | 53 | <HintPath>..\packages\SpecFlow.2.1.0\lib\net45\TechTalk.SpecFlow.dll</HintPath> |
46 | 54 | <Private>True</Private> |
47 | 55 | </Reference> |
| 56 | + <Reference Include="TechTalk.SpecFlow.Parser, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\SpecFlow.xUnitAdapter.1.0.0-pre20170413\lib\net45\TechTalk.SpecFlow.Parser.dll</HintPath> |
| 58 | + <Private>True</Private> |
| 59 | + </Reference> |
48 | 60 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
49 | 61 | <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
50 | 62 | <Private>True</Private> |
|
63 | 75 | </Reference> |
64 | 76 | </ItemGroup> |
65 | 77 | <ItemGroup> |
66 | | - <Compile Include="Features\Addition.feature.cs"> |
67 | | - <AutoGen>True</AutoGen> |
68 | | - <DesignTime>True</DesignTime> |
69 | | - <DependentUpon>Addition.feature</DependentUpon> |
70 | | - </Compile> |
71 | | - <Compile Include="Features\ComplexAddition.feature.cs"> |
72 | | - <AutoGen>True</AutoGen> |
73 | | - <DesignTime>True</DesignTime> |
74 | | - <DependentUpon>ComplexAddition.feature</DependentUpon> |
75 | | - </Compile> |
76 | 78 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 79 | + <Compile Include="SpecFlow.xUnitAdapter.Config.cs" /> |
77 | 80 | <Compile Include="StepDefinitions\Calculator.cs" /> |
78 | 81 | <Compile Include="StepDefinitions\CalculatorSteps.cs" /> |
79 | 82 | </ItemGroup> |
80 | 83 | <ItemGroup> |
81 | 84 | <None Include="App.config" /> |
82 | 85 | <None Include="Features\Addition.feature"> |
83 | | - <Generator>SpecFlowSingleFileGenerator</Generator> |
84 | | - <LastGenOutput>Addition.feature.cs</LastGenOutput> |
| 86 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
85 | 87 | </None> |
86 | 88 | <None Include="Features\ComplexAddition.feature"> |
87 | | - <Generator>SpecFlowSingleFileGenerator</Generator> |
88 | | - <LastGenOutput>ComplexAddition.feature.cs</LastGenOutput> |
| 89 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
89 | 90 | </None> |
90 | 91 | <None Include="packages.config" /> |
91 | 92 | </ItemGroup> |
|
0 commit comments