ProjectReferenceBase Class

Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
Derived Types
graph BT Type-->Base0["ReferenceBase"] click Base0 "/api/NAnt.VSNet/ReferenceBase" Base0-->Base1["Object"] Type["ProjectReferenceBase"] class Type type-node Derived0["VcProjectReference"]-->Type click Derived0 "/api/NAnt.VSNet/VcProjectReference" Derived1["ManagedProjectReference"]-->Type click Derived1 "/api/NAnt.VSNet/ManagedProjectReference"

Syntax

public abstract class ProjectReferenceBase : ReferenceBase

Constructors

Properties

Name Value Summary
CopyLocal bool
Gets a value indicating whether the output file(s) of this reference should be copied locally.
IsPrivate bool
IsPrivateSpecified bool
IsSystem bool
Gets a value indicating whether this reference represents a system assembly.
Name string
Parent ProjectBase
Gets the project in which the reference is defined.
Inherited from ReferenceBase
Project ProjectBase
ReferencesResolver ReferencesResolver
Inherited from ReferenceBase
SolutionTask SolutionTask
Inherited from ReferenceBase

Methods

Name Value Summary
GetAssemblyReferences(Configuration) StringCollection
Gets the complete set of assemblies that need to be referenced when a project references this project.
GetFileTimestamp(string) DateTime
Returns the date and time the specified file was last written to.
Inherited from ReferenceBase
GetOutputFiles(Configuration, Hashtable) void
Gets the complete set of output files for the referenced project.
GetPrimaryOutputFile(Configuration) string
Gets the output path of the reference, without taking the "copy local" setting into consideration.
GetRelatedFiles(string, Hashtable) void
Inherited from ReferenceBase
static
GetTimestamp(Configuration) DateTime
Gets the timestamp of the reference.
IsManaged(Configuration) bool
Gets a value indicating whether the reference is managed for the specified configuration.
Inherited from ReferenceBase
LoadProject(SolutionBase, TempFileCollection, GacCache, DirectoryInfo, string) ProjectBase
Log(Level, string) void
Logs a message with the given priority.
Inherited from ReferenceBase
Log(Level, string, Object[]) void
Logs a message with the given priority.
Inherited from ReferenceBase