AssignProjectConfiguration.VcxToDefaultPlatformMapping Property

Definition

String containing a semicolon-delimited list of mappings from .vcxproj platform names to the platform names use by most other VS project types.

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

public:
 property System::String ^ VcxToDefaultPlatformMapping { System::String ^ get(); void set(System::String ^ value); };
public string VcxToDefaultPlatformMapping { get; set; }
member this.VcxToDefaultPlatformMapping : string with get, set
Public Property VcxToDefaultPlatformMapping As String

Property Value

Returns the semicolon-delimited list of mappings.

Remarks

E.g. "Win32=AnyCPU"

Applies to