GetCompatiblePlatform.PlatformLookupTable 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.
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