Property | Type | Description | |
---|---|---|---|
IsUrl | bool | ||
LoadGuid | string |
Method | Description | |
---|---|---|
CreateProjectReference ( |
||
IsMSBuildProject ( |
||
IsMSBuildProject ( |
||
IsManaged ( NAnt.VSNet.Configuration configuration ) : bool | ||
LoadGuid ( |
||
LoadGuid ( |
||
MSBuildProject ( |
Method | Description | |
---|---|---|
Build ( NAnt.VSNet.Configuration solutionConfiguration ) : BuildResult | ||
DetermineProductVersion ( System docElement ) : ProductVersion |
Determines the version of the target msbuild file. This method identifies the msbuild version by reviewing the following tags in order:
|
|
VerifyProjectXml ( System docElement ) : void |
Method | Description | |
---|---|---|
IsUrl ( string fileName ) : bool | ||
LoadGuid ( |
protected Build ( NAnt.VSNet.Configuration solutionConfiguration ) : BuildResult | ||
solutionConfiguration | NAnt.VSNet.Configuration | |
return | BuildResult |
public CreateProjectReference ( |
||
project | ||
isPrivateSpecified | bool | |
isPrivate | bool | |
return |
protected DetermineProductVersion ( System docElement ) : ProductVersion | ||
docElement | System |
/// A |
return | ProductVersion |
public static IsMSBuildProject ( |
||
doc | ||
return | bool |
public static IsMSBuildProject ( |
||
e | ||
return | bool |
public IsManaged ( NAnt.VSNet.Configuration configuration ) : bool | ||
configuration | NAnt.VSNet.Configuration | |
return | bool |
public static LoadGuid ( |
||
doc | ||
return | string |
public static LoadGuid ( |
||
e | ||
return | string |
public MSBuildProject ( |
||
solution | ||
projectPath | string | |
xmlDefinition | ||
solutionTask | NAnt.VSNet.Tasks.SolutionTask | |
tfc | ||
gacCache | ||
refResolver | ||
outputDir | ||
return | System |
protected VerifyProjectXml ( System docElement ) : void | ||
docElement | System | |
return | void |