mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools.Helper.Dats, SabreTools.Helper.Skippers] Update references and namespaces
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Xml;
|
||||
using SabreTools.Helper.Data;
|
||||
using SabreTools.Helper.Tools;
|
||||
|
||||
namespace SabreTools.Helper
|
||||
namespace SabreTools.Helper.Skippers
|
||||
{
|
||||
public class Skipper
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using SabreTools.Helper.Data;
|
||||
|
||||
namespace SabreTools.Helper
|
||||
namespace SabreTools.Helper.Skippers
|
||||
{
|
||||
public class SkipperRule
|
||||
{
|
||||
|
||||
@@ -102,16 +102,16 @@
|
||||
<Compile Include="External\Zlib\ZlibCodec.cs" />
|
||||
<Compile Include="External\Zlib\ZlibConstants.cs" />
|
||||
<Compile Include="External\Zlib\ZlibStream.cs" />
|
||||
<Compile Include="Objects\Dat\Archive.cs" />
|
||||
<Compile Include="Objects\Dat\BiosSet.cs" />
|
||||
<Compile Include="Objects\Dat\DatFile.cs" />
|
||||
<Compile Include="Objects\Dat\DatItem.cs" />
|
||||
<Compile Include="Objects\Dat\DatItemKV.cs" />
|
||||
<Compile Include="Objects\Dat\Disk.cs" />
|
||||
<Compile Include="Objects\Dat\Machine.cs" />
|
||||
<Compile Include="Objects\Dat\Release.cs" />
|
||||
<Compile Include="Objects\Dat\Sample.cs" />
|
||||
<Compile Include="Objects\Dat\Rom.cs" />
|
||||
<Compile Include="Objects\Dats\Archive.cs" />
|
||||
<Compile Include="Objects\Dats\BiosSet.cs" />
|
||||
<Compile Include="Objects\Dats\DatFile.cs" />
|
||||
<Compile Include="Objects\Dats\DatItem.cs" />
|
||||
<Compile Include="Objects\Dats\DatItemKV.cs" />
|
||||
<Compile Include="Objects\Dats\Disk.cs" />
|
||||
<Compile Include="Objects\Dats\Machine.cs" />
|
||||
<Compile Include="Objects\Dats\Release.cs" />
|
||||
<Compile Include="Objects\Dats\Sample.cs" />
|
||||
<Compile Include="Objects\Dats\Rom.cs" />
|
||||
<Compile Include="External\SupportedFiles\ZipFileEntry.cs" />
|
||||
<Compile Include="External\SupportedFiles\ZipFile.cs" />
|
||||
<Compile Include="Objects\Skippers\Skipper.cs" />
|
||||
|
||||
@@ -8,6 +8,7 @@ using System.Xml;
|
||||
using System.Xml.Schema;
|
||||
using SabreTools.Helper.Data;
|
||||
using SabreTools.Helper.Dats;
|
||||
using SabreTools.Helper.Skippers;
|
||||
using Mono.Data.Sqlite;
|
||||
using NaturalSort;
|
||||
using OCRC;
|
||||
|
||||
Reference in New Issue
Block a user