mirror of
https://github.com/bvanroll/cs-map-project.git
synced 2025-08-29 11:52:44 +00:00
20 lines
596 B
XML
20 lines
596 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>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Datalaag\Datalaag.csproj" />
|
|
<ProjectReference Include="..\Globals\Globals.csproj" />
|
|
<ProjectReference Include="..\Logica\Logica.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |