Implement "entropy" command.

This commit is contained in:
2015-05-19 06:04:21 +01:00
parent eb33aad7ef
commit 4fc2e234b0
5 changed files with 217 additions and 0 deletions

View File

@@ -114,6 +114,7 @@
<Compile Include="Plugins\AmigaDOS.cs" />
<Compile Include="PartPlugins\Atari.cs" />
<Compile Include="ImagePlugins\VHD.cs" />
<Compile Include="Commands\Entropy.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>