Varigence, Inc.

Expand Minimize
Mist User Guide
Switching Build Types for Biml Files

Switching the build type of a Biml file controls whether the file provides only metadata to the compilation process, or if it will produce compiled output. Files marked as Includes are used for metadata only. Files marked as Emittables will produce compiled output for the objects they contain.

The build type for a Biml file is part of the project settings. A file can be marked Emittable in one project, and as an Include in another.

You can switch a Biml file's Biml type by doing one of the following:

  • Right click on the file and choose Switch Biml Type from the context menu to change the type.
    Context Menu - Switch Biml Type
  • You can drag and drop a file from the Emittables section to the Includes section, or vice versa.
    Project View - Drag and Drop