Files
OnDoc/OnDocWPF/OnDocWPF.csproj
2024-08-07 09:25:01 +02:00

16 lines
384 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="syncfusion.ui.wpf.net" Version="25.1.35" />
</ItemGroup>
</Project>