664acd3249
- Created Solution - Created .gitignore - Created Main Project
9 lines
390 B
XML
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>
|