Installs and register script mappings for ASP.NET
[Optional] The method used to determine if ASP.NET script mappings should be applied
[Optional] When , the aspnet_client scripts will be installed. No script mappings will be updated.
[Optional] The web application that should have its script maps updated.
[Optional] When , script maps are applied recursively under .
[Optional] The version of ASP.NET to install
Generates an AssemblyInfo files
[Optional] Gets or sets the assembly company.
[Optional] Gets or sets the assembly configuration.
[Optional] Gets or sets the assembly copyright.
[Optional] Gets or sets the assembly culture.
[Optional] Gets or sets the assembly delay sign value.
[Optional] Gets or sets the assembly description.
[Optional] Gets or sets the assembly file version.
[Optional] Gets or sets the assembly informational version.
[Optional] Gets or sets the assembly key file.
[Optional] Gets or sets the assembly key name.
[Optional] Gets or sets the assembly product.
[Optional] Gets or sets the assembly title.
[Optional] Gets or sets the assembly trademark.
[Optional] Gets or sets the assembly version.
[Optional] Gets or sets a value indicating whether [CLSCompliant].
Gets or sets the code language.
[Optional] Gets or sets a value indicating whether [COMVisible].
[Optional] Gets or sets a value indicating whether to generate the ThisAssmebly class.
[Optional] Gets or sets the GUID.
[Optional] [Output] Gets or sets the output file.
Changes the attributes of files and/or directories
[Optional] Gets or sets file's archive status.
[Optional] Gets or sets a value indicating file is compressed.
[Optional] Gets or sets the list of directories to change attributes on.
[Optional] Gets or sets a value indicating file is encrypted.
[Optional] Gets or sets the list of files to change attributes on.
[Optional] Gets or sets a value indicating file is hidden, and thus is not included in an ordinary directory listing.
[Optional] Gets or sets a value indicating file is normal and has no other attributes set.
[Optional] Gets or sets a value indicating file is read-only.
[Optional] Gets or sets a value indicating file is a system file.
Replace text in file(s) using a Regular Expression.
[Optional] The character encoding used to read and write the file.
[Optional] Gets or sets the files to update.
[Optional] Gets or sets a value specifies case-insensitive matching. .
[Optional] Gets or sets a value changing the meaning of ^ and $ so they match at the beginning and end,
respectively, of any line, and not just the beginning and end of the entire string.
[Optional] Gets or sets the regex.
[Optional] Gets or sets the maximum number of times the replacement can occur.
[Optional] Gets or sets the replacement text.
[Optional] Gets or sets a value changing the meaning of the dot (.) so it matches
every character (instead of every character except \n).
Uploads a file using File Transfer Protocol (FTP).
Gets or sets the local file to upload.
[Optional] Gets or sets the password.
Gets or sets the remote URI to upload.
[Optional] Gets or sets the behavior of a client application's data transfer process.
[Optional] Gets or sets the username.
Uses FxCop to analyse managed code assemblies and reports on
their design best-practice compliance.
[Optional] Specifies the file name for the analysis report.
[Optional] Applies the XSL transformation specified in /outXsl to the
analysis report before saving the file.
[Optional] Specifies the XSL or XSLT file that contains a transformation to
be applied to the analysis output before it is displayed in the console.
[Optional] Specifies additional directories to search for assembly dependencies.
FxCopCmd always searches the target assembly directory and the current
working directory.
[Optional] Directs analysis output to the console or to the
Output window in Visual Studio .NET. By default,
the XSL file FxCopConsoleOutput.xsl is applied to the
output before it is displayed.
[Optional] Gets or sets a value indicating whether the build should
fail if static code analysis reports errors. Defaults to
true.
[Optional] Specifies the name of an analysis report or project file to import.
Any messages in the imported file that are marked as excluded are not
included in the analysis results.
[Optional] Includes a summary report with the informational
messages returned by FxCopCmd.
[Optional] Specifies the XSL or XSLT file that is referenced by the
xml-stylesheet processing instruction in the analysis report.
[Optional] Specifies the location of the version of Mscorlib.dll
that was used when building the target assemblies if this
version is not installed on the computer running FxCopCmd.
[Optional] Specifies the filename of FxCop project file.
[Optional] Specifies the filename(s) of FxCop rule assemblies
[Optional] The list of rules to run
[Optional] Saves the results of the analysis in the project file.
[Optional] Specifies the target assembly to analyze.
[Optional] Comma-separated list of type names to analyze. This option disables
analysis of assemblies, namespaces, and resources; only the specified
types and their members are included in the analysis.
Use the wildcard character '*' at the end of the name to select multiple types.
[Optional] Gets or sets a value indicating whether the output is verbose.
[Optional] Gets or sets the working directory.
MSBuild task to install and uninstall asseblies into the GAC
Gets or sets the assembly.
[Optional] Gets or sets the command.
[Optional] Gets or sets a value indicating whether to force reinstall of an assembly.
Install the list of assemblies into the GAC.
Uninstall the list of assembly names from the GAC.
Task to get paths to projects and project names from VS2005 solution file
[Optional] [Output] Output list contains TaskItems of project filenames contained within the given solution.
Metadata tag "ProjectName" contains name of project.
Name of Solution to get Projects from
Allows control for an application pool on a local or remote machine with IIS installed. The default is
to control the application pool on the local machine. If connecting to a remote machine, you can
specify the and for the task
to run under.
Gets or sets the application pool action.
Gets or sets the name of the app pool.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
Start the applicaiton pool
Stop the applicaiton pool
Restart the applicaiton pool
Recycle the applicaiton pool
Creates a new application pool on a local or remote machine with IIS installed. The default is
to create the new application pool on the local machine. If connecting to a remote machine, you can
specify the and for the task
to run under.
Gets or sets the name of the application pool.
[Optional] The AppPoolAutoStart property indicates to the World Wide Web Publishing Service (WWW service)
to automatically start an application pool when the application pool is created or when IIS
is started, if the value of this property is set to true.
[Optional] The AppPoolIdentityType property allows application pools to run as a specific user account:
0 - The application pool runs as NT AUTHORITY\SYSTEM.
1 - The application pool runs as NT AUTHORITY\LOCAL SERVICE.
2 - The application pool runs as NT AUTHORITY\NETWORK SERVICE.
3 - The application pool runs as a specific user account, defined by the property.
[Optional] The AppPoolQueueLength property indicates to the Universal Listener how many requests
to queue up for an application pool before rejecting future requests. When the limit
for this property is exceeded, IIS rejects the additional requests with a 503 error.
[Optional] The AutoShutdownAppPoolExe property specifies an executable to run when the World Wide Web
Publishing Service (WWW service) shuts down an application pool for rapid fail protection. You
can use the property to send parameters to the executable.
[Optional] The AutoShutdownAppPoolParams property specifies any command-line parameters for the executable that
is specified in the AutoShutdownAppPoolExe property. You can use these two properties in the following
way to send e-mail, for example, when the World Wide Web Publishing Service (WWW service) shuts down
an application pool for rapid fail protection:
AutoShutdownAppPoolExe = "C:\LogAndSendMail.bat"
AutoShutdownAppPoolParams = "-AppPoolName %1%"
where %1% represents the application pool name.
[Optional] The CPUAction property configures the action(s) that IIS takes when Microsoft Windows NT ® job objects
run. Only one Windows NT job object exists per application pool, therefore the CPUAction property
is configured on a per application pool basis.
Possible values:
0 - No action is taken except that a warning is written to the event log when the CPU limit is exceeded.
1 - Application pool worker processes that exceed their CPU limit will be forced to shut down.
[Optional] The CPULimit property configures the maximum percentage of CPU resources that worker processes
in an application pool are allowed to consume over a period of time, as indicated by the
property. Set this property by specifying a percentage of CPU
usage, multiplied by 1000. For example, if you want the CPU usage limit to be 50%, set CPULimit to 50,000.
[Optional] The CPUResetInterval property specifies the reset period (in minutes) for CPU monitoring and
throttling limits on the application pool. When the number of minutes elapsed since the last
process accounting reset equals the number specified by this property, IIS will reset the CPU
timers for both the logging and limit intervals. Setting the value of this property to 0
disables CPU monitoring.
[Optional] The DisallowOverlappingRotation property specifies whether or not the World Wide Web Publishing
Service (WWW Service) should start up another worker process to replace the existing worker
process while it is shutting down.
[Optional] The DisallowRotationOnConfigChange property specifies whether or not the World Wide Web Publishing
Service (WWW Service) should rotate worker processes in an application pool when the configuration
has changed. This means that the worker processes will not pick up application pool changes to
values passed to the worker process, such as and .
[Optional] The IdleTimeout property specifies how long (in minutes) a worker process should run idle if no new
requests are received and the worker process is not processing requests. After the allotted time
passes, the worker process should request to be shut down by the World Wide Web Publishing Service (WWW Service).
[Optional] The LoadBalancerCapabilities property specifies behavior when a service is unavailable. A setting of 1
terminates the connection. A setting of 2 sends error code 503.
[Optional] The LogEventOnRecycle property specifies that IIS should log an event when an application pool is
recycled. Application pools recycle for a variety of reasons. In order for IIS to log the event, the
LogEventOnRecycle property must have a bit set corresponding to the reason for the recycle.
[Optional] The LogonMethod property contains an integer that specifies the logon method for cleartext
logons. Valid settings are:
0 for interactive logon.
1 for batch logon.
2 for network logon.
3 for cleartext logon.
[Optional] The MaxProcesses property determines the maximum number of worker processes an application pool
allows to service requests for an application pool. This property cannot be set to 0 because there
are no unmanaged pools.
[Optional] The OrphanActionExe property specifies an executable to run when the World Wide Web Publishing
Service (WWW service) orphans a worker process. You can use the property
to send parameters to the executable.
[Optional] The OrphanActionParams property specifies command-line parameters for the executable
specified by the property.
[Optional] The OrphanWorkerProcess property, when set to true, notifies the World Wide Web Publishing
Service (WWW Service) not to terminate a worker process that fails to respond to pings, but
to instead orphan the worker process in the application pool if the worker process suffers
fatal errors.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] The PeriodicRestartMemory property specifies the amount of virtual memory (in KB) that a
worker process can use before the worker process recycles. The maximum value supported
for this property is 4,294,967 KB.
[Optional] The PeriodicRestartPrivateMemory property specifies the amount of private memory (in KB) that a
worker process can use before the worker process recycles. The maximum value supported
for this property is 4,294,967 KB.
[Optional] The PeriodicRestartRequests property indicates the number of requests the OOP application
should process, after which it is recycled.
[Optional] The PeriodicRestartSchedule property specifies the time (in 24 hour format) that the application
will be rotated. Each time is in local time and is specified in the following format:
PeriodicRestartSchedule="hh:mm,hh:mm,hh:mm"
[Optional] The PeriodicRestartTime property specifies the period of time, in minutes, after which IIS
rotates an isolated OOP application. Setting the value of this property to 0 disables the
property. The maximum supported value for this property is 71,582.
[Optional] The PingingEnabled property specifies whether the World Wide Web Publishing Service
(WWW Service) should periodically monitor the health of a worker process. Setting the
value of this property to true indicates to the WWW service to monitor the worker
processes to ensure that the they are running and healthy.
[Optional] The PingInterval property specifies the period of time (in seconds) between health-monitoring
pings that the World Wide Web Publishing Service (WWW Service) sends to a worker process.
[Optional] The PingResponseTime property specifies the amount of time (in seconds) that a worker process
is given to respond to a health monitoring ping. After the time limit is exceeded, the World
Wide Web Publishing Service (WWW Service) terminates the worker process.
[Optional] Setting the RapidFailProtection property to true instructs the World Wide Web Publishing
Service (WWW service) to put all applications in an application pool out of service if the
number of worker process crashes has reached the maximum specified by the
property, within the number of minutes specified
by the property.
[Optional] The RapidFailProtectionInterval property specifies the number of minutes before the failure
count for a process is reset. See .
[Optional] The RapidFailProtectionMaxCrashes property specifies the maximum number of failures
allowed within the number of minutes specified by the
property. See .
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] The ShutdownTimeLimit property specifies the amount of time (in seconds) after a recycle
threshold has been reached that IIS waits for all old requests to finish running in a worker
process before terminating the worker process.
[Optional] Setting the SMPAffinitized property to true indicates that a particular worker process
assigned to an application pool should be assigned to a given CPU. This property is used
in conjunction with the property to configure a
particular processor a worker process will be assigned to.
[Optional] The SMPProcessorAffinityMask property configures the hexadecimal processor mask. The hexadecimal
processor mask indicates to which CPU the worker processes in an application pool should be
bound. Before this property takes affect, the property must be set
to true for the application pool. These properties cannot be set through IIS Manager.
Do not set this property to zero. Doing so causes no SMP affinity to be configured, creating an
error condition. The default DWORD value is 4294967295 (or -1), which is represented in hexadecimal
as 0xFFFFFFFF. A value of 0xFFFFFFFF in SMPProcessorAffinityMask indicates that all processors are enabled.
[Optional] The value of the StartupTimeLimit property specifies the amount of time (in seconds) that the World Wide
Web Publishing Service (WWW Service) should wait for a worker process to finish starting up and
reporting to the WWW Service.
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] The WAMUserName property specifies the account user name that IIS uses by default as the COM+
application identity for newly created IIS out-of-process applications. The values of this
property and its companion property, , are set when IIS is installed, and
match the user name and password values in the Microsoft Windows user account, which is established
at the same time. Changing the value of this property is not recommended. If you do, change
it to a valid Windows user account, and change WAMUserPass to the corresponding password
for the new account.
Important:
Changes to WAMUserName and WAMUserPass may disrupt the operation of existing IIS out-of-process
applications. You can synchronize application identities using Component Services to edit the
user name and password values, found on the Identity tab of the property sheet for each package.
In-process applications are not affected by these property values.
[Optional] The WAMUserPass property specifies the password for the account that IIS uses by default as the COM+
application identity for newly created IIS out-of-process applications. The values of this property
and its companion property, , are set when IIS is installed, and match the
password and user name values in the Microsoft Windows user account (IWAM_ MachineName, where MachineName
is the name of the machine on which IIS is installed) established at the same time.
Important:
Changing the value of this property is not recommended. If you do, you must change the Windows account
password to the identical value. You must also synchronize existing IIS out-of-process application
identities, using Component Services to edit the user name and password values, which are found on the
Identity tab of the property sheet for each package.
In-process applications are not affected by these property values.
Deletes an existing application pool on a local or remote machine with IIS installed. The default is
to delete an existing application pool on the local machine. If connecting to a remote machine, you can
specify the and for the task
to run under.
Gets or sets the name of the application pool.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
Creates a new web directory on a local or remote machine with IIS installed. The default is
to create the new web directory on the local machine. The physical path is required to already exist
on the target machine. If connecting to a remote machine, you can specify the
and for the task to run under.
[Optional] Gets or sets a value that indicates if the file
or the contents of the folder may be executed, regardless of file type.
[Optional] A value of true indicates that remote requests to execute applications
are denied; only requests from the same computer as the IIS server succeed
if the AccessExecute property is set to true. You cannot set
AccessNoRemoteExecute to false to enable remote requests, and set
to false to disable local requests.
[Optional] A value of true indicates that remote requests to view files are denied; only
requests from the same computer as the IIS server succeed if the
property is set to true. You cannot set to false to enable
remote requests, and set to false to disable local requests.
[Optional] A value of true indicates that remote requests to view dynamic content are denied; only
requests from the same computer as the IIS server succeed if the property
is set to true. You cannot set AccessNoRemoteScript to false to enable remote requests,
and set to false to disable local requests.
[Optional] A value of true indicates that remote requests to create or change files are denied; only
requests from the same computer as the IIS server succeed if the property
is set to true. You cannot set AccessNoRemoteWrite to false to enable remote requests,
and set to false to disable local requests.
[Optional] A value of true indicates that the file or the contents of the folder may be read
through Microsoft Internet Explorer.
[Optional] A value of true indicates that the file or the contents of the folder may be executed
if they are script files or static content. A value of false only allows static files,
such as HTML files, to be served.
[Optional] A value of true indicates that users are allowed to access source code if either
Read or Write permissions are set. Source code includes scripts in Microsoft ® Active
Server Pages (ASP) applications.
[Optional] A value of true indicates that file access requires SSL file permission processing, with
or without a client certificate.
[Optional] A value of true indicates that file access requires SSL file permission processing
with a minimum key size of 128 bits, with or without a client certificate.
[Optional] A value of true indicates that SSL file permission processing maps a client certificate
to a Microsoft Windows ® operating system user-account. The property
must also be set to true for the mapping to occur.
[Optional] A value of true indicates that SSL file access processing requests a certificate from
the client. A value of false indicates that access continues if the client does not have
a certificate. Some versions of Internet Explorer will close the connection if the server
requests a certificate and a certificate is not available (even if
is also set to true).
[Optional] A value of true indicates that SSL file access processing requests a certificate from the
client. If the client provides no certificate, the connection is closed.
must also be set to true when using AccessSSLRequireCert.
[Optional] A value of true indicates that users are allowed to upload files and their associated
properties to the enabled directory on your server or to change content in a Write-enabled
file. Write can be implemented only with a browser that supports the PUT feature of
the HTTP 1.1 protocol standard.
[Optional] The AnonymousPasswordSync property indicates whether IIS should handle the user password
for anonymous users attempting to access resources.
[Optional] The AppAllowClientDebug property specifies whether ASP client-side debugging
is enabled. This property is independent of , which
applies to server-side debugging.
[Optional] The AppAllowDebugging property specifies whether ASP debugging is enabled on
the server. This property is independent of the property,
which applies to client-side debugging.
[Optional] The AspAllowSessionState property enables session state persistence for the ASP application.
[Optional] The AspBufferingOn property specifies whether output from an ASP application will be buffered.
[Optional] The AspEnableApplicationRestart determines whether an ASP application can be
automatically restarted. When changes are made to Global.asa or metabase properties
that affect an application, the application will not restart unless the
AspEnableApplicationRestart property is set to true.
[Optional] The AspEnableAspHtmlFallback property controls the behavior of ASP when a
new request is to be rejected due to a full request queue.
[Optional] The AspEnableChunkedEncoding property specifies whether HTTP 1.1 chunked
transfer encoding is enabled for the World Wide Web Publishing Service (WWW service).
[Optional] The AspEnableParentPaths property specifies whether an ASP page allows paths
relative to the current directory (using the ..\ notation) or above the current directory.
[Optional] The AspEnableTypelibCache property specifies whether type libraries are cached
on the server. The World Wide Web Publishing Service (WWW service) setting for
this property is applicable to all in-process and pooled out-of-process application
nodes, at all levels. Metabase settings at the Web server level or lower are ignored
for in-process and pooled out-of-process applications. However, settings at the Web
server level or lower are used if that node is an isolated out-of-process application.
[Optional] The AspErrorsToNTLog property specifies which ASP errors are written to the
Windows event log. ASP errors are written to the client browser and to the IIS
log files by default.
[Optional] The AspExceptionCatchEnable property specifies whether ASP pages trap exceptions
thrown by components.
[Optional] The AspLogErrorRequests property controls whether the Web server writes ASP errors
to the application section of the Windows event log. ASP errors are written to the
client browser and to the IIS log files by default.
[Optional] The AspScriptErrorMessage property specifies the error message to send to the browser
if specific debugging errors are not sent to the client (if
is set to false).
[Optional] The AspScriptErrorSentToBrowser property specifies whether the Web server writes
debugging specifics (file name, error, line number, description) to the client
browser, in addition to logging them to the Windows Event Log. The
property provides the error message to be sent if this property is set to false.
[Optional] The AspTrackThreadingModel property specifies whether IIS checks the threading model
of any components (COM objects) that your application creates. The preferred setting
of this metabase property is false.
[Optional] Specifies Anonymous authentication as one of the possible Windows authentication
schemes returned to clients as being available.
[Optional] Specifies Basic authentication as one of the possible Windows authentication
schemes returned to clients as being available.
[Optional] Specifies Integrated Windows authentication (also known as Challenge/Response or
NTLM authentication) as one of the possible Windows authentication schemes
returned to clients as being available.
[Optional] Setting this flag to true specifies that authentication persists only for a single
request on a connection. IIS resets the authentication at the end of each request, and
forces re-authentication on the next request of the session.
[Optional] Setting this flag to true specifies that authentication is valid for a single request if
by proxy. IIS will reset the authentication at the end of the request and force
re-authentication on the next request if the current authenticated request is by
proxy of any type.
[Optional] Setting this flag to true specifies authentication will persist only across single
requests on a connection if the connection is by proxy. IIS will reset the authentication
at the end of the request if the current authenticated request is by proxy and it is
not the special case where IIS is running MSPROXY.
[Optional] The CacheControlNoCache property specifies the HTTP 1.1 directive to prevent caching of content.
[Optional] The CacheISAPI property indicates whether ISAPI extensions are cached in memory after first use.
[Optional] The ContentIndexed property specifies whether the installed content indexer should
index content under this directory tree.
[Optional] This property specifies whether process accounting and throttling should be performed
for ISAPI extensions and ASP applications. To perform process accounting on CGI
applications, use the property .
[Optional] This property indicates whether IIS should perform process accounting for CGI
applications. To effectively throttle CGI applications, use the CgiTimeout
property. To use process accounting for ISAPI and ASP applications, use .
[Optional] The CreateCGIWithNewConsole property indicates whether a CGI application runs in its own console.
[Optional] The CreateProcessAsUser property specifies whether a CGI process is created in the system context or in the context of the requesting user.
[Optional] The DefaultDoc contains one or more file names of default documents that will be returned
to the client if no file name is included in the client's request. The default document
will be returned if the flag of the DirBrowseFlags property
is set to true for the directory. This property can contain a list of default document
file names separated by a comma and a space, for example Default.htm, Default.asp.
[Optional] When set to true, date information is displayed when browsing directories.
[Optional] When set to true, file name extensions are displayed when browsing directories.
[Optional] When set to true, date information is displayed in extended format when displaying directories.
[Optional] When set to true, file size information is displayed when browsing directories.
[Optional] When set to true, file time information is displayed when displaying directories.
[Optional] The DontLog property specifies whether client requests are written to the IIS log files.
[Optional] When set to true, the default document (specified by the property) for
a directory is loaded when the directory is browsed.
[Optional] When set to true, directory browsing is enabled.
[Optional] The EnableDocFooter property enables or disables custom footers specified by
the DefaultDocFooter property.
[Optional] The EnableReverseDns property enables or disables reverse Domain Name Server (DNS) lookups
for the World Wide Web Publishing Service (WWW service). Reverse lookups involve looking
up the domain name when the IP address is known. Reverse DNS lookups can use significant
resources and time.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] The SSIExecDisable property specifies whether server-side include (SSI) #exec directives
are disabled under this path.
[Optional] The UNCAuthenticationPassthrough property enables user authentication passthrough
for Universal Naming Convention (UNC) virtual root access (for authentication schemes
that support delegation).
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
Gets or sets the name of the virtual directory.
Gets or sets the virtual directory physical path. The physical directory must
exist before this task executes.
Deletes a web directory on a local or remote machine with IIS installed. The default is
to delete the web directory on the local machine. If connecting to a remote machine, you
can specify the and for the
task to run under.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
Gets or sets the name of the virtual directory.
Sets an application mapping for a filename extension on an existing web directory.
[Optional] Set to true when you want the application to run in a directory without Execute permissions.
[Optional] The full path to the executable used to respond to requests for a Uri ending with
The filename extension that will be mapped to an executable.
[Optional] Indicates whether should be mapped to the ASP.NET runtime.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] A comma-separated list of the HTTP verbs to include in the application mapping.
[Optional] Set to true to instruct the Web server to verify the existence of the requested script file and to ensure that the requesting user has access permission for that script file.
Gets or sets the name of the virtual directory.
Reads and modifies a web directory configuration setting.
[Optional] Gets or sets the password for the account the task will run under. This property
is needed if you specified a for a remote machine.
[Optional] Gets or sets the name of the server. The default value is 'localhost'.
[Optional] Gets or sets the server port.
Gets or sets the configuration setting to read or modify.
[Optional] [Output] Gets or sets the value of on the web directory
[Optional] Gets or sets the username for the account the task will run under. This property
is needed if you specified a for a remote machine.
Gets or sets the name of the virtual directory.
A wrapper for the ILMerge tool.
[Optional] Gets or sets the names of public types
to be renamed when they are duplicates.
[Optional] Gets or sets the flag to treat an assembly
with a zero PeKind flag
(this is the value of the field listed as .corflags in the Manifest)
as if it was ILonly.
[Optional] Gets or sets the attribute assembly
from whre to get all of the assembly-level attributes
such as Culture, Version, etc.
It will also be used to get the Win32 Resources from.
[Optional] Gets or sets the flag to indicate
whether to augment the list of input assemblies
to its "transitive closure".
[Optional] Gets or sets the flag to indicate
whether to copy the assembly level attributes
of each input assembly over into the target assembly.
[Optional] Gets or sets the flag to indicate
whether to preserve any .pdb files
that are found for the input assemblies
into a .pdb file for the target assembly.
[Optional] Gets or sets the flag to indicate
whether the target assembly will be delay signed.
[Optional] Gets or sets the file
that will be used to identify types
that are not to have their visibility modified.
Gets or sets the input assemblies to merge.
[Optional] Gets or sets the .snk file
to sign the target assembly.
[Optional] Gets or sets a log file
to write log messages to.
Gets or sets the target assembly.
[Optional] Gets or sets the flag to indicate
whether external assembly references in the manifest
of the target assembly will use public keys (false)
or public key tokens (true).
[Optional] Gets or sets the indicator
whether the target assembly is created as a library (Dll),
a console application (Exe) or as a Windows application (WinExe).
[Optional] Gets or sets the directory in which mscorlib.dll is to be found.
[Optional] Gets or sets the .NET framework version for the target assembly.
[Optional] Gets or sets the version number of the target assembly.
[Optional] Gets or sets the flag to indicate
whether to merge XML documentation files
into one for the target assembly.
Installs assemblies.
[Optional] The assemblies to process, identified by their filename.
[Optional] The assemblies to process, identified by their assembly name.
[Optional] The file to write installation progress to.
[Optional] If an exception occurs at any point during installation, the call
stack will be printed to the log.
Uninstalls assemblies.
[Optional] The assemblies to process, identified by their filename.
[Optional] The assemblies to process, identified by their assembly name.
[Optional] The file to write installation progress to.
[Optional] If an exception occurs at any point during installation, the call
stack will be printed to the log.
Compresses JavaScript source by removing comments and unnecessary
whitespace. It typically reduces the size of the script by half,
resulting in faster downloads and code that is harder to read.
[Optional] [Output] Gets the files that were successfully source-compressed.
[Optional] Encoding to use to read and write files.
Gets or sets the files to source-compress.
Sends an email message
[Optional] List of files to attach to message
[Optional] List of addresss that contains the blind carbon copy (BCC) recipients for this e-mail message
[Optional] The email message body
[Optional] List of addresss that contains the carbon copy (CC) recipients for this e-mail message
The from address for this e-mail message
[Optional] A value indicating whether the mail message body is in Html
[Optional] Gets or sets the password.
[Optional] The priority of this e-mail message
The name or IP address of the host used for SMTP transactions
The subject line for this e-mail message
List of addresss that contains the recipients of this e-mail message
[Optional] Gets or sets the username.
Add numbers
Gets or sets the numbers to work with.
[Optional] Gets or sets the numeric format.
[Optional] [Output] Gets or sets the result.
Divide numbers
Gets or sets the numbers to work with.
[Optional] Gets or sets the numeric format.
[Optional] [Output] Gets or sets the result.
[Optional] When , uses integer division to truncate the result. Default is
Performs the modulo operation on numbers.
Gets or sets the numbers to work with.
[Optional] Gets or sets the numeric format.
[Optional] [Output] Gets or sets the result.
Multiple numbers
Gets or sets the numbers to work with.
[Optional] Gets or sets the numeric format.
[Optional] [Output] Gets or sets the result.
Subtract numbers
Gets or sets the numbers to work with.
[Optional] Gets or sets the numeric format.
[Optional] [Output] Gets or sets the result.
Moves files on the filesystem to a new location.
[Optional] [Output] Gets or sets the list of files to moved the source files to.
[Optional] Gets or sets the directory to which you want to move the files.
[Optional] [Output] Gets the items that were successfully moved.
Gets or sets the source files to move.
Runs the NDoc application.
Gets or sets the documenter.
Gets or sets the project file path.
[Optional] Gets or sets a value indicating whether the output is verbose.
[Optional] Gets or sets the working directory.
Run NUnit on a group of assemblies.
Gets or sets the assemblies.
[Optional] Determines whether assemblies are copied to a shadow folder during testing.
[Optional] The file to receive test error details.
[Optional] Gets or sets the categories to exclude.
[Optional] Gets or sets the fixture.
[Optional] Gets or sets the categories to include.
[Optional] Gets or sets the output XML file.
[Optional] The project configuration to run.
[Optional] Allows tests to be run in a new thread, allowing you to take advantage of ApartmentState and ThreadPriority settings in the config file.
[Optional] Gets or sets the working directory.
[Optional] Gets or sets the XSLT transform file.
Displays a message on the console and waits for user input.
[Optional] The message to display in the console.
[Optional] [Output] The text entered at the console.
Task to filter an Input list with a Regex expression.
Output list contains items from Input list that matched given expression
Regex expression
Input, list of items to perform the regex on
[Optional] Regex options as strings corresponding to the RegexOptions enum:
Compiled
CultureInvariant
ECMAScript
ExplicitCapture
IgnoreCase
IgnorePatternWhitespace
Multiline
None
RightToLeft
Singleline
[Optional] [Output] Results of the Regex transformation.
Task to replace portions of strings within the Input list
Output list contains all the elements of the Input list after
performing the Regex Replace.
[Optional] Number of matches to allow on each input item.
-1 indicates to perform matches on all matches within input item
Regex expression
Input, list of items to perform the regex on
[Optional] Regex options as strings corresponding to the RegexOptions enum:
Compiled
CultureInvariant
ECMAScript
ExplicitCapture
IgnoreCase
IgnorePatternWhitespace
Multiline
None
RightToLeft
Singleline
[Optional] [Output] Results of the Regex transformation.
[Optional] String replacing matching expression strings in input list.
If left empty matches in the input list are removed (replaced with empty string)
[Optional] Position within the input item to start matching
Reads a value from the Registry
[Optional] Gets or sets the default value.
Gets or sets the full registry path of the key, beginning with a valid registry root, such as "HKEY_CURRENT_USER".
[Optional] [Output] Gets the stored value.
[Optional] Gets or sets the name of the name/value pair.
Writes a value to the Registry
Gets or sets the full registry path of the key, beginning with a valid registry root, such as "HKEY_CURRENT_USER".
Gets or sets the value to be stored.
[Optional] Gets or sets the name of the name/value pair.
A Task that generates a XSD schema of the tasks in an assembly.
Gets or sets the list of path to analyse.
[Optional] Gets or sets a value indicating if the task list (using UsingTask)
has to be genereted.
[Optional] Gets or sets a value indicating wheter documentation should be ignored
even if available (Default is false).
[Optional] Gets or sets a value indicating if the
MsBuild schema inclusing should be ignored
[Optional] Gets or sets a list of included schemas
[Optional] Gets or sets the output path for the generated files.
[Optional] [Output] Gets the list of path to the generated XSD schema.
[Optional] Gets or sets a value indicating how the assembly is specified in the
UsingTask element.
[Optional] [Output] Gets the path to the task list if it was generated.
Assembly file name (Default): <UsingTask AssemblyFile="foo.dll" />
Assembly location: <UsingTask AssemblyName="foo" />
Assembly Name: <UsingTask AssemblyFile="bin\debug\foo.dll" />
Assembly fully qualified name: <UsingTask AssemblyName="foo.dll,version ...." />
Executes code contained within the task.
[Optional] The code to compile and execute
[Optional] The namespaces to import.
The language of the script block (defaults to C#).
[Optional] The name of the main class containing the static ScriptMain
entry point.
[Optional] The required references
[Optional] [Output] The string returned from the custom ScriptMain method.
Task that can control a Windows service.
Gets or sets the to perform on the service.
[Optional] [Output] Gets a value indicating whether the service can be paused and resumed.
[Optional] [Output] Gets a value indicating whether the service should be notified when the system is shutting down.
[Optional] [Output] Gets a value indicating whether the service can be stopped after it has started.
[Optional] [Output] Gets a friendly name for the service.
[Optional] [Output] Gets a value indicating whether the service exists.
[Optional] Gets or sets the name of the machine.
Gets or sets the name of the service.
[Optional] [Output] Gets or sets the status.
[Optional] Gets or sets the timeout for the command. The default is
one minute.
Starts a service.
Stops a service.
Restarts a service.
Pauses a running service.
Continues a paused service.
Task that can determine the status of a specified service
on a target server.
[Optional] [Output] Gets a value indicating whether the service can be paused and resumed.
[Optional] [Output] Gets a value indicating whether the service should be notified when the system is shutting down.
[Optional] [Output] Gets a value indicating whether the service can be stopped after it has started.
[Optional] [Output] Gets a friendly name for the service.
[Optional] [Output] Gets a value indicating whether the service exists.
[Optional] Gets or sets the name of the machine.
Gets or sets the name of the service.
[Optional] [Output] Gets or sets the status.
A task for sleeping for a specified period of time.
[Optional] The number of hours to add to the time to sleep.
[Optional] The number of milliseconds to add to the time to sleep.
[Optional] The number of minutes to add to the time to sleep.
[Optional] The number of seconds to add to the time to sleep.
Task that adds files to a Visual SourceSafe database.
[Optional] The comment to be applied to the newly added file.
The path to the folder that contains the srcsafe.ini file.
List of files that should be added to SourceSafe.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
Task that executes a checkin against a VSS Database.
[Optional] The checkin comment.
The path to the folder that contains the srcsafe.ini file.
The path to the local working directory.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
[Optional] Determines whether to leave the file(s) as writable once the
checkin is complete. The default is .
Task that executes a checkout of files or projects
against a Visual SourceSafe database.
The path to the folder that contains the srcsafe.ini file.
The path to the local working directory.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
[Optional] Determines whether files will be writable once retrieved from
the repository. The default is .
Task that can strip the source control information from a
Visual Studio Solution and subprojects.
Task that records differences between the latest version
of all the items in a Visual SourceSafe project and another version or label
to a file.
The path to the folder that contains the srcsafe.ini file.
The value of the label to compare to.
The name of the file to send the output to.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
Task that retireves an item or project from a Visual SourceSafe database.
The path to the folder that contains the srcsafe.ini file.
The path to the local working directory.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
[Optional] Determines whether to replace writable files.
The default is .
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
[Optional] Determines whether files will be writable once retrieved from
the repository. The default is .
Generates an XML file containing details of all changes made
to a Visual SourceSafe project or file between specified labels or dates.
The path to the folder that contains the srcsafe.ini file.
[Optional] The End Date for the history.
[Optional] The label to compare up to.
The name and path of the XML output file.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
[Optional] The Start Date for the history.
[Optional] The label to start comparing to.
[Optional] The name of the user whose changes should be listed in
the history.
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
Task that applies a label to a Visual SourceSafe item.
[Optional] An optional comment.
The path to the folder that contains the srcsafe.ini file.
The text of the label.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
Task that undoes a checkout of files or projects
against a Visual SourceSafe database.
The path to the folder that contains the srcsafe.ini file.
The path to the local working directory.
[Optional] The password to use to log in to SourceSafe.
The Visual SourceSafe project or file to perform the action
on (starts with "$/").
[Optional] Determines whether to perform the SourceSafe operation
recursively. The default is .
The name of the user accessing the SourceSafe database.
[Optional] A version of the to reference.
Executes a SQL command.
The command to execute
The connection string
[Optional] [Output] Output the return count/value
MSBuild task to execute DDL and SQL statements.
[Optional] Gets or sets the batch delimter string.
The connection string
Gets or sets the DDL/SQL files.
[Optional] [Output] Output the return count/values
Checkout a local working copy of a Subversion repository.
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Subversion client base class
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Subversion Commit command
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Copy a file or folder in Subversion
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] The path to which the SourcePath should be copied
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] The path of the source file or folder that should be copied
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Export a folder from a Subversion repository
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Run the "svn info" command and parse the output
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] [Output] The author who last changed this node.
[Optional] [Output] The date this node was last changed.
[Optional] [Output] The last changed revision number.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] [Output] The Subversion node kind.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Return the repository root or null if not set by Subversion.
[Optional] [Output] Return the repository UUID value from Subversion.
[Optional] [Output] Gets or sets the revision.
[Optional] [Output] The Subversion schedule type.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Node is a file
Node is a directory
Unknown node type
Normal schedule
Unknown schedule.
Subversion Update command
[Optional] Gets or sets the arguments.
[Optional] Gets or sets the command.
[Optional] Gets or sets the force.
[Optional] Gets or sets the local path.
[Optional] Gets or sets the message.
[Optional] Gets or sets the password.
[Optional] [Output] Gets or sets the repository path.
[Optional] [Output] Gets or sets the revision.
[Optional] Gets or sets the targets.
[Optional] Gets or sets the username.
[Optional] Gets or sets the verbose.
Summarize the local revision(s) of a working copy.
[Optional] [Output] True if invoked on a directory that is not a working copy,
svnversion assumes it is an exported working copy and prints "exported".
[Optional] [Output] High revision number of the local working repository revision range.
Path to local working copy.
[Optional] [Output] Low revision number of the local working repository revision range.
[Optional] [Output] True if working copy contains modifications.
[Optional] [Output] Revision number of the local working repository.
[Optional] [Output] True if working copy is switched.
MSBuild task that replaces tokens in a template file and writes out a new file.
[Optional] [Output] The token replaced template file.
[Optional] The full path to the output file name. If no filename is specified (the default) the
output file will be the Template filename with a .out extension.
The template file used. Tokens with values of ${Name} are replaced by name.
[Optional] List of tokens to replace in the template. Token name is taken from the TaskItem.ItemSpec and the
replacement value comes from the ReplacementValue metadata of the item.
Determines the changeset in a local Team Foundation Server workspace
[Optional] [Output] The latest changeset ID in the local path
[Optional] The domain of the user to authenticate on the server
Path to local working copy.
[Optional] The password for the user to authenticate on the server
[Optional] The location of the Team Foundation Server client assemblies. Leave empty when the client is installed in the Global Assembly Cache.
[Optional] The user to authenticate on the server
Gets the current date and time.
[Optional] Gets the internal time value.
[Optional] [Output] Gets the day of the month represented by this instance.
[Optional] [Output] Gets the day of the week represented by this instance.
[Optional] [Output] Gets the day of the year represented by this instance.
[Optional] Gets or sets the format string
for output parameter .
[Optional] [Output] Gets the value of this instance to its equivalent string representation.
If input parameter is provided,
the value is formatted according to it.
[Optional] [Output] Gets the hour component of the date represented by this instance.
[Optional] [Output] Gets or sets a value that indicates whether the time represented by this instance is based
on local time, Coordinated Universal Time (UTC), or neither.
[Optional] [Output] Gets the value of this instance to its equivalent long date string representation.
[Optional] [Output] Gets the value of this instance to its equivalent long time string representation.
[Optional] [Output] Gets the milliseconds component of the date represented by this instance.
[Optional] [Output] Gets the minute component of the date represented by this instance.
[Optional] [Output] Gets the month component of the date represented by this instance.
[Optional] [Output] Gets the seconds component of the date represented by this instance.
[Optional] [Output] Gets the value of this instance to its equivalent short date string representation.
[Optional] [Output] Gets the value of this instance to its equivalent short time string representation.
[Optional] [Output] Gets the number of ticks that represent the date and time of this instance.
[Optional] [Output] Gets the time of day for this instance.
[Optional] [Output] Gets the year component of the date represented by this instance.
The time represented is not specified as either local time or Coordinated Universal Time (UTC).1
The time represented is UTC.1
The time represented is local time.1
Unzip a file to a target directory.
Gets or sets the target directory.
Gets or sets the name of the zip file.
Generates version information based on various algorithms
[Optional] [Output] Gets or sets the build version number.
[Optional] Gets or sets the method used to generate a number
[Optional] [Output] Gets or sets the major version number.
[Optional] [Output] Gets or sets the minor version number.
[Optional] [Output] Gets or sets the revision version number.
[Optional] Gets or sets the method used to generate a number
[Optional] Gets or sets the starting date used to calculate the number when is Automatic.
[Optional] Gets or sets the file used to initialize and persist the version.
Downloads a resource with the specified URI to a local file.
Gets or sets the name of the local file that is to receive the data.
Gets or sets the URI from which to download data.
Performs multiple updates on an XML file
The original file whose content is to be updated
[Optional] [Output] The full path of the file containing content updated by the task
[Optional] The XPath expression identifying root node that substitions are relative to
[Optional] The file created after performing the updates
[Optional] [Output] The full path of the file containing the results of the task
[Optional] A collection of prefix=namespace definitions used to query the XML documents
[Optional] The file containing the list of updates to perform
[Optional] [Output] The full path of the file containing substitutions used by the task
[Optional] The XPath expression used to locate the list of substitutions to perform
[Optional] The namespace used for XmlMassUpdate pre-defined attributes
Reads a value or values from lines of XML
[Optional] The lines of a valid XML document
[Optional] A collection of prefix=namespace definitions used to query the XML document
[Optional] The string that is prepended to all reserved metadata properties.
[Optional] [Output] The values selected by
[Optional] [Output] The number of values returned in
[Optional] Gets or sets the name of an XML file to query
The query used to identify the values in the XML document
Reads a value from a XML document using a XPath.
[Optional] Gets or sets the default namespace.
[Optional] Gets or sets the prefix to associate with the namespace being added.
[Optional] [Output] Gets the value read from file.
Gets or sets the name of the XML file.
Gets or sets the XPath.
Updates a XML document using a XPath.
[Optional] Gets or sets the default namespace.
[Optional] Gets or sets the prefix to associate with the namespace being added.
Gets or sets the value to write.
Gets or sets the name of the XML file.
Gets or sets the XPath.
A task to merge and transform a set of xml files.
Gets or sets the xml input files.
Gets or sets the path of the output file.
[Optional] Gets or sets the list of
semicolon-delimited name/value pairs
of the .
For example: RootAttributes="foo=bar;date=$(buildDate)"
[Optional] Gets or sets the xml tag name
of the root tag wrapped
around the merged xml input files.
Gets or sets the path of the
xsl transformation file to apply.
Create a zip file with the files specified.
[Optional] Gets or sets the comment.
Gets or sets the files to zip.
[Optional] Gets or sets a value indicating whether this is flatten.
[Optional] Gets or sets the working directory for the zip file.
Gets or sets the name of the zip file.
[Optional] Gets or sets the zip level.