diff options
Diffstat (limited to 'product/support/unit/unit.csproj')
| -rw-r--r-- | product/support/unit/unit.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/product/support/unit/unit.csproj b/product/support/unit/unit.csproj index c567ff4..bc2deb4 100644 --- a/product/support/unit/unit.csproj +++ b/product/support/unit/unit.csproj @@ -31,6 +31,7 @@ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Autofac, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" />
<Reference Include="Machine.Specifications">
<HintPath>..\..\..\thirdparty\mspec\Machine.Specifications.dll</HintPath>
</Reference>
@@ -48,6 +49,8 @@ </ItemGroup>
<ItemGroup>
<Compile Include="client\presenters\AddFamilyMemberPresenterSpecs.cs" />
+ <Compile Include="client\presenters\WpfCommandBuilderSpecs.cs" />
+ <Compile Include="Mocking.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\client\client.ui\client.csproj">
|
