Files
FocusVolumeControlPlugin/src/SoundBrowser/App.xaml
2023-08-06 13:53:28 -06:00

10 lines
369 B
XML

<Application x:Class="SoundBrowser.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:SoundBrowser"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>