better-genshin-impact/Build/MicaSetup/App.xaml

22 lines
990 B
XML

<Application
x:Class="MicaSetup.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:control="clr-namespace:MicaSetup.Design.Controls"
xmlns:design="clr-namespace:MicaSetup.Design"
xmlns:local="clr-namespace:MicaSetup"
StartupUri="Views/MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Resources/Languages/zh.xaml" />
<ResourceDictionary Source="/Resources/Languages/ja.xaml" />
<ResourceDictionary Source="/Resources/Languages/en.xaml" />
<design:ResourceResourceDictionary />
<design:GenericResourceDictionary />
<design:ThemeResourceDictionary />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>