Reports to own library

This commit is contained in:
Matt Nadareski
2020-12-11 10:10:56 -08:00
parent 24d4be0571
commit 778c307e3e
10 changed files with 40 additions and 7 deletions

View File

@@ -19,6 +19,7 @@
<ProjectReference Include="..\SabreTools.Filtering\SabreTools.Filtering.csproj" />
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
<ProjectReference Include="..\SabreTools.Reports\SabreTools.Reports.csproj" />
<ProjectReference Include="..\SabreTools.Skippers\SabreTools.Skippers.csproj" />
</ItemGroup>

View File

@@ -6,9 +6,9 @@ using System.Net;
using SabreTools.Core;
using SabreTools.DatFiles;
using SabreTools.DatFiles.Reports;
using SabreTools.IO;
using SabreTools.Logging;
using SabreTools.Reports;
namespace SabreTools.DatTools
{

View File

@@ -5,9 +5,9 @@ using System.Threading.Tasks;
using SabreTools.Core;
using SabreTools.DatFiles;
using SabreTools.DatFiles.Reports;
using SabreTools.IO;
using SabreTools.Logging;
using SabreTools.Reports;
// This file represents all methods related to writing to a file
namespace SabreTools.DatTools