XAML-Map-Control/SampleApps/ProjectionDemo/App.xaml
2020-03-25 16:13:50 +01:00

10 lines
373 B
XML

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