9 lines
No EOL
373 B
XML
9 lines
No EOL
373 B
XML
<!--This will define targets to override the default ones useful to skipped the target of specific project-->
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Target Name="Build">
|
|
<Message Text="Skipped project build"></Message>
|
|
</Target>
|
|
<Target Name="Clean">
|
|
<Message Text="Skipped project clean"></Message>
|
|
</Target>
|
|
</Project> |