mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* TODO:
* README.md: * DiscImageChef.DiscImages/QCOW2.cs: * DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj: Add support for QCOW2 images, closes #44. * DiscImageChef.DiscImages/QED.cs: * DiscImageChef.DiscImages/QCOW.cs: Code cleanup and format. * DiscImageChef/DetectImageFormat.cs: Use UNIX line endings.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<Compile Include="CPCDSK.cs" />
|
||||
<Compile Include="QCOW.cs" />
|
||||
<Compile Include="QED.cs" />
|
||||
<Compile Include="QCOW2.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user