kuroswhattoplay/KurosWhatToPlay/KurosWhatToPlay.csproj

15 lines
383 B
XML
Raw Permalink Normal View History

2025-03-18 16:51:50 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2025-06-07 22:48:05 +00:00
2025-03-18 16:51:50 +00:00
<ItemGroup>
<PackageReference Include="IGDB" Version="5.1.0" />
</ItemGroup>
</Project>