AssignProjectConfiguration.DefaultToVcxPlatformMapping Property

Definition

String containing a semicolon-delimited list of mappings from the platform names used by most VS types to those used by .vcxprojs.

This API supports the product infrastructure and is not intended to be used directly from your code.

public string DefaultToVcxPlatformMapping { get; set; }

Property Value

Returns a semicolon-delimited list of mappings from the platform names used by most VS types to those used by .vcxprojs.

Remarks

E.g. "AnyCPU=Win32"

Applies to