comparison IBBoard.NUnit.Tests.csproj @ 7:c6dc68face9e default tip

* Update to v2.6 of NUnit and new syntax/API changes
author IBBoard <dev@ibboard.co.uk>
date Sun, 28 Apr 2013 19:32:03 +0100
parents bc9fcae7b577
children
comparison
equal deleted inserted replaced
6:57fdd2eb986b 7:c6dc68face9e
10 <RootNamespace>IBBoard.NUnit.Tests</RootNamespace> 10 <RootNamespace>IBBoard.NUnit.Tests</RootNamespace>
11 <AssemblyName>IBBoard.NUnit.Tests</AssemblyName> 11 <AssemblyName>IBBoard.NUnit.Tests</AssemblyName>
12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13 </PropertyGroup> 13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols> 15 <DebugSymbols>True</DebugSymbols>
16 <DebugType>full</DebugType> 16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize> 17 <Optimize>False</Optimize>
18 <OutputPath>bin\Debug</OutputPath> 18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants> 19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport> 20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel> 21 <WarningLevel>4</WarningLevel>
22 <ConsolePause>false</ConsolePause> 22 <ConsolePause>False</ConsolePause>
23 </PropertyGroup> 23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>none</DebugType> 25 <DebugType>none</DebugType>
26 <Optimize>false</Optimize> 26 <Optimize>False</Optimize>
27 <OutputPath>bin\Release</OutputPath> 27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport> 28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel> 29 <WarningLevel>4</WarningLevel>
30 <ConsolePause>false</ConsolePause> 30 <ConsolePause>False</ConsolePause>
31 </PropertyGroup> 31 </PropertyGroup>
32 <ItemGroup> 32 <ItemGroup>
33 <Reference Include="System" /> 33 <Reference Include="System" />
34 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> 34 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
35 <SpecificVersion>False</SpecificVersion>
36 </Reference>
35 </ItemGroup> 37 </ItemGroup>
36 <ItemGroup> 38 <ItemGroup>
37 <Compile Include="AssemblyInfo.cs" /> 39 <Compile Include="AssemblyInfo.cs" />
38 <Compile Include="DoesTest.cs" /> 40 <Compile Include="DoesTest.cs" />
39 <Compile Include="Constraints\ArrayContainsConstraintTest.cs" /> 41 <Compile Include="Constraints\ArrayContainsConstraintTest.cs" />