|
30 | 30 | <WarningLevel>4</WarningLevel> |
31 | 31 | </PropertyGroup> |
32 | 32 | <ItemGroup> |
| 33 | + <Reference Include="ExpectedObjects, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL"> |
| 34 | + <HintPath>..\packages\ExpectedObjects.1.2.3\lib\net40\ExpectedObjects.dll</HintPath> |
| 35 | + <Private>True</Private> |
| 36 | + </Reference> |
33 | 37 | <Reference Include="LightBDD, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL"> |
34 | 38 | <HintPath>..\packages\LightBDD.Core.1.7.1.0\lib\net40\LightBDD.dll</HintPath> |
35 | 39 | <Private>True</Private> |
|
50 | 54 | <HintPath>..\packages\Machine.Specifications.Should.0.9.0\lib\net45\Machine.Specifications.Should.dll</HintPath> |
51 | 55 | <Private>True</Private> |
52 | 56 | </Reference> |
| 57 | + <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath> |
| 59 | + <Private>True</Private> |
| 60 | + </Reference> |
53 | 61 | <Reference Include="NSpec, Version=1.0.7.0, Culture=neutral, processorArchitecture=MSIL"> |
54 | 62 | <HintPath>..\packages\nspec.1.0.7\lib\NSpec.dll</HintPath> |
55 | 63 | <Private>True</Private> |
|
58 | 66 | <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
59 | 67 | <Private>True</Private> |
60 | 68 | </Reference> |
| 69 | + <Reference Include="Should, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\Should.1.1.20\lib\Should.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + </Reference> |
| 73 | + <Reference Include="SpecsFor, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\SpecsFor.5.0.0\lib\net40\SpecsFor.dll</HintPath> |
| 75 | + <Private>True</Private> |
| 76 | + </Reference> |
| 77 | + <Reference Include="StructureMap, Version=4.1.3.394, Culture=neutral, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\structuremap.4.1.3.394\lib\net40\StructureMap.dll</HintPath> |
| 79 | + <Private>True</Private> |
| 80 | + </Reference> |
| 81 | + <Reference Include="StructureMap.Net4, Version=4.1.3.394, Culture=neutral, processorArchitecture=MSIL"> |
| 82 | + <HintPath>..\packages\structuremap.4.1.3.394\lib\net40\StructureMap.Net4.dll</HintPath> |
| 83 | + <Private>True</Private> |
| 84 | + </Reference> |
61 | 85 | <Reference Include="System" /> |
62 | 86 | <Reference Include="System.Core" /> |
63 | 87 | <Reference Include="System.Xml.Linq" /> |
|
76 | 100 | <Compile Include="MSpec\StackSpecs.cs" /> |
77 | 101 | <Compile Include="NSpec\stack_specs.cs" /> |
78 | 102 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 103 | + <Compile Include="SpecsFor\StackSpecs.cs" /> |
79 | 104 | </ItemGroup> |
80 | 105 | <ItemGroup> |
81 | 106 | <None Include="app.config" /> |
|
0 commit comments