ResolveAssemblyReference.WarnOrErrorOnTargetArchitectureMismatch Property

Definition

If there is a mismatch between the targetprocessor architecture and the architecture of a primary reference.

When this is error, an error will be logged.

When this is warn, if there is a mismatch between the targetprocessor architecture and the architecture of a primary reference a warning will be logged.

When this is none, no error or warning will be logged.

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

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

Property Value

A string value of "Error", "Warning" or "None".

Applies to