NAnt SDK Documentation - v0.92

VcProject Properties

The properties of the VcProject class are listed below. For a complete list of VcProject class members, see the VcProject Members topic.

Public Instance Properties

BuildConfigurations (inherited from ProjectBase) Gets a list of project configurations that can be build.
ExtraOutputFiles (inherited from ProjectBase) Gets the extra set of output files for the project.
Guid Gets or sets the unique identifier of the Visual C++ project.
Name Gets the name of the Visual C++ project.
ObjectDir Get the directory in which intermediate build output that is not specific to the build configuration will be stored.
ProductVersion (inherited from ProjectBase) Gets the Visual Studio product version of the project.
ProjectConfigurations (inherited from ProjectBase) Gets a list of all configurations defined in the project.
ProjectDependencies (inherited from ProjectBase) Gets the set of projects that the project depends on.
ProjectDirectory Gets the directory containing the VS.NET project.
ProjectLocation Get the location of the project.
ProjectPath Gets the path of the Visual C++ project.
References 
ReferencesResolver (inherited from ProjectBase) 
SolutionTask (inherited from ProjectBase) 
TemporaryFiles (inherited from ProjectBase) 
Type Gets the type of the project.

Protected Instance Properties

DevEnvDir (inherited from ProjectBase) 
GacCache (inherited from ProjectBase) 
OutputDir (inherited from ProjectBase) 

See Also

VcProject Class | NAnt.VSNet Namespace