From e28c39501e944b91d53ae25c69ed47836957ac5a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 24 Jul 2020 03:12:00 +0200 Subject: [PATCH] use Content copy instead of msbuild copy for sandbox --- Sandbox/Content/Content.mgcb | 3 +++ Sandbox/Sandbox.csproj | 10 +--------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Sandbox/Content/Content.mgcb b/Sandbox/Content/Content.mgcb index e4b5d48..45d0b90 100644 --- a/Sandbox/Content/Content.mgcb +++ b/Sandbox/Content/Content.mgcb @@ -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 diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index 5ef7fce..db72943 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -22,15 +22,7 @@ - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - +