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" /> - + + +