Property | Type | Description | |
---|---|---|---|
GetLinkerScriptLocation | string |
Method | Description | |
---|---|---|
CanHandle ( IProject project ) : bool | ||
GetBaseLibraryArguments ( IStandardProject superProject ) : string | ||
GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string | ||
GetConfigurationPages ( IProject project ) : IList | ||
GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string | ||
GetToolchainIncludes ( ISourceFile file ) : IEnumerable |
||
PostBuild ( IConsole console, IProject project, |
||
PreBuild ( IConsole console, IProject project ) : Task |
||
SupportsFile ( ISourceFile file ) : bool |
Method | Description | |
---|---|---|
GetLinkerScriptLocation ( IStandardProject project ) : string |
public GetBaseLibraryArguments ( IStandardProject superProject ) : string | ||
superProject | IStandardProject | |
return | string |
public GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string | ||
superProject | IStandardProject | |
project | IStandardProject | |
file | ISourceFile | |
return | string |
public GetConfigurationPages ( IProject project ) : IList | ||
project | IProject | |
return | IList |
public GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string | ||
superProject | IStandardProject | |
project | IStandardProject | |
return | string |
public GetToolchainIncludes ( ISourceFile file ) : IEnumerable |
||
file | ISourceFile | |
return | IEnumerable |
public PostBuild ( IConsole console, IProject project, |
||
console | IConsole | |
project | IProject | |
linkResult | ||
return | Task |
public PreBuild ( IConsole console, IProject project ) : Task |
||
console | IConsole | |
project | IProject | |
return | Task |
public SupportsFile ( ISourceFile file ) : bool | ||
file | ISourceFile | |
return | bool |