AssignProjectConfiguration.VcxToDefaultPlatformMapping 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.
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"