Gets or sets the directory in which is to be found.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TargetPlatformDirectory As ITaskItem |
| C# |
|---|
| public ITaskItem TargetPlatformDirectory { get; set; } |
| C++ |
|---|
| public property ITaskItem TargetPlatformDirectory sealed { ITaskItem get(); void set(ITaskItem value); } |
| J# |
|---|
| /** property */ public ITaskItem get_TargetPlatformDirectory(); /** property */ public void set_TargetPlatformDirectory(ITaskItem value); |
| JScript |
|---|
| public function get TargetPlatformDirectory() : ITaskItem public function set TargetPlatformDirectory(value : ITaskItem); |
Remarks
Can only be used in conjunction with
Corresponds to the second part of command line option "/targetplatform".
The default value is .
See Also
Documentation version 1.0.0.0.