- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["SolutionBase"]
class Type type-node
Derived0["GenericSolution"]-->Type
click Derived0 "/api/NAnt.VSNet/GenericSolution"
Syntax
public abstract class SolutionBase
Constructors
Properties
Name | Value | Summary |
---|---|---|
File | FileInfo | |
ProjectEntries | Project |
|
TemporaryFiles | TempFileCollection | |
WebMaps | WebMapCollection |
Methods
Name | Value | Summary |
---|---|---|
Compile |
bool | |
Create |
BuildException | |
FixProjectReferences |
bool |
Converts assembly references to projects to project references, adding
a build dependency.c
|
Get |
void | |
Get |
string |
Gets the project file of the project with the given unique identifier.
|
GetProjectFromGuid |
ProjectBase | |
LoadProjectGuids |
void | |
LoadProjects |
void |
Loads the projects from the file system and stores them in an
instance variable.
|
Log |
void |
Logs a message with the given priority.
|
Log |
void |
Logs a message with the given priority.
|
Recursive |
void | |
Set |
void | |
TranslateProjectPath |
string |
Translates a project path, in the form of a relative file path or
a URL, to an absolute file path.
|