HLSL Property Pages: Advanced
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at HLSL Property Pages: Advanced.
To configure the following properties of the HLSL compiler (fxc.exe), use its Advanced property page. For information about how to access the Advanced property page in the HLSL folder, see How to: Specify Project Properties with Property Pages.
UIElement List
Suppress Startup Banner
Yes (/nologo) to suppress the display of the startup banner and information message; otherwise, No. By default, the value is Yes (/nologo).
Treat Warnings As Errors
Yes (/WX) to treat all compiler warnings as errors; otherwise, No.
See Also
HLSL Property Pages
HLSL Property Pages: General
HLSL Property Pages: Output Files