Mercurial > silverbladetech
diff SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj @ 98:d0c2cac12376
Latest version
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 22:53:40 +0100 |
parents | 1adc1ae981ea |
children | 9b6855dc165e |
line wrap: on
line diff
--- a/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj Sat May 05 16:39:00 2012 +0100 +++ b/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj Sat May 05 22:53:40 2012 +0100 @@ -31,6 +31,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="FluentAssertions"> + <HintPath>..\Libs\FluentAssertions.dll</HintPath> + </Reference> <Reference Include="FluentValidation"> <HintPath>..\Libs\FluentValidation.dll</HintPath> </Reference> @@ -49,13 +52,6 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="TestSupport\PropertySupport.cs" /> - <Compile Include="TestSupport\CommandCanExecuteAssertHelper.cs" /> - <Compile Include="TestSupport\CommandCanExecuteChangedEventWatcher.cs" /> - <Compile Include="TestSupport\Disposable.cs" /> - <Compile Include="TestSupport\NotifyPropertyChangedAssertHelper.cs" /> - <Compile Include="TestSupport\NotifyPropertyChangedEventWatcher.cs" /> - <Compile Include="ViewModels\NotifyPropertyChangedTester.cs" /> <Compile Include="ViewModels\UserListViewModelTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ViewModels\UserViewModelTests.cs" /> @@ -67,6 +63,9 @@ <Name>SilverlightValidation.PL</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <None Include="packages.config" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.