NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/Zs (Syntax Check Only)

/Zs

This option tells the compiler to check only the syntax of the source files on the command line. No output files are created. Error messages are written to standard output. The /Zs option provides a quick way to find and correct syntax errors before you compile and link a source file.

See Also

Compiler Options | Setting Compiler Options