Files
2025-11-11 11:03:42 +01:00

15 lines
672 B
XML

<Application x:Class="F4SD_AdaptableIcon_Export.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:F4SD_AdaptableIcon_Export"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--Dark/LightMode-->
<ResourceDictionary Source="ResourcesLightMode.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>