Everything

build.Common.IntermediateFileOutputFolder


アクティブ・プロジェクトのビルド・ツール共通オプションである,中間ファイル出力フォルダの設定/参照を行います。

[指定形式]

build.Common.IntermediateFileOutputFolder = folder

[設定]

設定

説明

folder

中間ファイルを出力するフォルダのパスを文字列で設定します。

[参照]

中間ファイルを出力するフォルダのパス

[詳細説明]

-

アクティブ・プロジェクトのビルド・ツール共通オプションである,中間ファイル出力フォルダの設定/参照を行います。

[使用例]

>>>build.Common.IntermediateFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Common.IntermediateFileOutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>