ResolveAssemblyReference.DoNotCopyLocalIfInGac 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.
[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