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.
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.
-
You can drag and drop a file from the Emittables section to the Includes section, or vice versa.


