Defines the architecture of the task host that this task should be run in. Currently supported values: x86, x64, CurrentArchitecture, and * (any). If Architecture is not specified, either the task will be run within the MSBuild process, or the task host will be launched using the architecture of the parent MSBuild process
Defines a localized string resource that can be referenced by natvis elements that accept strings (e.g. DisplayString, Name ...
Defines an area within which you can explicitly position child elements by using coordinates that are relative to the canvas ...
Defines the .NET runtime of the task. This must be specified if the task must run on a specific version of the .NET runtime. ...
Defines the .NET runtime version of the task host that this task should be run in. Currently supported values: CLR2, CLR4, ...
Defines the architecture of the task host that this task should be run in. Currently supported values: x86, x64, CurrentArchitecture, ...
Defines the bitness of the task if it must be run specifically in a 32bit or 64bit process. If not specified, it will run ...
Defines the edges of the container to which a certain shape is bound. When a shape is anchored to an edge, the distance between ...
Defines the literals of the code snippet that you can edit. The Literal element is used to identify a replacement for a piece ...
Defines where the component can be referenced. Public = visible anywhere; private = visible only in the owning namespace; ...