Mercurial > repos > IBBoard
diff IBBoard.csproj @ 57:44bc5bd5c2f3
Re #24: Add limit objects
* Create base interface
* Create marker interface for percentage and numeric limits
* Make classes implement appropriate interfaces
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Oct 2009 15:42:05 +0000 |
parents | 12117b04ebc1 |
children | 8fe11cd7d3bf |
line wrap: on
line diff
--- a/IBBoard.csproj Sat Oct 24 15:33:00 2009 +0000 +++ b/IBBoard.csproj Sat Oct 24 15:42:05 2009 +0000 @@ -131,6 +131,9 @@ <Compile Include="Limits\AbstractLimit.cs" /> <Compile Include="Limits\AbsoluteNumericLimit.cs" /> <Compile Include="Limits\UnlimitedLimit.cs" /> + <Compile Include="Limits\ILimit.cs" /> + <Compile Include="Limits\IPercentageLimit.cs" /> + <Compile Include="Limits\INumericLimit.cs" /> </ItemGroup> <ItemGroup> <Content Include="libs\log4net.dll" />