Files

15 lines
602 B
XML
Raw Permalink Normal View History

2026-06-08 10:39:11 -05:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2026-06-08 15:18:19 -05:00
x:Class="finder2e_foundry_converter.App"
xmlns:local="using:finder2e_foundry_converter"
2026-06-08 10:39:11 -05:00
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>