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:
 property System::String ^ DefaultToVcxPlatformMapping { System::String ^ get(); void set(System::String ^ value); };
public string DefaultToVcxPlatformMapping { get; set; }
member this.DefaultToVcxPlatformMapping : string with get, set
Public Property DefaultToVcxPlatformMapping As String

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