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

System.Text.Encoding.CodePages.pkgproj « pkg « System.Text.Encoding.CodePages « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe4d339d29187202ccdd23770a82d78dd32c205c (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
<?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>
    <ProjectReference Include="..\ref\System.Text.Encoding.CodePages.csproj">
      <SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
    </ProjectReference>
    <ProjectReference Include="..\src\System.Text.Encoding.CodePages.csproj" />
    <HarvestIncludePaths Include="lib/net46" />
    <HarvestIncludePaths Include="ref/netstandard1.3;runtimes/win/lib/netstandard1.3" />
    <HarvestIncludePaths Include="runtimes/unix/lib/netstandard1.3">
      <!-- package unix impl (which is actually platform agnostic) as RID agnostic -->
      <TargetPath>lib/netstandard1.3</TargetPath>
    </HarvestIncludePaths>
  </ItemGroup>
  <ItemGroup>
    <InboxOnTargetFramework Include="uap10.1">
      <PackageTargetRuntime>win</PackageTargetRuntime>
    </InboxOnTargetFramework>
    <InboxOnTargetFramework Include="MonoAndroid10" />
    <InboxOnTargetFramework Include="MonoTouch10" />
    <InboxOnTargetFramework Include="xamarinios10" />
    <InboxOnTargetFramework Include="xamarinmac20" />
    <InboxOnTargetFramework Include="xamarintvos10" />
    <InboxOnTargetFramework Include="xamarinwatchos10" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>