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

runtime.native.System.Net.Security.builds « runtime.native.System.Net.Security « pkg « Native « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48040c98234f2b70a22bf0c37b3bc9b53bfccdc6 (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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.Security.pkgproj"/>
    <Project Include="rhel\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>rhel.7</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="debian\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>debian.8</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="fedora\23\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>fedora.23</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="ubuntu\14.04\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>ubuntu.14.04</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="ubuntu\16.04\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>ubuntu.16.04</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="osx\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>osx.10</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Include="opensuse\13.2\runtime.native.System.Net.Security.pkgproj">
      <OSGroup>opensuse.13.2</OSGroup>
      <Platform>amd64</Platform>
    </Project>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
</Project>