diff IBBoard.csproj @ 47:966ba575d4e6

Re #24: Add "limit" objects that can be used for numeric limits * Add initial "Numeric" limit that won't go beyond the size it is given
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Oct 2009 18:49:04 +0000
parents 298b2ff956bb
children f3bb5b77a7e4
line wrap: on
line diff
--- a/IBBoard.csproj	Tue Oct 06 18:31:14 2009 +0000
+++ b/IBBoard.csproj	Tue Oct 06 18:49:04 2009 +0000
@@ -128,6 +128,7 @@
     <Compile Include="IO\BinaryReaderBigEndian.cs" />
     <Compile Include="Lang\IBBMath.cs" />
     <Compile Include="CustomMath\IBBMath.cs" />
+    <Compile Include="Limits\NumericSizeConstrainedLimit.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\log4net.dll" />
@@ -146,4 +147,7 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Limits\" />
+  </ItemGroup>
 </Project>
\ No newline at end of file