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

project configurations.

Availability

Premake 5.0.0-beta8 or later for Visual Studio .NET projects.

Examples

Enable WPF support:

wpf "On"