Version: 2017.4
public void AddBuildProperty (string targetGuid, string name, string value);
public void AddBuildProperty (IEnumerable<string> targetGuids, string name, string value);

パラメーター

targetGuid TargetGuidByName によって返される target の GUID
targetGuidstarget GUID の配列
nameビルドプロパティー名
valueビルドプロパティーの値

説明

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

Duplicate build properties are ignored. Values for names "LIBRARY_SEARCH_PATHS" and "FRAMEWORK_SEARCH_PATHS" are quoted if they contain spaces.