summaryrefslogtreecommitdiff
path: root/build/vs/pjproject-vs14-build-targets.targets
blob: e591adb971966fbd349d3efaf98404cad12fd748 (plain)
1
2
3
4
5
6
7
8
9
<!--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>