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: a4e322e57f2bac30f74653c82f2769a464a1bd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
    <PackageTargetFramework>dotnet5.2</PackageTargetFramework>
    <NuGetTargetMoniker>.NETPlatform,Version=v5.2</NuGetTargetMoniker>
    <!-- remove when fixing https://github.com/dotnet/corefx/issues/5900 -->
    <SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Numerics.Vectors.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>