Summary
Returns a
System.IO.FileInfo
representing the compiled resource
file.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Resource
Syntax
public FileInfo GetCompiledResourceFile(Configuration solutionConfiguration)
Remarks
Calling this method does not force compilation of the resource file.
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.
|