Skip to content

Commit 9a40ab2

Browse files
committed
Remove Resource path
1 parent 5c14ee7 commit 9a40ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FlatBuffers.Test/FlatBuffers.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@
187187

188188
<ItemGroup>
189189
<Content Include="..\monsterdata_test.mon">
190-
<Link>Resources\monsterdata_test.mon</Link>
190+
<Link>monsterdata_test.mon</Link>
191191
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192192
</Content>
193193
<Content Include="..\monsterdata_test.json">
194-
<Link>Resources\monsterdata_test.json</Link>
194+
<Link>monsterdata_test.json</Link>
195195
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
196196
</Content>
197197
</ItemGroup>

0 commit comments

Comments
 (0)