Files
SzmediTools/BoreholeExtract/App.xaml
2025-12-23 21:37:02 +08:00

19 lines
905 B
XML

<Application
x:Class="BoreholeExtract.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BoreholeExtract"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Theme/Light.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Wpf.Ui.xaml" />
</ResourceDictionary.MergedDictionaries>
<FontFamily x:Key="SegoeFluentIcons">pack://application:,,,/Wpf.Ui;component/Fonts/#Segoe Fluent Icons</FontFamily>
</ResourceDictionary>
</Application.Resources>
</Application>