KalkulatorISP-31rrrrr/source/repos/Avto_Master/Avto_Master.csproj
2025-11-11 14:18:33 +04:00

20 lines
535 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Remove="Avto_Master.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.3.0" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
</ItemGroup>
</Project>