Mercurial > repos > IBBoard.Tests
comparison IBBoard.Tests.csproj @ 4:a6b26fe532df
Re #24: Add "limit" objects that can be used for numeric limits
* Add initial tests
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 06 Oct 2009 18:53:07 +0000 |
parents | 83d1e27d792d |
children | abf657708a35 |
comparison
equal
deleted
inserted
replaced
3:8c45831988c3 | 4:a6b26fe532df |
---|---|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.50727</ProductVersion> | 6 <ProductVersion>8.0.50727</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid> | 8 <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid> |
9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
10 <AssemblyName>IBBoard.Tests2</AssemblyName> | 10 <RootNamespace>IBBoard</RootNamespace> |
11 </PropertyGroup> | 11 </PropertyGroup> |
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
13 <DebugSymbols>true</DebugSymbols> | 13 <DebugSymbols>true</DebugSymbols> |
14 <DebugType>full</DebugType> | 14 <DebugType>full</DebugType> |
15 <Optimize>false</Optimize> | 15 <Optimize>false</Optimize> |
16 <OutputPath>bin\Debug</OutputPath> | 16 <OutputPath>bin\Debug</OutputPath> |
17 <DefineConstants>DEBUG</DefineConstants> | 17 <DefineConstants>DEBUG</DefineConstants> |
18 <ErrorReport>prompt</ErrorReport> | 18 <ErrorReport>prompt</ErrorReport> |
19 <WarningLevel>4</WarningLevel> | 19 <WarningLevel>4</WarningLevel> |
20 <AssemblyName>IBBoard.Tests</AssemblyName> | |
20 </PropertyGroup> | 21 </PropertyGroup> |
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
22 <DebugType>none</DebugType> | 23 <DebugType>none</DebugType> |
23 <Optimize>false</Optimize> | 24 <Optimize>false</Optimize> |
24 <OutputPath>bin\Release</OutputPath> | 25 <OutputPath>bin\Release</OutputPath> |
25 <ErrorReport>prompt</ErrorReport> | 26 <ErrorReport>prompt</ErrorReport> |
26 <WarningLevel>4</WarningLevel> | 27 <WarningLevel>4</WarningLevel> |
28 <AssemblyName>IBBoard.Tests2</AssemblyName> | |
27 </PropertyGroup> | 29 </PropertyGroup> |
28 <ItemGroup> | 30 <ItemGroup> |
29 <Compile Include="CustomMath\IBBMathTests.cs" /> | 31 <Compile Include="CustomMath\IBBMathTests.cs" /> |
32 <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" /> | |
30 </ItemGroup> | 33 </ItemGroup> |
31 <ItemGroup> | 34 <ItemGroup> |
32 <Reference Include="System" /> | 35 <Reference Include="System" /> |
33 <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | 36 <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" /> | 37 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> |
35 </ItemGroup> | 38 </ItemGroup> |
36 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 39 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
37 <ItemGroup> | 40 <ItemGroup> |
38 <Folder Include="CustomMath\" /> | 41 <Folder Include="CustomMath\" /> |
42 <Folder Include="Limits\" /> | |
39 </ItemGroup> | 43 </ItemGroup> |
40 <ItemGroup> | 44 <ItemGroup> |
41 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | 45 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> |
42 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | 46 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> |
43 <Name>IBBoard</Name> | 47 <Name>IBBoard</Name> |
44 </ProjectReference> | 48 </ProjectReference> |
45 </ItemGroup> | 49 </ItemGroup> |
50 <ProjectExtensions> | |
51 <MonoDevelop> | |
52 <Properties> | |
53 <Policies> | |
54 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> | |
55 </Policies> | |
56 </Properties> | |
57 </MonoDevelop> | |
58 </ProjectExtensions> | |
46 </Project> | 59 </Project> |