ResolveAssemblyReference.DoNotCopyLocalIfInGac Property

Definition

[default=false] Enables legacy mode for CopyLocal determination. If true, referenced assemblies will not be copied locally if they are found in the GAC. If false, assemblies will be copied locally unless they were found only in the GAC.

public:
 property bool DoNotCopyLocalIfInGac { bool get(); void set(bool value); };
public bool DoNotCopyLocalIfInGac { get; set; }
member this.DoNotCopyLocalIfInGac : bool with get, set
Public Property DoNotCopyLocalIfInGac As Boolean

Property Value

Applies to