PIbd-31_Rodionov.I.A._COP_28/COP/RodionovLibrary/RodionovLibrary.csproj

15 lines
365 B
XML
Raw Normal View History

2024-09-05 19:32:10 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-09-22 13:24:14 +04:00
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
</ItemGroup>
2024-09-05 19:32:10 +04:00
</Project>