Method | Description | |
---|---|---|
Configuration ( string configuration ) : |
||
Custom ( string @switch, string parameter = null ) : |
||
Property ( string name, string value ) : |
||
Targets ( ) : |
||
Verbosity ( string level ) : |
||
VerbosityDetailed ( ) : |
||
VerbosityDiagnostic ( ) : |
||
VerbosityMinimal ( ) : |
||
VerbosityNormal ( ) : |
||
VerbosityQuiet ( ) : |
Method | Description | |
---|---|---|
MsBuildSwitch ( string text, string parameter ) |
public static Configuration ( string configuration ) : |
||
configuration | string | |
return |
public static Custom ( string @switch, string parameter = null ) : |
||
@switch | string | |
parameter | string | |
return |
public static Property ( string name, string value ) : |
||
name | string | |
value | string | |
return |
public static Verbosity ( string level ) : |
||
level | string | |
return |
public static VerbosityDetailed ( ) : |
||
return |
public static VerbosityDiagnostic ( ) : |
||
return |
public static VerbosityMinimal ( ) : |
||
return |
public static VerbosityNormal ( ) : |
||
return |
public static VerbosityQuiet ( ) : |
||
return |