MapProjection.Factory

This commit is contained in:
ClemensFischer 2025-09-20 14:01:51 +02:00
parent c2a0fd836e
commit 616b2bf3f7
5 changed files with 36 additions and 89 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0-windows;net462</TargetFrameworks>
<LangVersion Condition="'$(TargetFramework)'=='net462'">8.0</LangVersion>
<LangVersion Condition="'$(TargetFramework)'=='net462'">12.0</LangVersion>
<UseWPF>true</UseWPF>
<DefineConstants>WPF</DefineConstants>
<RootNamespace>MapControl.Projections</RootNamespace>