diff IBBoard.csproj @ 63:8fe11cd7d3bf

Re #25: Enum parsing * Extract enum parsing to separate class * Add more info to XmlTools exceptions and use new class
author IBBoard <dev@ibboard.co.uk>
date Mon, 30 Nov 2009 21:00:05 +0000
parents 44bc5bd5c2f3
children 70d6c2a5d99e
line wrap: on
line diff
--- a/IBBoard.csproj	Mon Nov 30 20:46:54 2009 +0000
+++ b/IBBoard.csproj	Mon Nov 30 21:00:05 2009 +0000
@@ -134,6 +134,7 @@
     <Compile Include="Limits\ILimit.cs" />
     <Compile Include="Limits\IPercentageLimit.cs" />
     <Compile Include="Limits\INumericLimit.cs" />
+    <Compile Include="EnumTools.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\log4net.dll" />