FolderPath WorkingPath { get; set; }Property WorkingPath As FolderPath
Get
Setproperty FolderPath^ WorkingPath {
FolderPath^ get ();
void set (FolderPath^ value);
}abstract WorkingPath : FolderPath with get, setThis can be used to perform the build in a different location with a shorter path if you encounter errors due to long file path names. If not specified, it defaults to a folder called .\Working under the folder specified by the OutputPath property.
Warning: All files and folders in the path specified in this property will be erased without warning when the build starts.