19 lines
962 B
XML
19 lines
962 B
XML
<Application x:Class="SpineViewer.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:hc="https://handyorg.github.io/handycontrol"
|
|
xmlns:local="clr-namespace:SpineViewer"
|
|
StartupUri="/Views/MainWindow.xaml"
|
|
DispatcherUnhandledException="App_DispatcherUnhandledException">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/Resources/Geometries.xaml"/>
|
|
<ResourceDictionary Source="/Resources/Strings/zh.xaml"/>
|
|
<ResourceDictionary Source="/Resources/Skins/Light.xaml"/>
|
|
<ResourceDictionary Source="/Resources/Theme.xaml"/>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|