mirror of
https://github.com/bvanroll/cs-map-project.git
synced 2025-08-29 03:42:42 +00:00
14 lines
383 B
XML
14 lines
383 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="GeoJSON.Net" Version="1.2.19" />
|
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
|
</ItemGroup>
|
|
|
|
</Project> |