* README.md:

* DiscImageChef.DiscImages/CopyQM.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for Sydex CopyQM disk image format.

	* DiscImageChef.CommonTypes/MediaType.cs:
	  Corrected typo.

	* DiscImageChef.DiscImages/DiskCopy42.cs:
	  Misplacement of XML media type setting.

	* DiscImageChef.Helpers/DateHandlers.cs:
	  Added DOS to C# date converter.
This commit is contained in:
2016-08-07 04:35:32 +01:00
parent 6992ba46f2
commit 7e8c4a23ed
10 changed files with 707 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
<Compile Include="CDRDAO.cs" />
<Compile Include="GDI.cs" />
<Compile Include="BLU.cs" />
<Compile Include="CopyQM.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>