<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>exe</OutputType>
	  <TargetFramework>net472</TargetFramework>
	  <!--<TargetFramework>net5.0-windows</TargetFramework>-->
    <!--<UseWindowsForms>true</UseWindowsForms>-->
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>

</Project>