You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
1.1 KiB
14 lines
1.1 KiB
<Application x:Class="PCScreenSavers.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml" Startup="Application_Startup" DispatcherUnhandledException="Application_DispatcherUnhandledException"
|
|
SessionEnding="Application_SessionEnding">
|
|
<Application.Resources>
|
|
<FontFamily x:Key="DINProBlack">/PCScreenSavers;Component/Resources/DINPro-Black.otf#DINPro</FontFamily>
|
|
<FontFamily x:Key="DINProBold">/PCScreenSavers;Component/Resources/DINPro-Bold.otf#DINPro</FontFamily>
|
|
<FontFamily x:Key="DINProLight">/PCScreenSavers;Component/Resources/DINPro-Light.otf#DINPro</FontFamily>
|
|
<FontFamily x:Key="DINProMedium">/PCScreenSavers;Component/Resources/DINPro-Medium.otf#DINPro</FontFamily>
|
|
<FontFamily x:Key="DINProRegular">/PCScreenSavers;Component/Resources/DINPro-Regular.otf#DINPro</FontFamily>
|
|
<FontFamily x:Key="CNRegular">/PCScreenSavers;Component/Resources/SourceHanSansCN-Regular.otf#Source Han Sans CN</FontFamily>
|
|
</Application.Resources>
|
|
</Application>
|
|
|