Controller-Slide-Presenter/SwitchSlidePresenter.csproj
Gerard Gascón 0c6f5efe0c Init
2024-06-06 17:10:09 +02:00

10 lines
262 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>