From ce5e5e780acc50083e6c96afeda0424300092bb8 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Fri, 1 Aug 2025 16:31:06 +0200 Subject: [PATCH] Shader compiler fixes --- WpfExtended/ShaderCompiler.target | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/WpfExtended/ShaderCompiler.target b/WpfExtended/ShaderCompiler.target index fc11a8d..047ff9a 100644 --- a/WpfExtended/ShaderCompiler.target +++ b/WpfExtended/ShaderCompiler.target @@ -2,16 +2,29 @@ $(ProjectDir) - $(SolutionDir)\tools\fxc.exe + + $(MSBuildProjectDirectory)\.. + $(SolutionDir) + $(SolutionRootDir)\tools\fxc.exe /O3 /T ps_3_0 /nologo /Fo - - + + + true + + + + + + + <_ShaderFiles Include="$(ShaderDir)**\*.fx" /> - + + +