1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-01 04:43:37 +02:00

use Content copy instead of msbuild copy for sandbox

This commit is contained in:
Ellpeck 2020-07-24 03:12:00 +02:00
parent 61e8b18403
commit e28c39501e
2 changed files with 4 additions and 9 deletions

View file

@ -56,6 +56,9 @@
/processorParam:TextureFormat=Color
/build:Textures/Furniture.png
#begin Textures/Test.png
/copy:Textures/Test.png
#begin Tiled/Map.tmx
/importer:TiledMapImporter
/processor:TiledMapProcessor

View file

@ -22,15 +22,7 @@
<ItemGroup>
<MonoGameContentReference Include="Content\Content.mgcb" />
<Content Include="Content\*\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Content\Textures\Furniture.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Content\Textures\Furniture.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\*\**" />
</ItemGroup>
</Project>