Add GetInfo tests

This commit is contained in:
Matt Nadareski
2025-01-06 10:51:50 -05:00
parent 593121c03a
commit 05616db0f4
4 changed files with 143 additions and 2 deletions

View File

@@ -7,6 +7,16 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="TestData\*" />
</ItemGroup>
<ItemGroup>
<Content Include="TestData\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.FileTypes\SabreTools.FileTypes.csproj" />
</ItemGroup>