Summary
Compiles the resource file.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Resource
Syntax
public FileInfo Compile(Configuration solutionConfiguration)
Parameters
| Name | Type | Description |
|---|---|---|
| solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
| Type | Description |
|---|---|
| FileInfo |
A System.IO.FileInfo representing the compiled resource file.
|
