summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Jit/Microsoft.NETCore.Jit.builds
blob: 5f75a741965ae028d3edca5d1d988683f50bb8aa (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?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" />

  <PropertyGroup>
    <!-- This property must be set to the same value as $(PackageOutputPath) for the nuspecs and nupkgs to be binplaced to the intended location. -->
    <OutputPath>$(PackageOutputPath)</OutputPath>
  </PropertyGroup>

  <!-- We always build the identity/redirection package. However, the platform specific runtime-*.nupkg is built based upon the target OS we are building the product for. -->
  <ItemGroup>
    <Project Include="Microsoft.NETCore.Jit.pkgproj">
    </Project>
    <Project Condition="'$(TargetsWindows)' == 'true'" Include="win/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Windows_NT</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsWindows)' == 'true'" Include="win/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Windows_NT</OSGroup>
      <Platform>arm64</Platform>
    </Project>
    <Project Condition="'$(TargetsWindows)' == 'true'" Include="win/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Windows_NT</OSGroup>
      <Platform>x86</Platform>
    </Project>
    <Project Condition="'$(TargetsWindows)' == 'true'" Include="win/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Windows_NT</OSGroup>
      <Platform>arm</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'linux-x64'" Include="linux/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'debian.8-x64'" Include="debian/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'debian.8-armel'" Include="debian/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>armel</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'fedora.23-x64'" Include="fedora/23/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'fedora.24-x64'" Include="fedora/24/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'opensuse.13.2-x64'" Include="opensuse/13.2/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'opensuse.42.1-x64'" Include="opensuse/42.1/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and $(DistroRid.StartsWith('rhel.7'))" Include="rhel/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.14.04-x64'" Include="ubuntu/14.04/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.14.04-arm'" Include="ubuntu/14.04/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>arm</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.16.04-x64'" Include="ubuntu/16.04/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.16.04-arm'" Include="ubuntu/16.04/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>arm</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.16.10-x64'" Include="ubuntu/16.10/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'alpine.3.4.3-x64'" Include="alpine/3.4.3/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>amd64</Platform>
    </Project>
    <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'tizen.4.0.0-armel'" Include="tizen/4.0.0/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>Linux</OSGroup>
      <Platform>armel</Platform>
    </Project>
    <Project Condition="'$(TargetsOSX)' == 'true'" Include="osx/Microsoft.NETCore.Jit.pkgproj">
      <OSGroup>OSX</OSGroup>
      <Platform>amd64</Platform>
    </Project>
  </ItemGroup>

  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
</Project>