17 lines
517 B
XML
17 lines
517 B
XML
<Application
|
|
RequestedThemeVariant="Default"
|
|
x:Class="Nebula.Launcher.App"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:local="using:Nebula.Launcher"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<Application.DataTemplates>
|
|
<local:ViewLocator />
|
|
</Application.DataTemplates>
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
<StyleInclude Source="Assets/Icons.axaml" />
|
|
<StyleInclude Source="Assets/Style.axaml" />
|
|
</Application.Styles>
|
|
</Application> |