comparison SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj @ 97:1adc1ae981ea

Tests added to SilverlightValidation.Tests
author stevenhollidge <stevenhollidge@hotmail.com>
date Sat, 05 May 2012 16:39:00 +0100
parents 188f8b366e87
children d0c2cac12376
comparison
equal deleted inserted replaced
96:188f8b366e87 97:1adc1ae981ea
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="FluentValidation">
35 <HintPath>..\Libs\FluentValidation.dll</HintPath>
36 </Reference>
34 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> 37 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35 <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath> 38 <HintPath>..\Libs\nunit.framework.dll</HintPath>
36 </Reference> 39 </Reference>
37 <Reference Include="System" /> 40 <Reference Include="System" />
38 <Reference Include="System.Core" /> 41 <Reference Include="System.Core" />
42 <Reference Include="System.Windows">
43 <HintPath>..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v5.0\System.Windows.dll</HintPath>
44 </Reference>
39 <Reference Include="System.Xml.Linq" /> 45 <Reference Include="System.Xml.Linq" />
40 <Reference Include="System.Data.DataSetExtensions" /> 46 <Reference Include="System.Data.DataSetExtensions" />
41 <Reference Include="Microsoft.CSharp" /> 47 <Reference Include="Microsoft.CSharp" />
42 <Reference Include="System.Data" /> 48 <Reference Include="System.Data" />
43 <Reference Include="System.Xml" /> 49 <Reference Include="System.Xml" />
44 </ItemGroup> 50 </ItemGroup>
45 <ItemGroup> 51 <ItemGroup>
52 <Compile Include="TestSupport\PropertySupport.cs" />
53 <Compile Include="TestSupport\CommandCanExecuteAssertHelper.cs" />
54 <Compile Include="TestSupport\CommandCanExecuteChangedEventWatcher.cs" />
55 <Compile Include="TestSupport\Disposable.cs" />
56 <Compile Include="TestSupport\NotifyPropertyChangedAssertHelper.cs" />
57 <Compile Include="TestSupport\NotifyPropertyChangedEventWatcher.cs" />
58 <Compile Include="ViewModels\NotifyPropertyChangedTester.cs" />
46 <Compile Include="ViewModels\UserListViewModelTests.cs" /> 59 <Compile Include="ViewModels\UserListViewModelTests.cs" />
47 <Compile Include="Properties\AssemblyInfo.cs" /> 60 <Compile Include="Properties\AssemblyInfo.cs" />
48 <Compile Include="ViewModels\UserViewModelTests.cs" /> 61 <Compile Include="ViewModels\UserViewModelTests.cs" />
62 <Compile Include="ViewModels\ViewModelBaseTests.cs" />
49 </ItemGroup> 63 </ItemGroup>
50 <ItemGroup> 64 <ItemGroup>
51 <None Include="packages.config" /> 65 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj">
66 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project>
67 <Name>SilverlightValidation.PL</Name>
68 </ProjectReference>
52 </ItemGroup> 69 </ItemGroup>
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 70 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55 Other similar extension points exist, see Microsoft.Common.targets. 72 Other similar extension points exist, see Microsoft.Common.targets.
56 <Target Name="BeforeBuild"> 73 <Target Name="BeforeBuild">