mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
Make sure to only embed map, tileset and template files in tests binary
This commit is contained in:
parent
84b55fe005
commit
762e610904
1 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,12 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Test data -->
|
<!-- Test data -->
|
||||||
<EmbeddedResource Include="Serialization/TestData/**/*" />
|
<EmbeddedResource Include="Serialization/TestData/**/*.tmx" />
|
||||||
|
<EmbeddedResource Include="Serialization/TestData/**/*.tmj" />
|
||||||
|
<EmbeddedResource Include="Serialization/TestData/**/*.tsx" />
|
||||||
|
<EmbeddedResource Include="Serialization/TestData/**/*.tsj" />
|
||||||
|
<EmbeddedResource Include="Serialization/TestData/**/*.tx" />
|
||||||
|
<EmbeddedResource Include="Serialization/TestData/**/*.tj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue