Skip to main content

enabledefaultcompileitems

Specifies if implicitly included C# and language extension files should be compiled. Defaults to Off.

enabledefaultcompileitems ("value")

Parameters

value is one of:

ValueDescription
OnEnable compilation of implicitly included C# and language extension files.
OffDisable compilation of implicitly included C# and language extension files.

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha16 or later for Visual Studio C# Projects.

Examples

enabledefaultcompileitems "Off"