UwpBuildDeployPreferences.MulticoreAppxBuildEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, the appx will be built with multicore support enabled in the MSBuild process.
public:
static property bool MulticoreAppxBuildEnabled { bool get(); void set(bool value); };
public static bool MulticoreAppxBuildEnabled { get; set; }
member this.MulticoreAppxBuildEnabled : bool with get, set
Public Shared Property MulticoreAppxBuildEnabled As Boolean