comparison IBBoard.Tests.csproj @ 0:7bd668aeba3c

Re #19 - Add round to half\n * Commit tests for rounding
author IBBoard <dev@ibboard.co.uk>
date Sun, 17 May 2009 16:09:38 +0000
parents
children 83d1e27d792d
comparison
equal deleted inserted replaced
-1:000000000000 0:7bd668aeba3c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project 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.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>IBBoard.Tests2</AssemblyName>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22 <DebugType>none</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Release</OutputPath>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <ItemGroup>
29 <Compile Include="Lang\IBBMathTests.cs" />
30 </ItemGroup>
31 <ItemGroup>
32 <Reference Include="System" />
33 <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
34 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
35 </ItemGroup>
36 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
37 <ItemGroup>
38 <Folder Include="Lang\" />
39 </ItemGroup>
40 <ItemGroup>
41 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
42 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
43 <Name>IBBoard</Name>
44 </ProjectReference>
45 </ItemGroup>
46 </Project>