agrobot_base/Exemplos/Aspose.GIS-for-.NET-master/Showcases/Geo.Tools.Viewer/Geo.Tools.Viewer.Win/Geo.Tools.Viewer.Win.csproj

15 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspose.GIS" Version="23.1.0" />
</ItemGroup>
</Project>