VssClean Class

MSBuild

Task that can strip the source control information from a Visual Studio Solution and subprojects.


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

Syntax

Visual Basic (Declaration)
Public Class VssClean
    Inherits Task
C#
public class VssClean : Task
C++
ref class VssClean : Task
J#
public class VssClean extends Task
JScript
public class VssClean extends Task

Remarks

This task is useful if you keep an archive of the source tree at each build milestone, because it's irritating to have to remove source control binding manually once you've copied a version of the code from your archive.

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
      MSBuild.Community.Tasks.SourceSafe.VssClean

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

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