diff 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
line wrap: on
line diff
--- a/IBBoard.Tests.csproj	Tue Oct 06 18:37:31 2009 +0000
+++ b/IBBoard.Tests.csproj	Tue Oct 06 18:53:07 2009 +0000
@@ -7,7 +7,7 @@
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid>
     <OutputType>Library</OutputType>
-    <AssemblyName>IBBoard.Tests2</AssemblyName>
+    <RootNamespace>IBBoard</RootNamespace>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -17,6 +17,7 @@
     <DefineConstants>DEBUG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <AssemblyName>IBBoard.Tests</AssemblyName>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
@@ -24,9 +25,11 @@
     <OutputPath>bin\Release</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <AssemblyName>IBBoard.Tests2</AssemblyName>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CustomMath\IBBMathTests.cs" />
+    <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -36,6 +39,7 @@
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
     <Folder Include="CustomMath\" />
+    <Folder Include="Limits\" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\IBBoard\IBBoard.csproj">
@@ -43,4 +47,13 @@
       <Name>IBBoard</Name>
     </ProjectReference>
   </ItemGroup>
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties>
+        <Policies>
+          <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
+        </Policies>
+      </Properties>
+    </MonoDevelop>
+  </ProjectExtensions>
 </Project>
\ No newline at end of file