XAML-Map-Control/SampleApps/ProjectionDemo/ProjectionDemo.csproj

19 lines
659 B
XML
Raw Normal View History

2020-03-25 16:13:50 +01:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Version>5.0.1</Version>
2020-03-25 16:13:50 +01:00
<Authors>Clemens Fischer</Authors>
<Description>XAML Map Control Map Projection Demo Application</Description>
<Product>XAML Map Control</Product>
<Copyright>Copyright © 2020 Clemens Fischer</Copyright>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\MapControl\WPF\MapControl.WPF.csproj" />
<ProjectReference Include="..\..\MapProjections\WPF\MapProjections.WPF.csproj" />
</ItemGroup>
</Project>