SinMaiLauncher.csproj 414 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net9.0-windows</TargetFramework>
  5. <LangVersion>preview</LangVersion>
  6. <Nullable>enable</Nullable>
  7. <UseWindowsForms>true</UseWindowsForms>
  8. <ImplicitUsings>enable</ImplicitUsings>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="MySql.Data" Version="9.2.0" />
  12. </ItemGroup>
  13. </Project>