public void SetBuildProperty (string targetGuid, string name, string value);
public void SetBuildProperty (IEnumerable<string> targetGuids, string name, string value);

Parámetros

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
targetGuidsThe GUIDs of the target as returned by [[TargetGuidByName()]].
nameThe name of the build property.
valueThe value of the build property.

Descripción

Sets a build property to the given value in all build configurations for the specified target(s).

Values for names "LIBRARY_SEARCH_PATHS" and "FRAMEWORK_SEARCH_PATHS" are quoted if they contain spaces.