Remove Resource path

This commit is contained in:
Derek Bailey
2025-01-09 21:30:01 -08:00
parent 5c14ee7e8b
commit 9a40ab2495

View File

@@ -187,11 +187,11 @@
<ItemGroup>
<Content Include="..\monsterdata_test.mon">
<Link>Resources\monsterdata_test.mon</Link>
<Link>monsterdata_test.mon</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\monsterdata_test.json">
<Link>Resources\monsterdata_test.json</Link>
<Link>monsterdata_test.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>