CPF/CPF.ReoGrid/CPF.ReoGrid.csproj
2025-04-29 08:49:00 +08:00

29 lines
952 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProDotNetZip" Version="1.20.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>
<!--<ItemGroup>
<PackageReference Include="Xhm.CPF" Version="0.9.6.10" />
<PackageReference Include="Xhm.CPF.Linux" Version="0.9.6.10" />
<PackageReference Include="Xhm.CPF.Skia" Version="0.9.6.10" />
<PackageReference Include="Xhm.CPF.Windows" Version="0.9.6.10" />
</ItemGroup>-->
</Project>