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

System.Drawing.Primitives.csproj « ref « System.Drawing.Primitives « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ade64252f550722942b7059dad6be2b0741eda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
    <Nullable>enable</Nullable>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Drawing.Primitives.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\System.ObjectModel\ref\System.ObjectModel.csproj" />
    <ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
    <ProjectReference Include="..\..\System.ComponentModel.Primitives\ref\System.ComponentModel.Primitives.csproj" />
    <ProjectReference Include="..\..\System.Numerics.Vectors\ref\System.Numerics.Vectors.csproj" />
  </ItemGroup>
</Project>