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

System.Runtime.Extensions.csproj « ref « System.Runtime.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0206d136057e510c2b592c8680ff89b3aa10d7a9 (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="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <AssemblyVersion>4.2.0.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <PackageTargetFramework>netstandard1.7</PackageTargetFramework>
    <NuGetTargetMoniker>.NETStandard,Version=v1.7</NuGetTargetMoniker>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Runtime.Extensions.cs" />
    <Compile Include="System.Runtime.Extensions.Manual.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <!-- ToDo: Remove this dependency and use System.Runtime package once published -->
  <ItemGroup>
    <ProjectReference Include="../../System.Runtime/ref/System.Runtime.csproj" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>