simpliplay-xbox/SimpliPlay UWP/App.xaml
2025-08-03 17:49:20 -05:00

9 lines
279 B
XML

<Application
x:Class="SimpliPlay.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
RequestedTheme="Light">
<Application.Resources>
</Application.Resources>
</Application>