* README.md:
	* DiscImageChef.DiscImages/VDI.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for VirtualBox images, closes #40.

	* DiscImageChef.DiscImages/Parallels.cs:
	  Corrected debug typo.
This commit is contained in:
2016-08-27 04:44:36 +01:00
parent 7e7b1cad97
commit a767e834a7
6 changed files with 550 additions and 14 deletions

View File

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