c969-project/C969Project/C969Project.csproj
Spudnut2000 1cfdf5d9be ui work
2025-06-10 06:06:36 -05:00

22 lines
599 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>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
<Compile Update="DashboardForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>