mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
use Content copy instead of msbuild copy for sandbox
This commit is contained in:
parent
61e8b18403
commit
e28c39501e
2 changed files with 4 additions and 9 deletions
|
@ -56,6 +56,9 @@
|
||||||
/processorParam:TextureFormat=Color
|
/processorParam:TextureFormat=Color
|
||||||
/build:Textures/Furniture.png
|
/build:Textures/Furniture.png
|
||||||
|
|
||||||
|
#begin Textures/Test.png
|
||||||
|
/copy:Textures/Test.png
|
||||||
|
|
||||||
#begin Tiled/Map.tmx
|
#begin Tiled/Map.tmx
|
||||||
/importer:TiledMapImporter
|
/importer:TiledMapImporter
|
||||||
/processor:TiledMapProcessor
|
/processor:TiledMapProcessor
|
||||||
|
|
|
@ -22,15 +22,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MonoGameContentReference Include="Content\Content.mgcb" />
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
||||||
<Content Include="Content\*\**">
|
<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>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue