GetCompatiblePlatform.PlatformLookupTable Property

Definition

Optional parameter that defines mappings from current project platforms to what the ProjectReference should build as. Win32=x86, for example.

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

Property Value

Applies to