MintHTML/MintHTML.csproj

11 lines
299 B
XML
Raw Normal View History

2024-05-11 16:00:45 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2024-05-11 16:41:08 -07:00
<TargetFramework>net6.0-windows7.0</TargetFramework>
2024-05-11 16:00:45 -07:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>