DynamicExecuteUsingNamespaces Property | MSBuild Extension Pack Help 4.0.12.0 |
Specifies additional "using namespaces" for Code. These are namespaces that are brought into the code's scope.
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks
This is an optional parameter for the Define and Run task actions.
The name of a namespace is taken from the metadata "Name", if it exists; otherwise, it is the item's identity.
The default namespaces are System, System.Collections.Generic, System.Linq, System.Text, Microsoft.Build.Framework, and Microsoft.Build.Utilities.
See Also