mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Listxml] Rename file
This commit is contained in:
@@ -24,13 +24,13 @@ namespace SabreTools.Library.DatFiles
|
|||||||
/// Represents parsing and writing of a MAME XML DAT
|
/// Represents parsing and writing of a MAME XML DAT
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Verify that all read/write for this DatFile type is correct
|
/// TODO: Verify that all read/write for this DatFile type is correct
|
||||||
internal class MameListxml : DatFile
|
internal class Listxml : DatFile
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor designed for casting a base DatFile
|
/// Constructor designed for casting a base DatFile
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="datFile">Parent DatFile to copy from</param>
|
/// <param name="datFile">Parent DatFile to copy from</param>
|
||||||
public MameListxml(DatFile datFile)
|
public Listxml(DatFile datFile)
|
||||||
: base(datFile, cloneHeader: false)
|
: base(datFile, cloneHeader: false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
<Compile Include="DatFiles\Hashfile.cs" />
|
<Compile Include="DatFiles\Hashfile.cs" />
|
||||||
<Compile Include="DatFiles\Listrom.cs" />
|
<Compile Include="DatFiles\Listrom.cs" />
|
||||||
<Compile Include="DatFiles\Logiqx.cs" />
|
<Compile Include="DatFiles\Logiqx.cs" />
|
||||||
<Compile Include="DatFiles\MameListxml.cs" />
|
<Compile Include="DatFiles\Listxml.cs" />
|
||||||
<Compile Include="DatFiles\Missfile.cs" />
|
<Compile Include="DatFiles\Missfile.cs" />
|
||||||
<Compile Include="DatFiles\OfflineList.cs" />
|
<Compile Include="DatFiles\OfflineList.cs" />
|
||||||
<Compile Include="DatFiles\RomCenter.cs" />
|
<Compile Include="DatFiles\RomCenter.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user