|
30 | 30 | <WarningLevel>4</WarningLevel>
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <ItemGroup>
|
| 33 | + <Reference Include="LightBDD, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 34 | + <HintPath>..\packages\LightBDD.Core.1.7.1.0\lib\net40\LightBDD.dll</HintPath> |
| 35 | + <Private>True</Private> |
| 36 | + </Reference> |
| 37 | + <Reference Include="LightBDD.NUnit, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\LightBDD.NUnit.1.7.1.0\lib\net40\LightBDD.NUnit.dll</HintPath> |
| 39 | + <Private>True</Private> |
| 40 | + </Reference> |
| 41 | + <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
| 43 | + <Private>True</Private> |
| 44 | + </Reference> |
33 | 45 | <Reference Include="System" />
|
34 | 46 | <Reference Include="System.Core" />
|
35 | 47 | <Reference Include="System.Xml.Linq" />
|
|
40 | 52 | <Reference Include="System.Xml" />
|
41 | 53 | </ItemGroup>
|
42 | 54 | <ItemGroup>
|
| 55 | + <Compile Include="LightBDD\Stack_feature.cs" /> |
| 56 | + <Compile Include="LightBDD\Stack_feature.Steps.cs"> |
| 57 | + <DependentUpon>Stack_feature.cs</DependentUpon> |
| 58 | + </Compile> |
43 | 59 | <Compile Include="Properties\AssemblyInfo.cs" />
|
44 | 60 | </ItemGroup>
|
| 61 | + <ItemGroup> |
| 62 | + <None Include="packages.config" /> |
| 63 | + </ItemGroup> |
45 | 64 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
46 | 65 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
47 | 66 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments