From a63ff0184bec7f065b7f26f55fdbe8ca33782a4a Mon Sep 17 00:00:00 2001 From: foxnne Date: Sat, 21 Sep 2019 17:01:18 -0500 Subject: [PATCH] Remove mgcb and shift default texture to new path --- project_name/CompiledContent/Content.mgcb | 29 ------------------ .../Textures}/nez-logo-black.png | Bin 2 files changed, 29 deletions(-) delete mode 100644 project_name/CompiledContent/Content.mgcb rename project_name/{CompiledContent => Content/Textures}/nez-logo-black.png (100%) diff --git a/project_name/CompiledContent/Content.mgcb b/project_name/CompiledContent/Content.mgcb deleted file mode 100644 index 45c48e4..0000000 --- a/project_name/CompiledContent/Content.mgcb +++ /dev/null @@ -1,29 +0,0 @@ - -#----------------------------- Global Properties ----------------------------# - -/outputDir:bin/$(Platform) -/intermediateDir:obj/$(Platform) -/platform:DesktopGL -/config: -/profile:HiDef -/compress:False - -#-------------------------------- References --------------------------------# - -/reference:../../Nez/Nez.PipelineImporter/bin/Debug/Newtonsoft.Json.dll -/reference:../../Nez/Nez.PipelineImporter/bin/Debug/Nez.PipelineImporter.dll -/reference:../../Nez/Nez.PipelineImporter/bin/Debug/Nez.dll - -#---------------------------------- Content ---------------------------------# - -#begin nez-logo-black.png -/importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False -/processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False -/processorParam:TextureFormat=Color -/build:nez-logo-black.png \ No newline at end of file diff --git a/project_name/CompiledContent/nez-logo-black.png b/project_name/Content/Textures/nez-logo-black.png similarity index 100% rename from project_name/CompiledContent/nez-logo-black.png rename to project_name/Content/Textures/nez-logo-black.png