Summary
Link a list of files into a resource assembly.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
protected void LinkResourceAssembly(Hashtable resourceFiles, FileInfo resourceAssemblyFile, string culture)
Parameters
| Name | Type | Description |
|---|---|---|
| resourceFiles | Hashtable | The collection of resources. |
| resourceAssemblyFile | FileInfo | Resource assembly to generate |
| culture | string | Culture of the generated assembly. |
Return Value
| Type | Description |
|---|---|
| void |
