-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.axaml
18 lines (16 loc) · 820 Bytes
/
App.axaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="CPS_Booster.App"
xmlns:local="using:CPS_Booster"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://CPS Booster/Styles/Fonts.axaml"></StyleInclude>
<StyleInclude Source="avares://CPS Booster/Styles/Icons.axaml"></StyleInclude>
<StyleInclude Source="avares://CPS Booster/Styles/Styles.axaml"></StyleInclude>
</Application.Styles>
</Application>