Implement "decode" verb.

This commit is contained in:
2014-09-01 03:44:39 +01:00
parent f5d6da003e
commit aadd192a67
4 changed files with 116 additions and 0 deletions

View File

@@ -99,6 +99,7 @@
<Compile Include="Checksums\CDChecksums.cs" />
<Compile Include="Checksums\ReedSolomon.cs" />
<Compile Include="Commands\PrintHex.cs" />
<Compile Include="Commands\Decode.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>