Added support for MESS BIOS xml datlist (mess -listxml)

This commit is contained in:
2015-03-30 23:04:20 +01:00
parent b368f33351
commit efaba1f3d9
3 changed files with 417 additions and 0 deletions

View File

@@ -97,6 +97,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DatMaker.cs" />
<Compile Include="DatReaders\DatMessBIOSReader.cs" />
<Compile Include="Report.cs" />
<Compile Include="SupportedFiles\CHD\CHD.cs" />
<Compile Include="DatReaders\DatDOSReader.cs" />