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