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

runtime.native.System.Net.Http.builds « runtime.native.System.Net.Http « pkg « Native « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dda04bb182471ed22c74237162a07814805a001e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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="runtime.native.System.Net.Http.pkgproj"/>
    <Project Include="rhel\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>rhel.7</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="debian\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>debian.8</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="fedora\23\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>fedora.23</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="fedora\24\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>fedora.24</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="ubuntu\14.04\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>ubuntu.14.04</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="ubuntu\16.04\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>ubuntu.16.04</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="ubuntu\16.10\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>ubuntu.16.10</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="osx\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>osx.10</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="opensuse\13.2\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>opensuse.13.2</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="opensuse\42.1\runtime.native.System.Net.Http.pkgproj">
      <OSGroup>opensuse.42.1</OSGroup>
      <Platform>amd64</Platform>
    </Project>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
</Project>