Files
Closest-Resolution/ClosestResolution/ClosestResolution.csproj
Arne Moerman 0bf5277be0 initial commit
2024-12-15 18:39:34 +01:00

11 lines
296 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>