mirror of
https://github.com/Ace-73/RC2Launcher-Git.git
synced 2025-04-04 11:00:59 +00:00
9 lines
369 B
XML
9 lines
369 B
XML
<Application x:Class="GameLauncher.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:GameLauncher"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|