partial ConnectedComponents labeler; fixes bugs in Evaluator

This commit is contained in:
Chris Forbes
2010-03-15 19:14:55 +13:00
parent f18028e309
commit 024f10cfbd
3 changed files with 42 additions and 5 deletions

View File

@@ -54,6 +54,7 @@
<Compile Include="BlowfishKeyProvider.cs" />
<Compile Include="Cache.cs" />
<Compile Include="Collections\Set.cs" />
<Compile Include="ConnectedComponents.cs" />
<Compile Include="DisposableAction.cs" />
<Compile Include="Dune2ShpReader.cs" />
<Compile Include="Evaluator.cs" />