ResolveAssemblyReference.WarnOrErrorOnTargetArchitectureMismatch 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.
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".