CelticCalendarCalculator/CelticCalendarCalculator/CelticCalendarCalculator.cs...

12 lines
297 B
XML

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