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

System.Diagnostics.Debug.builds « pkg « System.Diagnostics.Debug « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a6f788aa284aed6004c15edda04a8ada30ad89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <ItemGroup>
    <Project Include="System.Diagnostics.Debug.pkgproj" />
    <Project Include="unix\System.Diagnostics.Debug.pkgproj">
      <OSGroup>Unix</OSGroup>
    </Project>
    <Project Include="win\System.Diagnostics.Debug.pkgproj">
      <OSGroup>Windows_NT</OSGroup>
    </Project>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
</Project>