Added assets and test to test file reading from embedded sources.

This commit is contained in:
2020-02-22 00:05:11 -05:00
parent 13108bd089
commit a58d3cb131
4 changed files with 47 additions and 0 deletions

View File

@@ -15,5 +15,11 @@
<ItemGroup>
<ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets/*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>