DotNet-Flemmotron/NibblePoker.Win32Wrappers/NibblePoker.Win32Wrappers.csproj
Herwin Bozet 86e5dcd318 Initial commit
Update .gitignore, ConsoleApp1.csproj, and 23 more files...
2025-01-19 23:08:37 +01:00

14 lines
358 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NibblePoker.Win32Bindings\NibblePoker.Win32Bindings.csproj" />
</ItemGroup>
</Project>