<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>**net6.0-windows**</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>AgGateway.ADAPT.Visualizer</RootNamespace>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>