Specifies output file format.
The /target compiler option can be specified in one of three forms:
- /target:exe
-
Creates a console .exe file.
- /target:library
-
Creates a (.dll) code library.
- /target:winexe
-
Creates a Windows program.