bfr/BFR/App.xaml
adroslice 664acd3249 Project Setup
- Created Solution
- Created .gitignore
- Created Main Project
2019-11-13 20:26:04 +01:00

9 lines
390 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="BFR.App">
<Application.Styles>
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
</Application.Styles>
</Application>