Mercurial > repos > IBBoard.NUnit.Tests
annotate IBBoard.NUnit.Tests.csproj @ 6:57fdd2eb986b
* Add standardised .hgignore for C# projects
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Sep 2011 11:59:07 +0100 |
parents | bc9fcae7b577 |
children | c6dc68face9e |
rev | line source |
---|---|
1 | 1 <?xml version="1.0" encoding="utf-8"?> |
5
bc9fcae7b577
* Update to VS.Net 2010 compatibility
IBBoard <dev@ibboard.co.uk>
parents:
4
diff
changeset
|
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
1 | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.50727</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{2025A316-8377-4454-807C-3C4ED02DF4D5}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <RootNamespace>IBBoard.NUnit.Tests</RootNamespace> | |
11 <AssemblyName>IBBoard.NUnit.Tests</AssemblyName> | |
3
1a4f10193bf5
* Fix tooling version - we're 2.0 compatible, not 3.5
IBBoard <dev@ibboard.co.uk>
parents:
1
diff
changeset
|
12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
1 | 13 </PropertyGroup> |
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
15 <DebugSymbols>true</DebugSymbols> | |
16 <DebugType>full</DebugType> | |
17 <Optimize>false</Optimize> | |
18 <OutputPath>bin\Debug</OutputPath> | |
19 <DefineConstants>DEBUG</DefineConstants> | |
20 <ErrorReport>prompt</ErrorReport> | |
21 <WarningLevel>4</WarningLevel> | |
22 <ConsolePause>false</ConsolePause> | |
23 </PropertyGroup> | |
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
25 <DebugType>none</DebugType> | |
26 <Optimize>false</Optimize> | |
27 <OutputPath>bin\Release</OutputPath> | |
28 <ErrorReport>prompt</ErrorReport> | |
29 <WarningLevel>4</WarningLevel> | |
30 <ConsolePause>false</ConsolePause> | |
31 </PropertyGroup> | |
32 <ItemGroup> | |
33 <Reference Include="System" /> | |
34 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | |
35 </ItemGroup> | |
36 <ItemGroup> | |
37 <Compile Include="AssemblyInfo.cs" /> | |
38 <Compile Include="DoesTest.cs" /> | |
39 <Compile Include="Constraints\ArrayContainsConstraintTest.cs" /> | |
4
efb6eef4a6ce
* Add unit tests for abstract equality test (currently fail to run because of bug 677228)
IBBoard <dev@ibboard.co.uk>
parents:
3
diff
changeset
|
40 <Compile Include="AbstractEqualityTestTest.cs" /> |
1 | 41 </ItemGroup> |
42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
43 <ItemGroup> | |
44 <ProjectReference Include="..\IBBoard.NUnit\IBBoard.NUnit.csproj"> | |
45 <Project>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</Project> | |
46 <Name>IBBoard.NUnit</Name> | |
47 </ProjectReference> | |
48 </ItemGroup> | |
49 <ItemGroup> | |
50 <Folder Include="Constraints\" /> | |
51 </ItemGroup> | |
52 </Project> |