Welcome to mirror list, hosted at ThFree Co, Russian Federation.

post.builds « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5957046baf9ce00ada97cd41c63e9c0a91ec53bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <Import Project="dir.props" />
  <Import Project="..\dir.targets" />

  <!-- provides a hook for executing targets after the product and tests have been built -->
  <Target Name="Build" />
  <Target Name="Clean" />
  <Target Name="Rebuild" DependsOnTargets="Clean;Build" />
  <Target Name="DumpTargets" />

</Project>