comparison 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
comparison
equal deleted inserted replaced
46:298b2ff956bb 47:966ba575d4e6
126 <Compile Include="Lang\TranslationLoadException.cs" /> 126 <Compile Include="Lang\TranslationLoadException.cs" />
127 <Compile Include="Xml\XmlTools.cs" /> 127 <Compile Include="Xml\XmlTools.cs" />
128 <Compile Include="IO\BinaryReaderBigEndian.cs" /> 128 <Compile Include="IO\BinaryReaderBigEndian.cs" />
129 <Compile Include="Lang\IBBMath.cs" /> 129 <Compile Include="Lang\IBBMath.cs" />
130 <Compile Include="CustomMath\IBBMath.cs" /> 130 <Compile Include="CustomMath\IBBMath.cs" />
131 <Compile Include="Limits\NumericSizeConstrainedLimit.cs" />
131 </ItemGroup> 132 </ItemGroup>
132 <ItemGroup> 133 <ItemGroup>
133 <Content Include="libs\log4net.dll" /> 134 <Content Include="libs\log4net.dll" />
134 </ItemGroup> 135 </ItemGroup>
135 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 136 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
144 <None Include="COPYING.LGPL" /> 145 <None Include="COPYING.LGPL" />
145 <None Include="dtds\translation.xsd"> 146 <None Include="dtds\translation.xsd">
146 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 147 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
147 </None> 148 </None>
148 </ItemGroup> 149 </ItemGroup>
150 <ItemGroup>
151 <Folder Include="Limits\" />
152 </ItemGroup>
149 </Project> 153 </Project>