16 lines
423 B
XML
Raw Normal View History

2024-09-22 10:42:52 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-10-21 17:06:44 +04:00
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2024-09-22 10:42:52 +04:00
</PropertyGroup>
2024-10-06 14:23:43 +04:00
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
</ItemGroup>
2024-09-22 10:42:52 +04:00
</Project>