mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
10 lines
519 B
XML
10 lines
519 B
XML
<Application xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:RomRepoMgr" x:Class="RomRepoMgr.App">
|
|
<Application.DataTemplates>
|
|
<local:ViewLocator />
|
|
</Application.DataTemplates>
|
|
<Application.Styles>
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml" />
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml" />
|
|
</Application.Styles>
|
|
</Application> |