Defines the bitness of the task if it must be run specifically in a 32bit or 64bit process. If not specified, it will run with the bitness of the build process. If there are multiple tasks defined in UsingTask with the same name but with different Architecture attribute values, the value of the Architecture attribute specified here will be used to match and select the correct task
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; ...
Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning component; protected ...