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

System.Reflection.Context.csproj « ref « System.Reflection.Context « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d65893d2da028ea94c7c5b634c64d311ed7b4368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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" />
  <PropertyGroup>
    <UseECMAKey Condition="'$(UseECMAKey)' == ''">true</UseECMAKey>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <NuGetTargetMoniker>.NETStandard,Version=v1.1</NuGetTargetMoniker>
    <!-- Xamarin frameworks claim to support PCL profiles which include this assembly, 
         but do not include this assembly in the targeting pack.
         This causes NuGet to give them the placeholder from the portable-* folder.
         Instead give them this assembly.  -->
    <PackageTargetFramework>netstandard1.1;MonoAndroid10;MonoTouch10;xamarinios10;xamarintvos10;xamarinwatchos10</PackageTargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Reflection.Context.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>