C# Class WebGAC.MSBuild.AddWebGACAssemblySearchPaths

Adds WebGAC folders to the assembly search path for any WebGAC references.
Inheritance: Microsoft.Build.Utilities.Task
Mostra file Open project: paulj/webgac

Private Properties

Property Type Description
BuildPathsForAssembly void

Public Methods

Method Description
AddWebGACAssemblySearchPaths ( ) : System
Execute ( ) : bool

Replaces the {WebGAC} entry in the AssemblySearchPaths.

Private Methods

Method Description
BuildPathsForAssembly ( string pPath, object>.IDictionary pPaths ) : void

Method Details

AddWebGACAssemblySearchPaths() public method

public AddWebGACAssemblySearchPaths ( ) : System
return System

Execute() public method

Replaces the {WebGAC} entry in the AssemblySearchPaths.
public Execute ( ) : bool
return bool