Skip to main content

wpf

Enable Windows Presentation Foundation (WPF) support for .NET projects.

wpf ("value")

If no value is set for a configuration, the toolset's default option will be used.

Parameters

value specifies the desired wpf setting:

ValueDescription
DefaultUse the default behavior (WPF not enabled)
OnEnable WPF support
OffDisable WPF support

Applies To

.NET project configurations.

Availability

Premake 5.0.0-beta9 or later.

Examples

Enable WPF support:

wpf "On"