|
90 | 90 | <Reference Include="System.Data" /> |
91 | 91 | <Reference Include="System.Net.Http" /> |
92 | 92 | <Reference Include="System.Xml" /> |
| 93 | + <Reference Include="Xbehave.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e4957f48888f9fe8, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\packages\Xbehave.Core.2.1.0\lib\portable-net45\Xbehave.Core.dll</HintPath> |
| 95 | + <Private>True</Private> |
| 96 | + </Reference> |
| 97 | + <Reference Include="Xbehave.Execution.desktop, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e4957f48888f9fe8, processorArchitecture=MSIL"> |
| 98 | + <HintPath>..\packages\Xbehave.Core.2.1.0\lib\portable-net45\Xbehave.Execution.desktop.dll</HintPath> |
| 99 | + <Private>True</Private> |
| 100 | + </Reference> |
| 101 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
| 103 | + <Private>True</Private> |
| 104 | + </Reference> |
| 105 | + <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 106 | + <HintPath>..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
| 107 | + <Private>True</Private> |
| 108 | + </Reference> |
| 109 | + <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 110 | + <HintPath>..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
| 111 | + <Private>True</Private> |
| 112 | + </Reference> |
| 113 | + <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
| 115 | + <Private>True</Private> |
| 116 | + </Reference> |
93 | 117 | </ItemGroup> |
94 | 118 | <ItemGroup> |
95 | 119 | <Compile Include="DebuggerShim.cs" /> |
|
101 | 125 | <Compile Include="NSpec\stack_specs.cs" /> |
102 | 126 | <Compile Include="Properties\AssemblyInfo.cs" /> |
103 | 127 | <Compile Include="SpecsFor\StackSpecs.cs" /> |
| 128 | + <Compile Include="Xbehave\StackFeature.cs" /> |
104 | 129 | </ItemGroup> |
105 | 130 | <ItemGroup> |
106 | 131 | <None Include="app.config" /> |
|
0 commit comments