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