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

System.Numerics.Vectors.csproj « ref « System.Numerics.Vectors « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65f08d9e6f1b40f0937888481bc050c7853c37ba (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="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <AssemblyVersion>4.1.1.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <NuGetTargetMoniker>.NETPlatform,Version=v5.2</NuGetTargetMoniker>
    <!-- remove when fixing https://github.com/dotnet/corefx/issues/5900 -->
    <SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
  </PropertyGroup>

  <ItemGroup Condition="'$(PackageTargetFramework)' == ''">
    <PackageDestination Include="ref/dotnet5.2">
      <TargetFramework>dotnet5.2</TargetFramework>
    </PackageDestination>
    <PackageDestination Include="ref/portable-net45+win8">
      <TargetFramework>portable-net45+win8</TargetFramework>
    </PackageDestination>
  </ItemGroup>

  <ItemGroup>
    <Compile Include="System.Numerics.Vectors.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>