16 lines
458 B
XML
Executable File
16 lines
458 B
XML
Executable File
<tasks xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:scope solution="$(solution_file)">
|
|
|
|
<cb:scope incredicmd="/clean">
|
|
<cb:scope target="$(build_config)|$(platform_compiler)">
|
|
<cb:include href="$(task_exec_file)"/>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
|
|
<cb:scope incredicmd="/rebuild">
|
|
<cb:scope target="$(build_config)|$(platform_compiler)">
|
|
<cb:include href="$(task_exec_file)"/>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
</tasks> |