* README.md:

* DiscImageChef.DiscImages/Parallels.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Adds support for Parallels Hard Disk Image (HDD) version 2.

	* DiscImageChef.DiscImages/QCOW2.cs:
	  Removed spurious debug line.
This commit is contained in:
2016-08-27 03:24:20 +01:00
parent 5d56ecc90e
commit 7e7b1cad97
5 changed files with 541 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
<Compile Include="QCOW.cs" />
<Compile Include="QED.cs" />
<Compile Include="QCOW2.cs" />
<Compile Include="Parallels.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>