Setting up source code for Avalonia port.
This commit is contained in:
parent
27e6c97712
commit
8110fe420e
53 changed files with 991 additions and 58 deletions
9
src.4.7/App.xaml
Normal file
9
src.4.7/App.xaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<Application x:Class="AdvancedCalculator.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:AdvancedCalculator"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<FontFamily x:Key="MDI">pack://application:,,,/#Material Design Icons</FontFamily>
|
||||
</Application.Resources>
|
||||
</Application>
|
Loading…
Add table
Add a link
Reference in a new issue