SinMaiLauncher.csproj 470 B

123456789101112131415161718
  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. <PackageReference Include="NAudio" Version="2.2.1" />
  13. </ItemGroup>
  14. </Project>