2024-05-24 15:28:28 +02:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-05-27 11:10:10 +02:00
|
|
|
x:Class="SampleApplication.App"
|
2024-06-30 16:21:36 +02:00
|
|
|
RequestedThemeVariant="Light">
|
2024-07-04 22:24:48 +02:00
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<ResourceInclude Source="avares://MapControl.Avalonia/Themes/Generic.axaml"/>
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Application.Resources>
|
2024-05-24 15:28:28 +02:00
|
|
|
<Application.Styles>
|
|
|
|
|
<FluentTheme />
|
|
|
|
|
</Application.Styles>
|
|
|
|
|
</Application>
|