CPF/CPF.ReoGrid/CPF.ReoGrid.csproj

22 lines
647 B
XML
Raw Normal View History

2024-06-24 10:15:59 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.16.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\CPF\CPF.Linux\CPF.Linux.csproj" />
<ProjectReference Include="..\..\CPF\CPF.Skia\CPF.Skia.csproj" />
<ProjectReference Include="..\..\CPF\CPF.Windows\CPF.Windows.csproj" />
<ProjectReference Include="..\..\CPF\CPF\CPF.csproj" />
</ItemGroup>
</Project>