Everything

build.Compile.AssemblySourceFileOutputFolder


アクティブ・プロジェクトのコンパイル・オプションである,アセンブリ・ソース・ファイル出力フォルダの設定/参照を行います。【CC-RH】【CC-RL】

[指定形式]

build.Compile.AssemblySourceFileOutputFolder = folder

[設定]

設定

説明

folder

アセンブリ・ソース・ファイルを出力するフォルダのパスを文字列で設定します。

[参照]

アセンブリ・ソース・ファイルを出力するフォルダのパス

[詳細説明]

-

アクティブ・プロジェクトのコンパイル・オプションである,アセンブリ・ソース・ファイル出力フォルダの設定/参照を行います。

[使用例]

>>>build.Compile.AssemblySourceFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Compile.AssemblySourceFileOutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>