Imported Upstream version 5.10.0.69

Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-29 19:03:06 +00:00
parent d8f8abd549
commit e2950ec768
6283 changed files with 453847 additions and 91879 deletions

View File

@@ -1,25 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<!--
This project is servicing the purpose of restoring some nuget packages which has the implementation assemblies
like System.Collections, System.Resources.ResourceManager…etc.
like System.Collections, System.Runtime.Extensions, etc.
The restored implementation assemblies will be used as references for compiling some of the System.Private.*
projects like System.Private.Threading.
projects like System.Private.Interop.
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<OutputType>Library</OutputType>
<OutputPath>$(AotPackageReferencePath)</OutputPath>
</PropertyGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup>
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
<NuGetRuntimeIdentifier>win8-aot</NuGetRuntimeIdentifier>
<TargetFramework>uap10.1</TargetFramework>
<RuntimeIdentifiers>win10-x64-aot</RuntimeIdentifiers>
<RidSpecificAssets>true</RidSpecificAssets>
</PropertyGroup>
</Project>
<ItemGroup>
<PackageReference Include="Microsoft.Private.CoreFx.UAP">
<Version>$(CoreFxUapVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<FileToInclude Include="System.Runtime" />
<FileToInclude Include="System.Runtime.Extensions" />
<FileToInclude Include="System.Collections" />
<FileToInclude Include="System.Console" />
<FileToInclude Include="System.IO" />
<FileToInclude Include="System.Private.Reflection.Metadata.Ecma335" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

View File

@@ -1,29 +0,0 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24906-01",
"System.Runtime": "4.4.0-beta-24906-01",
"System.Reflection.Primitives":"4.4.0-beta-24906-01",
"System.Runtime.Extensions": "4.4.0-beta-24906-01",
"System.Collections": "4.4.0-beta-24906-01",
"System.Resources.ResourceManager": "4.4.0-beta-24906-01",
"System.Console": "4.4.0-beta-24906-01",
"System.Threading.Tasks": "4.4.0-beta-24906-01",
"System.Text.Encoding.Extensions": "4.4.0-beta-24906-01",
"System.Reflection.TypeExtensions": "4.4.0-beta-24906-01",
"System.Runtime.InteropServices": "4.4.0-beta-24906-01",
"System.Private.Uri": "4.4.0-beta-24906-01",
"System.IO": "4.4.0-beta-24906-01",
"System.Globalization": "4.4.0-beta-24906-01",
"System.ObjectModel": "4.4.0-beta-24906-01",
"System.Collections.Concurrent": "4.4.0-beta-24906-01",
"System.Reflection.Metadata": "1.4.2",
"System.Collections.Immutable": "1.3.1"
},
"frameworks": {
"uap10.1": { }
},
"runtimes" : {
"win8-aot": { }
}
}