Version: 2017.4
public void RemoveBuildConfig (string name);

パラメーター

nameビルド設定の名前

説明

Removes all build configurations with the given name from all targets in the project.

The number and names of the build configurations is a project-wide setting. Each target has the same number of build configurations and the names of these build configurations is the same. The function does nothing if the build configuration with the specified name does not exist.