2022-12-13 07:10:18 +00:00
|
|
|
<Application x:Class="VPet_Simulator.Windows.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="clr-namespace:VPet_Simulator.Windows"
|
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
2022-12-28 09:22:39 +00:00
|
|
|
<ResourceDictionary>
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
2023-01-03 04:18:21 +00:00
|
|
|
<ResourceDictionary Source="/VPet-Simulator.Core;component/Display/Theme.xaml" />
|
2023-01-11 16:46:28 +00:00
|
|
|
<ResourceDictionary Source="/VPet-Simulator.Core;component/Display/basestyle.xaml" />
|
2022-12-28 09:22:39 +00:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
2022-12-13 07:10:18 +00:00
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|