Mercurial > silverbladetech
comparison SilverlightValidation/SilverlightValidation.Tests.NUnit/SilverlightValidation.Tests.csproj @ 107:572886951353
Working tests under StatLight
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 06 May 2012 16:09:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
106:62477c2e8837 | 107:572886951353 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>SilverlightValidation.Tests</RootNamespace> | |
12 <AssemblyName>SilverlightValidation.Tests</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
17 <DebugSymbols>true</DebugSymbols> | |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
20 <OutputPath>bin\Debug\</OutputPath> | |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 </PropertyGroup> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <ItemGroup> | |
34 <Reference Include="FakeItEasy"> | |
35 <HintPath>..\Libs\FakeItEasy.dll</HintPath> | |
36 </Reference> | |
37 <Reference Include="FluentAssertions"> | |
38 <HintPath>..\Libs\FluentAssertions.dll</HintPath> | |
39 </Reference> | |
40 <Reference Include="FluentValidation"> | |
41 <HintPath>..\Libs\FluentValidation.dll</HintPath> | |
42 </Reference> | |
43 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | |
44 <HintPath>..\Libs\nunit.framework.dll</HintPath> | |
45 </Reference> | |
46 <Reference Include="System" /> | |
47 <Reference Include="System.Core" /> | |
48 <Reference Include="System.Windows"> | |
49 <HintPath>..\Libs\System.Windows.dll</HintPath> | |
50 </Reference> | |
51 <Reference Include="System.Xml.Linq" /> | |
52 <Reference Include="System.Data.DataSetExtensions" /> | |
53 <Reference Include="Microsoft.CSharp" /> | |
54 <Reference Include="System.Data" /> | |
55 <Reference Include="System.Xml" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <Compile Include="Fakes\UserModelValidatorFake.cs" /> | |
59 <Compile Include="ViewModels\UserListViewModelFixture.cs" /> | |
60 <Compile Include="Properties\AssemblyInfo.cs" /> | |
61 <Compile Include="ViewModels\UserViewModelFixture.cs" /> | |
62 <Compile Include="ViewModels\ViewModelBaseFixture.cs" /> | |
63 </ItemGroup> | |
64 <ItemGroup> | |
65 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj"> | |
66 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project> | |
67 <Name>SilverlightValidation.PL</Name> | |
68 </ProjectReference> | |
69 </ItemGroup> | |
70 <ItemGroup> | |
71 <None Include="packages.config" /> | |
72 </ItemGroup> | |
73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
75 Other similar extension points exist, see Microsoft.Common.targets. | |
76 <Target Name="BeforeBuild"> | |
77 </Target> | |
78 <Target Name="AfterBuild"> | |
79 </Target> | |
80 --> | |
81 </Project> |