Skip to content

forceusings

starkos edited this page Feb 20, 2013 · 5 revisions

The forceusings function applies one or more "forced using" files to the project; these includes behave as it they had been injected into the first line of each source file in the project.

{{{ #!lua forceusings { "files" } }}}

=== Applies To ===

Solutions, projects, and configurations.

=== Parameters ===

//files// specifies a list of files to be force included. Paths should be specified relative to the currently running script file.

=== Examples ===

{{{ #!lua forceusings { "stdafx.h" } }}}

Clone this wiki locally