提交 38bbda21 编写于 作者: E Eric Mellino 提交者: GitHub

Merge pull request dotnet/corefx#14677 from jyoungyun/arm/add_arm_to_native_runtime

Add ubuntu.XX-arm to runtime.native.XX.pkgproj

Commit migrated from https://github.com/dotnet/corefx/commit/63b0e02156a55b5b1a91e49ade1a68ecec8c34bd
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.IO.Compression.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.IO.Compression.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.IO.Compression.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.IO.Compression.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.IO.Compression.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......@@ -72,4 +78,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
\ No newline at end of file
</Project>
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Net.Http.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Net.Http.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Net.Http.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Net.Http.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.Net.Http.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......@@ -48,4 +54,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
\ No newline at end of file
</Project>
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Net.Security.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Net.Security.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Net.Security.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Net.Security.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.Net.Security.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......@@ -48,4 +54,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
\ No newline at end of file
</Project>
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Security.Cryptography.OpenSsl.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Security.Cryptography.OpenSsl.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Security.Cryptography.OpenSsl.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Security.Cryptography.OpenSsl.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.Security.Cryptography.OpenSsl.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Security.Cryptography.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.Security.Cryptography.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Security.Cryptography.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.Security.Cryptography.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.Security.Cryptography.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......@@ -48,4 +54,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
\ No newline at end of file
</Project>
......@@ -37,9 +37,15 @@
<ProjectReference Include="ubuntu\14.04\runtime.native.System.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\14.04\runtime.native.System.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.04\runtime.native.System.pkgproj">
<Platform>arm</Platform>
</ProjectReference>
<ProjectReference Include="ubuntu\16.10\runtime.native.System.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
......@@ -48,4 +54,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
\ No newline at end of file
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册