[MSBuild Task] Touches a file according to the modification time of another file.

Namespace:  PostSharp.MSBuild
Assembly:  PostSharp.MSBuild (in PostSharp.MSBuild.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class TouchWithDelay _
	Inherits Task
C#
public sealed class TouchWithDelay : Task
Visual C++
public ref class TouchWithDelay sealed : public Task

Inheritance Hierarchy

System..::.Object
  Task
    PostSharp.MSBuild..::.TouchWithDelay

See Also