Add DatFile constructor tests

This commit is contained in:
Matt Nadareski
2025-01-09 08:30:35 -05:00
parent 626e703b43
commit 0a030472d4
2 changed files with 46 additions and 1 deletions

View File

@@ -22,6 +22,10 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="SabreTools.DatFiles.Test" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />