comparison 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
comparison
equal deleted inserted replaced
97:1adc1ae981ea 98:d0c2cac12376
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="FluentAssertions">
35 <HintPath>..\Libs\FluentAssertions.dll</HintPath>
36 </Reference>
34 <Reference Include="FluentValidation"> 37 <Reference Include="FluentValidation">
35 <HintPath>..\Libs\FluentValidation.dll</HintPath> 38 <HintPath>..\Libs\FluentValidation.dll</HintPath>
36 </Reference> 39 </Reference>
37 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> 40 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
38 <HintPath>..\Libs\nunit.framework.dll</HintPath> 41 <HintPath>..\Libs\nunit.framework.dll</HintPath>
47 <Reference Include="Microsoft.CSharp" /> 50 <Reference Include="Microsoft.CSharp" />
48 <Reference Include="System.Data" /> 51 <Reference Include="System.Data" />
49 <Reference Include="System.Xml" /> 52 <Reference Include="System.Xml" />
50 </ItemGroup> 53 </ItemGroup>
51 <ItemGroup> 54 <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" />
59 <Compile Include="ViewModels\UserListViewModelTests.cs" /> 55 <Compile Include="ViewModels\UserListViewModelTests.cs" />
60 <Compile Include="Properties\AssemblyInfo.cs" /> 56 <Compile Include="Properties\AssemblyInfo.cs" />
61 <Compile Include="ViewModels\UserViewModelTests.cs" /> 57 <Compile Include="ViewModels\UserViewModelTests.cs" />
62 <Compile Include="ViewModels\ViewModelBaseTests.cs" /> 58 <Compile Include="ViewModels\ViewModelBaseTests.cs" />
63 </ItemGroup> 59 </ItemGroup>
65 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj"> 61 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj">
66 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project> 62 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project>
67 <Name>SilverlightValidation.PL</Name> 63 <Name>SilverlightValidation.PL</Name>
68 </ProjectReference> 64 </ProjectReference>
69 </ItemGroup> 65 </ItemGroup>
66 <ItemGroup>
67 <None Include="packages.config" />
68 </ItemGroup>
70 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72 Other similar extension points exist, see Microsoft.Common.targets. 71 Other similar extension points exist, see Microsoft.Common.targets.
73 <Target Name="BeforeBuild"> 72 <Target Name="BeforeBuild">
74 </Target> 73 </Target>