Moved image format detection out of "analyze" verb.

This commit is contained in:
2014-06-16 02:07:23 +01:00
parent dfbf818cf4
commit ded61b9f99
3 changed files with 70 additions and 36 deletions

View File

@@ -84,6 +84,7 @@
<Compile Include="Commands\Checksum.cs" />
<Compile Include="Commands\Verify.cs" />
<Compile Include="Commands\Commands.cs" />
<Compile Include="ImagePlugins\DetectImageFormat.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>