DotNet-Flemmotron/ConsoleApp1/ConsoleApp1.csproj

17 lines
495 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NibblePoker.Win32Wrappers\NibblePoker.Win32Wrappers.csproj" />
</ItemGroup>
</Project>