|
output
|
file |
The name of the output file for the assembly manifest.
|
True
|
|
target
|
string |
The target type (one of lib, exe, or winexe).
|
True
|
|
algid |
string |
Specifies an algorithm (in hexadecimal) to hash all files in a
multifile assembly except the file that contains the assembly
manifest. The default algorithm is CALG_SHA1.
|
False
|
|
company |
string |
Specifies a string for the Company field in the assembly.
|
False
|
|
configuration |
string |
Specifies a string for the Configuration field in the assembly.
|
False
|
|
copyright |
string |
Specifies a string for the Copyright field in the assembly.
|
False
|
|
culture |
string |
The culture string associated with the output assembly.
The string must be in RFC 1766 format, such as "en-US".
|
False
|
|
delaysign |
|
Specifies whether the assembly should be partially signed. The default
is NAnt.DotNet.Types.DelaySign.NotSet.
|
False
|
|
description |
string |
Specifies a string for the Description field in the assembly.
|
False
|
|
evidence |
file |
Security evidence file to embed.
|
False
|
|
fileversion |
string |
Specifies a string for the File Version field in the assembly.
|
False
|
|
flags |
string |
Specifies a value (in hexadecimal) for the Flags field in
the assembly.
|
False
|
|
keycontainer |
string |
Specifies a container that holds a key pair.
|
False
|
|
keyfile |
file |
Specifies a file (filename) that contains a key pair or
just a public key to sign an assembly.
|
False
|
|
main |
string |
Specifies the fully-qualified name (class.method) of the method to
use as an entry point when converting a module to an executable file.
|
False
|
|
product |
string |
Specifies a string for the Product field in the assembly.
|
False
|
|
productversion |
string |
Specifies a string for the Product Version field in the assembly.
|
False
|
|
template |
file |
Specifies an assembly from which to get all options except the
culture field.
|
False
|
|
title |
string |
Specifies a string for the Title field in the assembly.
|
False
|
|
trademark |
string |
Specifies a string for the Trademark field in the assembly.
|
False
|
|
version |
string |
Specifies version information for the assembly. The format of the
version string is major.minor.build.revision.
|
False
|
|
win32icon |
file |
Icon to associate with the assembly.
|
False
|
|
win32res |
file |
Inserts a Win32 resource (.res file) in the output file.
|
False
|
|
failonerror
|
bool |
Determines if task failure stops the build, or is just reported.
The default is true.
|
False
|
|
if
|
bool |
If true then the task will be executed; otherwise,
skipped. The default is true.
|
False
|
|
timeout
|
int |
The maximum amount of time the application is allowed to execute,
expressed in milliseconds. Defaults to no time-out.
|
False
|
|
unless
|
bool |
Opposite of NAnt.Core.Task.IfDefined. If false
then the task will be executed; otherwise, skipped. The default is
false.
|
False
|
|
verbose
|
bool |
Determines whether the task should report detailed build log messages.
The default is false.
|
False
|