Summary
Gets a
NAnt.Core.Types.FileSet
containing all matching non-resx
files.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ResourceFileSet
Syntax
public FileSet NonResxFiles { get; }
Value
Type | Description |
---|---|
FileSet |
A NAnt.Core.Types.FileSet containing all matching non-resx files.
|