Move NaturalSort to separate library

This commit is contained in:
Matt Nadareski
2023-08-14 21:02:15 -04:00
parent 242150d54c
commit 6adbe601a2
11 changed files with 23 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NaturalSort\NaturalSort.csproj" />
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />