PIbd-32_Chubykina_P.P._COP_11/COP/ChubykinaComponents/ChubykinaComponents.csproj

21 lines
579 B
XML
Raw Normal View History

2024-10-28 14:54:01 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-10-28 20:39:56 +04:00
<TargetFramework>net6.0-windows</TargetFramework>
2024-10-28 14:54:01 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<Folder Include="Exceptions\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Office.Interop.Excel" Version="15.0.4795.1001" />
<PackageReference Include="MicrosoftOfficeCore" Version="15.0.0" />
</ItemGroup>
</Project>