DisableShadowCopy Property

MSBuild

Determines whether assemblies are copied to a shadow folder during testing.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property DisableShadowCopy As Boolean
C#
public bool DisableShadowCopy { get; set; }
C++
public property bool DisableShadowCopy sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_DisableShadowCopy();

/** property */
public void set_DisableShadowCopy(bool value);
JScript
public function get DisableShadowCopy() : bool

public function set DisableShadowCopy(value : bool);

Remarks

Shadow copying is enabled by default. If you want to test the assemblies "in place", you must set this property to True.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.