PIbd-32.-Stroev-V.M.-COP/WinFormsLibrary1/WinFormsLibrary1/WinFormsLibrary1.csproj

15 lines
361 B
XML
Raw Normal View History

2024-10-14 13:05:17 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-10-14 19:54:00 +04:00
<ItemGroup>
<PackageReference Include="Excel-DNA.Interop" Version="15.0.1" />
</ItemGroup>
2024-10-14 13:05:17 +04:00
</Project>