map3drendering/WpfMapView2D/App.xaml
2024-03-06 17:19:53 +01:00

9 lines
369 B
XML

<Application x:Class="WpfMapView2D.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfMapView2D"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>